We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2838a4e commit d3b7167Copy full SHA for d3b7167
1 file changed
pom.xml
@@ -6,11 +6,11 @@
6
<parent>
7
<groupId>dev.vality</groupId>
8
<artifactId>service-parent-pom</artifactId>
9
- <version>3.1.1</version>
+ <version>3.1.6</version>
10
</parent>
11
12
<artifactId>file-storage</artifactId>
13
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
14
<packaging>jar</packaging>
15
16
<name>file-storage</name>
@@ -99,7 +99,7 @@
99
<dependency>
100
101
<artifactId>testcontainers-annotations</artifactId>
102
- <version>3.0.1</version>
+ <version>3.3.2</version>
103
<scope>test</scope>
104
</dependency>
105
</dependencies>
0 commit comments