Skip to content

Commit

Permalink
chore: Upgrade gatling-grpc to 3.10.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgaly committed Apr 15, 2024
1 parent b1bfb0e commit 7471bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
gatlingImplementation("io.gatling:gatling-grpc-java:3.10.5.2")
gatlingImplementation("io.gatling:gatling-grpc-java:3.10.5.3")
}

gatling {
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
gatlingApi("com.google.protobuf:protobuf-kotlin:3.25.3")
gatlingImplementation("io.gatling:gatling-grpc-java:3.10.5.2")
gatlingImplementation("io.gatling:gatling-grpc-java:3.10.5.3")
}

gatling {
Expand Down

0 comments on commit 7471bc0

Please sign in to comment.