Skip to content

Commit 688d3bf

Browse files
authored
Upgrade Jackson dependencies from 2.16.0 to 2.19.1. (#1331)
* Upgrade Jackson dependencies from 2.16.0 to 2.19.1. * Upgrade maven-shade-plugin from 3.4.1 to 3.6.0.
1 parent e551c7b commit 688d3bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<vertx.io.version>3.9.4</vertx.io.version>
136136
<commonmark.version>0.23.0</commonmark.version>
137137
<antlr.version>4.5</antlr.version>
138-
<jackson.version>2.16.0</jackson.version>
138+
<jackson.version>2.19.1</jackson.version>
139139
<webtau.version>2.2</webtau.version>
140140
<jaxb.version>2.3.0</jaxb.version>
141141
<ant.version>1.10.11</ant.version>

znai-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-shade-plugin</artifactId>
61-
<version>3.4.1</version>
61+
<version>3.6.0</version>
6262
<executions>
6363
<execution>
6464
<id>shade-deps</id>

0 commit comments

Comments
 (0)