Skip to content

Commit 10dd98f

Browse files
build(deps): bump the java-other group across 1 directory with 2 updates
Bumps the java-other group with 2 updates in the /java directory: com.diffplug.spotless and software.amazon.awssdk:bom. Updates `com.diffplug.spotless` from 7.2.0 to 7.2.1 Updates `software.amazon.awssdk:bom` from 2.32.4 to 2.32.9 --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-other - dependency-name: software.amazon.awssdk:bom dependency-version: 2.32.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-other ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a372393 commit 10dd98f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111
val DEPENDENCY_BOMS = listOf(
1212
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha",
1313
"org.apache.logging.log4j:log4j-bom:2.24.3",
14-
"software.amazon.awssdk:bom:2.32.4"
14+
"software.amazon.awssdk:bom:2.32.9"
1515
)
1616

1717
val DEPENDENCIES = listOf(

java/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("com.diffplug.spotless") version "7.2.0"
3+
id("com.diffplug.spotless") version "7.2.1"
44
id("com.github.ben-manes.versions") version "0.52.0"
55
id("com.github.johnrengelman.shadow") version "8.1.1"
66
}

0 commit comments

Comments
 (0)