We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763dc6b commit 25bac92Copy full SHA for 25bac92
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>xrates</artifactId>
14
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
15
16
<properties>
17
<server.port>8022</server.port>
@@ -110,7 +110,7 @@
110
<dependency>
111
<groupId>org.testcontainers</groupId>
112
<artifactId>testcontainers</artifactId>
113
- <version>1.16.3</version>
+ <version>1.19.7</version>
114
<scope>test</scope>
115
</dependency>
116
</dependencies>
0 commit comments