Skip to content

Commit

Permalink
Upgrade Gatling to support secure context for cookies
Browse files Browse the repository at this point in the history
Closes #945

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Oct 11, 2024
1 parent 9fa84b3 commit dd884e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<version>0.14-SNAPSHOT</version>

<properties>
<scala.version>2.13.14</scala.version>
<gatling.version>3.11.5</gatling.version>
<gatling.version>3.12.0</gatling.version>
<janino.version>3.1.7</janino.version>
<scala-maven-plugin.version>4.8.1</scala-maven-plugin.version>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -17,11 +16,6 @@
</properties>

<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-app</artifactId>
Expand Down

0 comments on commit dd884e7

Please sign in to comment.