Skip to content

Commit

Permalink
Jetty 9.4.x upgrade testcontainers 1.15.0 rc2 (#5395)
Browse files Browse the repository at this point in the history
* testcontainers 1.15.0-rc2

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* fix upperBound dependency issue

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Oct 5, 2020
1 parent c40b955 commit aab4116
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -64,7 +64,7 @@
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
<settingsPath>src/it/settings.xml</settingsPath>
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
<testcontainers.version>1.14.3</testcontainers.version>
<testcontainers.version>1.15.0-rc2</testcontainers.version>
</properties>

<licenses>
Expand Down Expand Up @@ -1093,6 +1093,11 @@
<artifactId>junit-jupiter</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.5.0</version>
</dependency>
<!-- Old Deps -->
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
Expand Down

0 comments on commit aab4116

Please sign in to comment.