Skip to content

Commit d281ea4

Browse files
committed
chore: update dependencies
1 parent f012d2d commit d281ea4

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
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.apache.commons</groupId>
6161
<artifactId>commons-lang3</artifactId>
62-
<version>3.7</version>
62+
<version>3.9</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>joda-time</groupId>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.hibernate</groupId>
9090
<artifactId>hibernate-validator</artifactId>
91-
<version>6.0.15.Final</version>
91+
<version>6.1.0.Final</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.springframework.boot</groupId>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.apache.commons</groupId>
111111
<artifactId>commons-collections4</artifactId>
112-
<version>4.1</version>
112+
<version>4.4</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>commons-codec</groupId>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.apache.commons</groupId>
146146
<artifactId>commons-math3</artifactId>
147-
<version>3.4.1</version>
147+
<version>3.6.1</version>
148148
</dependency>
149149
</dependencies>
150150

0 commit comments

Comments
 (0)