Jetty 9.4.x upgrade testcontainers 1.15.0 rc2 (#5395)
* 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>
This commit is contained in:
parent
c40b955e09
commit
aab4116da0
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue