Skip to content

Commit 8c88a37

Browse files
Updated Maven Dependencies to Newer Versions
The older versions of Jackson and Lombok were having trouble with JDK 16
1 parent e7d8871 commit 8c88a37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
</build>
143143

144144
<properties>
145-
<jackson.version>2.9.10</jackson.version>
146-
<jackson.databind.version>2.9.10.7</jackson.databind.version>
145+
<jackson.version>2.12.3</jackson.version>
146+
<jackson.databind.version>2.12.3</jackson.databind.version>
147147
<maven.compiler.source>1.8</maven.compiler.source>
148148
<maven.compiler.target>1.8</maven.compiler.target>
149149
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.projectlombok</groupId>
181181
<artifactId>lombok</artifactId>
182-
<version>1.18.8</version>
182+
<version>1.18.20</version>
183183
</dependency>
184184

185185
<dependency>

0 commit comments

Comments
 (0)