Skip to content

Commit

Permalink
Update commons-dost and slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jan 4, 2024
1 parent 0fa2c38 commit bca5d09
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 @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation 'commons-cli:commons-cli:1.6.0'
implementation 'org.dstadler:commons-dost:1.2.0.3'
implementation 'org.dstadler:commons-dost:1.3.0'
implementation 'commons-io:commons-io:2.15.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'net.java.dev.jna:jna:3.5.2'
Expand All @@ -19,7 +19,7 @@ dependencies {
implementation files('lib/fuse-jna-1.0.3.2.jar')
implementation 'jline:jline:2.14.6'

runtimeOnly 'org.slf4j:slf4j-simple:1.7.36'
runtimeOnly 'org.slf4j:slf4j-simple:2.0.10'

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
testImplementation 'org.dstadler:commons-test:1.0.0.20'
Expand Down

0 comments on commit bca5d09

Please sign in to comment.