Skip to content

Commit 4bf4e46

Browse files
Update all non-major maven dependencies
1 parent e7b55f4 commit 4bf4e46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

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

1212
<artifactId>daway</artifactId>
13-
<version>2.0.0</version>
13+
<version>2.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>daway</name>
@@ -112,12 +112,12 @@
112112
<dependency>
113113
<groupId>net.javacrumbs.shedlock</groupId>
114114
<artifactId>shedlock-provider-jdbc-template</artifactId>
115-
<version>4.46.0</version>
115+
<version>4.48.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>net.javacrumbs.shedlock</groupId>
119119
<artifactId>shedlock-spring</artifactId>
120-
<version>4.46.0</version>
120+
<version>4.48.0</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>io.micrometer</groupId>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.yaml</groupId>
142142
<artifactId>snakeyaml</artifactId>
143-
<version>2.0</version>
143+
<version>2.3</version>
144144
</dependency>
145145

146146
<!--dev.vality-->
@@ -360,12 +360,12 @@
360360
<plugin>
361361
<groupId>org.apache.maven.plugins</groupId>
362362
<artifactId>maven-remote-resources-plugin</artifactId>
363-
<version>3.1.0</version>
363+
<version>3.2.0</version>
364364
<dependencies>
365365
<dependency>
366366
<groupId>org.apache.maven.shared</groupId>
367367
<artifactId>maven-filtering</artifactId>
368-
<version>3.3.1</version>
368+
<version>3.4.0</version>
369369
</dependency>
370370
</dependencies>
371371
<configuration>

0 commit comments

Comments
 (0)