Skip to content

Commit

Permalink
chore: update gatling-grpc 3.13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Jan 27, 2025
1 parent 422f603 commit 248d138
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.13.3")
gatlingImplementation("io.gatling:gatling-grpc-java:3.13.3.1")
}

gatling {
Expand Down
2 changes: 1 addition & 1 deletion java/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gatling.version>${project.version}</gatling.version>
<gatling-grpc.version>3.13.3</gatling-grpc.version>
<gatling-grpc.version>3.13.3.1</gatling-grpc.version>
<gatling-maven-plugin.version>4.12.2</gatling-maven-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
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.6")
gatlingImplementation("io.gatling:gatling-grpc-java:3.13.3")
gatlingImplementation("io.gatling:gatling-grpc-java:3.13.3.1")
}

gatling {
Expand Down
2 changes: 1 addition & 1 deletion kotlin/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gatling.version>${project.version}</gatling.version>
<gatling-grpc.version>3.13.3</gatling-grpc.version>
<gatling-grpc.version>3.13.3.1</gatling-grpc.version>
<gatling-maven-plugin.version>4.12.2</gatling-maven-plugin.version>
<kotlin.version>2.1.0</kotlin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion scala/sbt/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scalacOptions := Seq(
Protobuf.scalaSettings

val gatlingVersion = "3.13.3"
val gatlingGrpcVersion = "3.13.3"
val gatlingGrpcVersion = "3.13.3.1"

libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "test,it"
libraryDependencies += "io.gatling" % "gatling-grpc" % gatlingGrpcVersion % "test,it"
Expand Down

0 comments on commit 248d138

Please sign in to comment.