Skip to content

Commit 5283827

Browse files
Update all non-major maven dependencies
1 parent 6803978 commit 5283827

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>file-storage</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>file-storage</name>
@@ -78,12 +78,12 @@
7878
<dependency>
7979
<groupId>com.amazonaws</groupId>
8080
<artifactId>aws-java-sdk-s3</artifactId>
81-
<version>1.12.451</version>
81+
<version>1.12.451<1.12.603
8282
</dependency>
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>s3</artifactId>
86-
<version>2.20.48</version>
86+
<version>2.20.48</2.21.36
8787
</dependency>
8888
<dependency>
8989
<groupId>javax.servlet</groupId>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-remote-resources-plugin</artifactId>
145-
<version>3.0.0</version>
145+
<version>3.1.0</version>
146146
<dependencies>
147147
<dependency>
148148
<groupId>org.apache.maven.shared</groupId>

0 commit comments

Comments
 (0)