Skip to content

Commit 5b37ec2

Browse files
Bump the minor-updates group across 1 directory with 3 updates
Bumps the minor-updates group with 3 updates in the /java directory: [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs), org.apache.commons:commons-lang3 and [commons-cli:commons-cli](https://github.com/apache/commons-cli). Updates `com.github.spotbugs:spotbugs-annotations` from 4.8.0 to 4.9.8 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.8.0...4.9.8) Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.19.0 Updates `commons-cli:commons-cli` from 1.5.0 to 1.10.0 - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-cli@commons-cli-1.5.0...rel/commons-cli-1.10.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: commons-cli:commons-cli dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d677f16 commit 5b37ec2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

java/benchmarks/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
implementation 'redis.clients:jedis:5.1.2'
3333
implementation 'io.lettuce:lettuce-core:6.2.6.RELEASE'
3434
implementation 'io.lettuce:lettuce-core:6.8.1.RELEASE'
35-
implementation 'commons-cli:commons-cli:1.5.0'
36-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
35+
implementation 'commons-cli:commons-cli:1.11.0'
36+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
3737
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
3838
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
3939
}

java/client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ dependencies {
3030
prefer '4.29.1'
3131
}
3232
}
33-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'
33+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
3434

35-
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
35+
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8'
3636

3737
// junit
3838
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'

java/integTest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
// Use published jedis-compatibility artifact
2727
testImplementation group: 'io.valkey', name: 'valkey-glide-jedis-compatibility', version: project.ext.defaultReleaseVersion, classifier: osdetector.classifier
2828

29-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
29+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
3030
implementation 'com.google.code.gson:gson:2.13.2'
3131

3232
// Add commons-pool2 as compile-time dependency for tests

java/jedis-compatibility/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation project(':client')
3030

3131
// Transitive dependencies needed by GLIDE client
32-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
32+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
3333

3434
implementation('com.google.protobuf:protobuf-java') {
3535
version {
@@ -53,7 +53,7 @@ dependencies {
5353
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
5454

5555
// SpotBugs annotations for static analysis (compile-only to avoid IDE errors)
56-
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.0'
56+
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8'
5757
}
5858

5959
java {

0 commit comments

Comments
 (0)