Skip to content

Commit 70375ca

Browse files
build(deps): bump the java-other group across 1 directory with 3 updates (#1844)
Bumps the java-other group with 3 updates in the /java directory: com.diffplug.spotless, 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.0.3 to 7.0.4 Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.31.54 Updates `com.amazonaws:aws-lambda-java-core` from 1.2.3 to 1.3.0 - [Commits](https://github.com/aws/aws-lambda-java-libs/commits) --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-other - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-other - dependency-name: com.amazonaws:aws-lambda-java-core dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3af180d commit 70375ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.16.0-alpha",
1313
"org.apache.logging.log4j:log4j-bom:2.24.3",
14-
"software.amazon.awssdk:bom:2.31.50"
14+
"software.amazon.awssdk:bom:2.31.54"
1515
)
1616

1717
val DEPENDENCIES = listOf(
18-
"com.amazonaws:aws-lambda-java-core:1.2.3",
18+
"com.amazonaws:aws-lambda-java-core:1.3.0",
1919
"com.amazonaws:aws-lambda-java-events:3.15.0",
2020
"com.squareup.okhttp3:okhttp:4.12.0",
2121
"io.opentelemetry.javaagent:opentelemetry-javaagent:2.16.0",

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.0.3"
3+
id("com.diffplug.spotless") version "7.0.4"
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)