Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the root-gradle-deps group with 19 updates #1573

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
plugins {
// Apply the java plugin to add support for Java
id 'java'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'

}
Expand Down
14 changes: 7 additions & 7 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'application'

// lombok
id "io.freefair.lombok" version "8.4"
id "io.freefair.lombok" version "8.6"

// jib
id 'com.google.cloud.tools.jib'
Expand All @@ -28,20 +28,20 @@ dependencies {
// This dependency is used by the application.
implementation "com.google.guava:guava:33.0.0-jre"

implementation "io.grpc:grpc-bom:1.61.0"
implementation "io.grpc:grpc-api:1.61.0"
implementation "io.grpc:grpc-bom:1.61.1"
implementation "io.grpc:grpc-api:1.61.1"

implementation "io.grpc:grpc-netty-shaded:1.61.0"
implementation "io.grpc:grpc-netty-shaded:1.61.1"

implementation platform("io.opentelemetry:opentelemetry-bom:1.34.1")
implementation platform("io.opentelemetry:opentelemetry-bom:1.35.0")
implementation "io.opentelemetry:opentelemetry-api"
implementation "io.opentelemetry:opentelemetry-sdk"
implementation "io.opentelemetry:opentelemetry-exporter-otlp"

implementation "io.opentelemetry:opentelemetry-semconv:1.30.1-alpha"
implementation "io.opentelemetry:opentelemetry-sdk-extension-aws"
implementation "com.amazonaws:aws-xray-recorder-sdk-core:2.15.0"
implementation "com.amazonaws:aws-xray-recorder-sdk-aws-sdk:2.15.0"
implementation "com.amazonaws:aws-xray-recorder-sdk-core:2.15.1"
implementation "com.amazonaws:aws-xray-recorder-sdk-aws-sdk:2.15.1"

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
Expand Down
8 changes: 4 additions & 4 deletions sample-apps/jaeger-zipkin-sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ application {
dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
implementation "software.amazon.awssdk:s3:2.22.6"
implementation "io.grpc:grpc-api:1.60.1"
implementation "io.grpc:grpc-netty-shaded:1.60.1"
implementation "org.slf4j:slf4j-simple:2.0.9"
implementation "software.amazon.awssdk:s3:2.24.6"
implementation "io.grpc:grpc-api:1.61.1"
implementation "io.grpc:grpc-netty-shaded:1.61.1"
implementation "org.slf4j:slf4j-simple:2.0.12"

implementation project(":trace-java-client")

Expand Down
8 changes: 4 additions & 4 deletions trace-java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'

implementation 'com.google.code.gson:gson:2.10.1'
implementation group: 'io.opentracing.brave', name: 'brave-opentracing', version: '1.0.0'
implementation group: 'io.opentracing.brave', name: 'brave-opentracing', version: '1.0.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'io.jaegertracing', name: 'jaeger-core', version: '1.8.1'
implementation group: 'io.jaegertracing', name: 'jaeger-thrift', version: '1.8.1'
implementation group: 'io.zipkin.zipkin2', name: 'zipkin', version: '2.25.2'
implementation group: 'io.zipkin.reporter2', name: 'zipkin-sender-okhttp3', version: '2.17.1'
implementation group: 'io.zipkin.brave', name: 'brave', version: '5.17.0'
implementation group: 'io.zipkin.zipkin2', name: 'zipkin', version: '3.0.6'
implementation group: 'io.zipkin.reporter2', name: 'zipkin-sender-okhttp3', version: '3.3.0'
implementation group: 'io.zipkin.brave', name: 'brave', version: '6.0.1'

}

Expand Down
12 changes: 6 additions & 6 deletions validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'com.google.cloud.tools.jib' version "3.4.0"

// lombok
id "io.freefair.lombok" version "8.4"
id("com.diffplug.spotless") version "6.23.3"
id "io.freefair.lombok" version "8.6"
id("com.diffplug.spotless") version "6.25.0"

}

Expand All @@ -22,7 +22,7 @@ repositories {

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.3'

// log
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.1'
Expand All @@ -47,7 +47,7 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// aws sdk
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.626')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.662')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-cloudwatch'
implementation 'com.amazonaws:aws-java-sdk-xray'
Expand All @@ -69,10 +69,10 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// mockito
testImplementation "org.mockito:mockito-core:5.8.0"
testImplementation "org.mockito:mockito-core:5.10.0"

// k8s client
implementation "io.kubernetes:client-java-extended:19.0.0"
implementation "io.kubernetes:client-java-extended:20.0.0-legacy"
}

application {
Expand Down
Loading