Skip to content

Commit

Permalink
Merge pull request #2098 from henri-tremblay/gatling217
Browse files Browse the repository at this point in the history
Upgrade gatling to latest version (2.1.7)
  • Loading branch information
atomfrede committed Oct 7, 2015
2 parents a23826c + dbd663f commit eb597c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/_gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spring_cloud_version=1.2.0.RELEASE
usertype_core_version=4.0.0.GA<% if (devDatabaseType == 'mysql' || prodDatabaseType == 'mysql') { %>
mysql_connector_java_version=5.1.36<% } %>
h2_version=1.4.187
gatling_version=2.1.6
gatling_version=2.1.7
mapstruct_version=1.0.0.CR1

## below are some of the gradle performance improvement settings that can be used as required, these are not enabled by default
Expand Down
4 changes: 2 additions & 2 deletions app/templates/_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<awaitility.version>1.4.0</awaitility.version>
<commons-io.version>2.4</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<gatling.version>2.1.6</gatling.version>
<gatling-maven-plugin.version>2.1.6</gatling-maven-plugin.version>
<gatling.version>2.1.7</gatling.version>
<gatling-maven-plugin.version>2.1.7</gatling-maven-plugin.version>
<%_ if (clusteredHttpSession == 'hazelcast' || hibernateCache == 'hazelcast') { _%>
<hazelcast.version>3.5.2</hazelcast.version>
<%_ } _%>
Expand Down

0 comments on commit eb597c1

Please sign in to comment.