Skip to content

Commit

Permalink
Merge pull request #1399 from aws-observability/dependabot/gradle/roo…
Browse files Browse the repository at this point in the history
…t-gradle-deps-d1b0c92f57

Bump the root-gradle-deps group with 10 updates
  • Loading branch information
rapphil committed Sep 8, 2023
2 parents 54f412d + c71d7f8 commit e37ee04
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies {
// This dependency is used by the application.
implementation "com.google.guava:guava:32.1.2-jre"

implementation "io.grpc:grpc-bom:1.57.2"
implementation "io.grpc:grpc-api:1.57.2"
implementation "io.grpc:grpc-bom:1.58.0"
implementation "io.grpc:grpc-api:1.58.0"

implementation "io.grpc:grpc-netty-shaded:1.57.2"
implementation "io.grpc:grpc-netty-shaded:1.58.0"

implementation platform("io.opentelemetry:opentelemetry-bom:1.29.0")
implementation "io.opentelemetry:opentelemetry-api"
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.11.0"
implementation "software.amazon.awssdk:s3:2.20.131"
implementation "io.grpc:grpc-api:1.57.2"
implementation "io.grpc:grpc-netty-shaded:1.57.2"
implementation "org.slf4j:slf4j-simple:2.0.7"
implementation "software.amazon.awssdk:s3:2.20.142"
implementation "io.grpc:grpc-api:1.58.0"
implementation "io.grpc:grpc-netty-shaded:1.58.0"
implementation "org.slf4j:slf4j-simple:2.0.9"

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

Expand Down
16 changes: 8 additions & 8 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.3.2"

// lombok
id "io.freefair.lombok" version "8.2.2"
id("com.diffplug.spotless") version "6.20.0"
id "io.freefair.lombok" version "8.3"
id("com.diffplug.spotless") version "6.21.0"

}

Expand Down Expand Up @@ -42,12 +42,12 @@ dependencies {
implementation group: 'com.github.fge', name: 'json-schema-validator', version: '2.0.4'

// command cli
implementation 'info.picocli:picocli:4.7.4'
implementation 'info.picocli:picocli:4.7.5'

compileOnly 'info.picocli:picocli-codegen:4.7.4'
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// aws sdk
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.534')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.545')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-cloudwatch'
implementation 'com.amazonaws:aws-java-sdk-xray'
Expand All @@ -64,12 +64,12 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.11.0")

// command cli
implementation 'info.picocli:picocli:4.7.4'
implementation 'info.picocli:picocli:4.7.5'

compileOnly 'info.picocli:picocli-codegen:4.7.4'
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// mockito
testImplementation "org.mockito:mockito-core:5.4.0"
testImplementation "org.mockito:mockito-core:5.5.0"

// k8s client
implementation "io.kubernetes:client-java-extended:18.0.1"
Expand Down

0 comments on commit e37ee04

Please sign in to comment.