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 load-gen-gradle-deps group across 1 directory with 12 updates #1714

Closed
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
24 changes: 12 additions & 12 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.11"

// jib
id 'com.google.cloud.tools.jib'
Expand All @@ -26,33 +26,33 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation "com.google.guava:guava:33.0.0-jre"
implementation "com.google.guava:guava:33.3.1-jre"

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

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

implementation platform("io.opentelemetry:opentelemetry-bom:1.34.1")
implementation platform("io.opentelemetry:opentelemetry-bom:1.45.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.18.2"
implementation "com.amazonaws:aws-xray-recorder-sdk-aws-sdk:2.18.2"

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'

// Command cli
implementation 'info.picocli:picocli:4.7.5'
compileOnly 'info.picocli:picocli-codegen:4.7.5'
implementation 'info.picocli:picocli:4.7.6'
compileOnly 'info.picocli:picocli-codegen:4.7.6'

// log
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.2'

implementation project(":trace-java-client")
}
Expand Down
Loading