Skip to content

Commit 09240d0

Browse files
Update all non-major maven dependencies
1 parent d3b7167 commit 09240d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

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

1212
<artifactId>file-storage</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.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.797</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>s3</artifactId>
86-
<version>2.20.48</version>
86+
<version>2.42.6</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>jakarta.servlet</groupId>
@@ -134,12 +134,12 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-remote-resources-plugin</artifactId>
137-
<version>3.0.0</version>
137+
<version>3.3.0</version>
138138
<dependencies>
139139
<dependency>
140140
<groupId>org.apache.maven.shared</groupId>
141141
<artifactId>maven-filtering</artifactId>
142-
<version>3.3.1</version>
142+
<version>3.4.0</version>
143143
</dependency>
144144
</dependencies>
145145
<configuration>

0 commit comments

Comments
 (0)