Skip to content

Commit

Permalink
Bump dependencies (micrometer/tracing, spring-boot, central-dogma) (#233
Browse files Browse the repository at this point in the history
)

* Bump micrometer/tracing dependencies

* Bump spring-boot integration

* Bump CentralDogma dependency
  • Loading branch information
mauhiz committed Apr 16, 2024
1 parent 0050311 commit d792a13
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion brave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(":processor")

api "org.apache.kafka:kafka-clients:$kafkaVersion"
api "io.zipkin.brave:brave-instrumentation-kafka-clients:5.15.1"
api "io.zipkin.brave:brave-instrumentation-kafka-clients:5.18.1"

itImplementation project(":testing")
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ subprojects {
slf4jVersion = "1.7.36"
protobufVersion = "3.22.3"
kafkaVersion = "3.2.3"
micrometerVersion = "1.10.6"
micrometerTracingVersion = "1.1.1"
micrometerVersion = "1.12.4"
micrometerTracingVersion = "1.2.4"
lombokVersion = "1.18.30"
junitVersion = "5.10.0"
hamcrestVersion = "2.2"
Expand Down
4 changes: 2 additions & 2 deletions centraldogma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ repositories {
}

ext {
centralDogmaVersion = "0.61.0"
jacksonVersion = "2.14.2"
centralDogmaVersion = "0.64.3"
jacksonVersion = "2.17.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion micrometer-tracing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {
itImplementation project(":testing")
itImplementation "io.micrometer:micrometer-tracing-bridge-brave:$micrometerTracingVersion"
itImplementation "io.micrometer:micrometer-tracing-bridge-otel:$micrometerTracingVersion"
itImplementation "io.opentelemetry.instrumentation:opentelemetry-kafka-clients-2.6:1.26.0-alpha"
itImplementation "io.opentelemetry.instrumentation:opentelemetry-kafka-clients-2.6:1.33.1-alpha"
}
4 changes: 2 additions & 2 deletions spring/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
boot2Version = "2.7.11"
boot3Version = "3.1.2"
boot2Version = "2.7.18"
boot3Version = "3.1.10"
}

dependencies {
Expand Down

0 comments on commit d792a13

Please sign in to comment.