Skip to content

Commit

Permalink
Update dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Mar 15, 2021
1 parent 3b40037 commit 0e694a8
Show file tree
Hide file tree
Showing 154 changed files with 3,393 additions and 1,805 deletions.
20 changes: 10 additions & 10 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"

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

val DEPENDENCY_SETS = listOf(
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
distributionSha256Sum=fd591a34af7385730970399f473afabdb8b28d57fd97d6625c388d090039d6fd
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions licenses/aws-core-2.15.73.jar/META-INF/NOTICE.txt

This file was deleted.

23 changes: 23 additions & 0 deletions licenses/aws-core-2.16.18.jar/META-INF/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions licenses/aws-query-protocol-2.15.73.jar/META-INF/NOTICE.txt

This file was deleted.

23 changes: 23 additions & 0 deletions licenses/aws-query-protocol-2.16.18.jar/META-INF/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions licenses/aws-xml-protocol-2.15.73.jar/META-INF/NOTICE.txt

This file was deleted.

23 changes: 23 additions & 0 deletions licenses/aws-xml-protocol-2.16.18.jar/META-INF/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions licenses/byte-buddy-1.10.20.jar/META-INF/NOTICE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions licenses/http-client-spi-2.15.73.jar/META-INF/NOTICE.txt

This file was deleted.

23 changes: 23 additions & 0 deletions licenses/http-client-spi-2.16.18.jar/META-INF/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions licenses/joda-time-2.8.1.jar/META-INF/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e694a8

Please sign in to comment.