Skip to content

Commit d15b6f5

Browse files
build(deps): bump the java-other group across 1 directory with 4 updates (#1971)
Bumps the java-other group with 4 updates in the /java directory: com.diffplug.spotless, com.github.ben-manes.versions, software.amazon.awssdk:bom and [com.amazonaws:aws-lambda-java-core](https://github.com/aws/aws-lambda-java-libs). Updates `com.diffplug.spotless` from 7.2.1 to 8.0.0 Updates `com.github.ben-manes.versions` from 0.52.0 to 0.53.0 Updates `software.amazon.awssdk:bom` from 2.32.29 to 2.34.3 Updates `com.amazonaws:aws-lambda-java-core` from 1.3.0 to 1.4.0 - [Commits](https://github.com/aws/aws-lambda-java-libs/commits) --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java-other - dependency-name: com.github.ben-manes.versions dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other - dependency-name: software.amazon.awssdk:bom dependency-version: 2.34.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other - dependency-name: com.amazonaws:aws-lambda-java-core dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b3ba75 commit d15b6f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ 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.19.0-alpha",
1313
"org.apache.logging.log4j:log4j-bom:2.24.3",
14-
"software.amazon.awssdk:bom:2.32.29"
14+
"software.amazon.awssdk:bom:2.34.3"
1515
)
1616

1717
val DEPENDENCIES = listOf(
18-
"com.amazonaws:aws-lambda-java-core:1.3.0",
18+
"com.amazonaws:aws-lambda-java-core:1.4.0",
1919
"com.amazonaws:aws-lambda-java-events:3.16.1",
2020
"com.squareup.okhttp3:okhttp:5.1.0",
2121
"io.opentelemetry.javaagent:opentelemetry-javaagent:2.19.0",

java/settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginManagement {
22
plugins {
3-
id("com.diffplug.spotless") version "7.2.1"
4-
id("com.github.ben-manes.versions") version "0.52.0"
3+
id("com.diffplug.spotless") version "8.0.0"
4+
id("com.github.ben-manes.versions") version "0.53.0"
55
id("com.github.johnrengelman.shadow") version "8.1.1"
66
}
77
}

0 commit comments

Comments
 (0)