Skip to content

Commit

Permalink
Upgraded logback to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Gaurav committed Dec 7, 2023
1 parent fb21ba7 commit 8ad004c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jxls/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
def slf4jVersion = '1.7.30'
def logbackVersion = '1.2.10'
def logbackVersion = '1.2.13'

api('org.apache.commons:commons-jexl3:3.2') {
exclude group: 'commons-logging', module: 'commons-logging'
Expand Down
2 changes: 1 addition & 1 deletion jxls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<jexl.version>3.2</jexl.version>
<logback.version>1.2.10</logback.version>
<logback.version>1.2.13</logback.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 8ad004c

Please sign in to comment.