Skip to content

Commit

Permalink
Update/dependencies (#911)
Browse files Browse the repository at this point in the history
* add ignore param in log

* support console log in local

* update log4j2 2.17.1
update logback 1.2.7
update tomcat 9.0.54

Co-authored-by: 致节 <[email protected]>
  • Loading branch information
HzjNeverStop and 致节 authored Feb 15, 2022
1 parent 0059dba commit 52f17e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sofa-boot-project/sofa-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- for dependencyManagement -->
<spring.cloud.starter.openfeign.version>2.1.0.RELEASE</spring.cloud.starter.openfeign.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
<tomcat.version>9.0.36</tomcat.version>
<tomcat.version>9.0.54</tomcat.version>
<jetty.version>9.4.26.v20200117</jetty.version>
<undertow-core>2.1.3.Final</undertow-core>
<commons.io.version>2.4</commons.io.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<properties>
<main.user.dir>${basedir}/../../..</main.user.dir>
<logback.version>1.1.7</logback.version>
<log4j2.version>2.13.3</log4j2.version>
<logback.version>1.2.7</logback.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 52f17e7

Please sign in to comment.