Skip to content

Commit

Permalink
Merge pull request #320 from dynatrace-oss/dependabot/gradle/commons-…
Browse files Browse the repository at this point in the history
…codec-commons-codec-1.18.0

Bump commons-codec:commons-codec from 1.17.2 to 1.18.0
  • Loading branch information
oertl authored Jan 28, 2025
2 parents 8484cb0 + 5afadce commit ae9b231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation group: 'org.hipparchus', name: 'hipparchus-stat', version: '3.1'
testImplementation group: 'org.hipparchus', name: 'hipparchus-optim', version: '3.1'
testImplementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.2'
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.18.0'
testImplementation group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.15'
testImplementation group: 'com.appmattus.crypto', name: 'cryptohash', version: '1.0.2'
testImplementation group: 'org.greenrobot', name: 'essentials', version: '3.1.0'
Expand Down

0 comments on commit ae9b231

Please sign in to comment.