Skip to content

Commit 45b5ba1

Browse files
committed
update jackson and maven-shade-plugin to the lateset version
1 parent a11d670 commit 45b5ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.core</groupId>
116116
<artifactId>jackson-databind</artifactId>
117-
<version>2.14.2</version>
117+
<version>2.19.0</version>
118118
</dependency>
119119

120120
<dependency>
@@ -392,7 +392,7 @@
392392
</plugin>
393393
<plugin>
394394
<artifactId>maven-shade-plugin</artifactId>
395-
<version>3.2.4</version>
395+
<version>3.6.0</version>
396396
<executions>
397397
<execution>
398398
<phase>package</phase>

0 commit comments

Comments
 (0)