Skip to content

Commit 0cd2a8f

Browse files
Update all non-major maven dependencies
1 parent 1b2234d commit 0cd2a8f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pom.xml

Lines changed: 5 additions & 9 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.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>mayday</name>
@@ -30,8 +30,7 @@
3030
<dependency>
3131
<groupId>org.springframework.cloud</groupId>
3232
<artifactId>spring-cloud-dependencies</artifactId>
33-
<version>2022.0.3</version>
34-
<type>pom</type>
33+
<version>2022.0.3<2022.0.4</type>
3534
<scope>import</scope>
3635
</dependency>
3736
</dependencies>
@@ -101,7 +100,7 @@
101100
<dependency>
102101
<groupId>commons-io</groupId>
103102
<artifactId>commons-io</artifactId>
104-
<version>2.11.0</version>
103+
<version>2.11.0</v2.15.1
105104
</dependency>
106105
<dependency>
107106
<groupId>javax.servlet</groupId>
@@ -163,12 +162,9 @@
163162
<plugin>
164163
<groupId>org.apache.maven.plugins</groupId>
165164
<artifactId>maven-remote-resources-plugin</artifactId>
166-
<version>3.0.0</version>
167-
<dependencies>
168-
<dependency>
169-
<groupId>org.apache.maven.shared</groupId>
165+
<version>3.0.0</ve3.1.0</groupId>
170166
<artifactId>maven-filtering</artifactId>
171-
<version>3.3.0</version>
167+
<version>3.3.1</version>
172168
</dependency>
173169
</dependencies>
174170
<configuration>

0 commit comments

Comments
 (0)