Skip to content

Commit

Permalink
Merge pull request #309 from yanggang-JV/feature/fix-log4j
Browse files Browse the repository at this point in the history
Feature/fix log4j
  • Loading branch information
junqizhang-dev authored Dec 11, 2021
2 parents 34a0488 + 1b1c30d commit 7f282df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.8.3
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ List lombok = [

List logger = [
"org.slf4j:jul-to-slf4j:1.7.30",
"org.apache.logging.log4j:log4j-api:2.13.3",
"org.apache.logging.log4j:log4j-core:2.13.3",
"org.apache.logging.log4j:log4j-slf4j-impl:2.13.3",
"org.apache.logging.log4j:log4j-web:2.13.3",
"org.apache.logging.log4j:log4j-jcl:2.13.3",
"org.apache.logging.log4j:log4j-api:2.15.0",
"org.apache.logging.log4j:log4j-core:2.15.0",
"org.apache.logging.log4j:log4j-slf4j-impl:2.15.0",
"org.apache.logging.log4j:log4j-web:2.15.0",
"org.apache.logging.log4j:log4j-jcl:2.15.0",
"com.lmax:disruptor:3.3.7"
]

Expand Down

0 comments on commit 7f282df

Please sign in to comment.