Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Jul 24, 2024
1 parent 8ffad17 commit 6f3304c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java {

ext {
isReleaseVersion = !version.endsWith("SNAPSHOT")
junitVersion = '5.10.2'
junitVersion = '5.10.3'

// on CI server, limit functional tests to major versions to avoid running
// out of open file descriptors (happens when we load the jar files of too
Expand Down Expand Up @@ -53,10 +53,10 @@ dependencies {
// See issue 141 (https://github.com/michel-kraemer/gradle-download-task/issues/141)
implementation 'org.slf4j:slf4j-nop:1.7.36'

testImplementation "commons-codec:commons-codec:1.16.1"
testImplementation "commons-io:commons-io:2.15.1"
testImplementation "commons-codec:commons-codec:1.17.0"
testImplementation "commons-io:commons-io:2.16.1"
testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.2"
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
Expand Down

0 comments on commit 6f3304c

Please sign in to comment.