Skip to content

Commit 8de45b5

Browse files
Update all non-major maven dependencies
1 parent 5a2933a commit 8de45b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

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

1111
<artifactId>mayday</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
12+
<version>0.0.2-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

1515
<name>mayday</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.springframework.cloud</groupId>
3232
<artifactId>spring-cloud-dependencies</artifactId>
33-
<version>2022.0.3</version>
33+
<version>2022.0.5</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>commons-io</groupId>
103103
<artifactId>commons-io</artifactId>
104-
<version>2.11.0</version>
104+
<version>2.17.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>javax.servlet</groupId>
@@ -163,12 +163,12 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-remote-resources-plugin</artifactId>
166-
<version>3.0.0</version>
166+
<version>3.2.0</version>
167167
<dependencies>
168168
<dependency>
169169
<groupId>org.apache.maven.shared</groupId>
170170
<artifactId>maven-filtering</artifactId>
171-
<version>3.3.0</version>
171+
<version>3.4.0</version>
172172
</dependency>
173173
</dependencies>
174174
<configuration>

0 commit comments

Comments
 (0)