We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d72e57 commit 81f1904Copy full SHA for 81f1904
pom.xml
@@ -13,7 +13,7 @@
13
<!-- plug-in settings -->
14
<maven.compiler.source>11</maven.compiler.source>
15
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
16
- <jackson.version>2.15.0</jackson.version>
+ <jackson.version>2.15.1</jackson.version>
17
<dependency.locations.enabled>false</dependency.locations.enabled>
18
<junit.subversion>9.3</junit.subversion>
19
<junit.version>5.${junit.subversion}</junit.version>
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>commons-io</groupId>
56
<artifactId>commons-io</artifactId>
57
- <version>2.11.0</version>
+ <version>2.12.0</version>
58
</dependency>
59
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
60
0 commit comments