Skip to content

Commit

Permalink
Update logback and commons-lang dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Aug 20, 2023
1 parent 47daac3 commit 62c11db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ repositories {

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.7'
runtimeOnly 'ch.qos.logback:logback-classic:1.4.8'
implementation 'org.apache.commons:commons-lang3:3.12.0'
runtimeOnly 'ch.qos.logback:logback-classic:1.4.11'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'commons-cli:commons-cli:1.5.0'

Expand Down

0 comments on commit 62c11db

Please sign in to comment.