Skip to content

Commit

Permalink
upgrade to latest possible versions of gatling
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas authored and eric.r.driggs committed May 31, 2023
1 parent f497ab6 commit e79cbe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karate-gatling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>io.gatling.highcharts</groupId>
<artifactId>gatling-charts-highcharts</artifactId>
<version>3.7.4</version>
<version>3.9.5</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.5.6</version>
<version>4.8.1</version>
<executions>
<execution>
<goals>
Expand All @@ -64,7 +64,7 @@
<args>
<arg>-Jbackend:GenBCode</arg>
<arg>-Jdelambdafy:method</arg>
<arg>-target:jvm-1.8</arg>
<arg>-release:11</arg>
<arg>-deprecation</arg>
<arg>-feature</arg>
<arg>-unchecked</arg>
Expand All @@ -78,7 +78,7 @@
<plugin>
<groupId>io.gatling</groupId>
<artifactId>gatling-maven-plugin</artifactId>
<version>4.2.9</version>
<version>4.3.4</version>
<configuration>
<disableCompiler>true</disableCompiler>
<skip>${skipTests}</skip>
Expand Down

0 comments on commit e79cbe0

Please sign in to comment.