Skip to content

Commit

Permalink
upgrade httpexchange-spring-boot-starter to 3.1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Oct 3, 2023
1 parent 4eb5e28 commit f101237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tracing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("io.micrometer:micrometer-tracing-bridge-brave")
implementation("com.freemanan:httpexchange-spring-boot-starter:3.1.3")
implementation("com.freemanan:httpexchange-spring-boot-starter:3.1.4.2")

testImplementation(project(":grpc-starters:grpc-starter-test"))
}

0 comments on commit f101237

Please sign in to comment.