Skip to content

Commit 64834b2

Browse files
Update all non-major maven dependencies
1 parent 01ff62b commit 64834b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

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

1313
<artifactId>xrates</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
14+
<version>0.0.2-SNAPSHOT</version>
1515

1616
<properties>
1717
<server.port>8022</server.port>
@@ -73,12 +73,12 @@
7373
<dependency>
7474
<groupId>com.cronutils</groupId>
7575
<artifactId>cron-utils</artifactId>
76-
<version>9.1.6</version>
76+
<version>9.2.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.joda</groupId>
8080
<artifactId>joda-money</artifactId>
81-
<version>1.0.1</version>
81+
<version>1.0.5</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.commons</groupId>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.sun.xml.bind</groupId>
105105
<artifactId>jaxb-impl</artifactId>
106-
<version>2.3.6</version>
106+
<version>2.3.9</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)