Skip to content

Commit 0e694a8

Browse files
authored
Update dependencies (#47)
1 parent 3b40037 commit 0e694a8

File tree

154 files changed

+3393
-1805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+3393
-1805
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ data class DependencySet(val group: String, val version: String, val modules: Li
2727
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"
2828

2929
val DEPENDENCY_BOMS = listOf(
30-
"com.amazonaws:aws-java-sdk-bom:1.11.971",
31-
"com.fasterxml.jackson:jackson-bom:2.12.1",
30+
"com.amazonaws:aws-java-sdk-bom:1.11.974",
31+
"com.fasterxml.jackson:jackson-bom:2.12.2",
3232
"com.google.guava:guava-bom:30.1-jre",
33-
"com.google.protobuf:protobuf-bom:3.14.0",
34-
"com.linecorp.armeria:armeria-bom:1.4.0",
35-
"io.grpc:grpc-bom:1.35.0",
33+
"com.google.protobuf:protobuf-bom:3.15.6",
34+
"com.linecorp.armeria:armeria-bom:1.5.0",
35+
"io.grpc:grpc-bom:1.36.0",
3636
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (!TEST_SNAPSHOTS) "1.0.1-alpha" else "1.1.0-alpha-SNAPSHOT"}",
37-
"org.apache.logging.log4j:log4j-bom:2.14.0",
38-
"org.junit:junit-bom:5.7.0",
39-
"org.springframework.boot:spring-boot-dependencies:2.4.2",
40-
"org.testcontainers:testcontainers-bom:1.15.1",
41-
"software.amazon.awssdk:bom:2.15.73"
37+
"org.apache.logging.log4j:log4j-bom:2.14.1",
38+
"org.junit:junit-bom:5.7.1",
39+
"org.springframework.boot:spring-boot-dependencies:2.4.3",
40+
"org.testcontainers:testcontainers-bom:1.15.2",
41+
"software.amazon.awssdk:bom:2.16.18"
4242
)
4343

4444
val DEPENDENCY_SETS = listOf(
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
4-
distributionSha256Sum=fd591a34af7385730970399f473afabdb8b28d57fd97d6625c388d090039d6fd
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
54
zipStoreBase=GRADLE_USER_HOME
65
zipStorePath=wrapper/dists
6+
distributionSha256Sum=7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205

licenses/annotations-2.15.73.jar/META-INF/NOTICE.txt renamed to licenses/annotations-2.16.18.jar/META-INF/NOTICE.txt

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

licenses/apache-client-2.15.73.jar/META-INF/NOTICE.txt renamed to licenses/apache-client-2.16.18.jar/META-INF/NOTICE.txt

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

licenses/arns-2.15.73.jar/META-INF/NOTICE.txt renamed to licenses/arns-2.16.18.jar/META-INF/NOTICE.txt

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)