Skip to content

Commit 2fde873

Browse files
committed
#1368 Fix the dependabot botched upgrade of Jackson library
1 parent 650b15b commit 2fde873

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

javalite-common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.core</groupId>
9898
<artifactId>jackson-annotations</artifactId>
99-
<version>2.18.2</version>
10099
</dependency>
101100
<dependency>
102101
<groupId>org.slf4j</groupId>

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<mariadb.connector.version>3.2.0</mariadb.connector.version>
4040
<h2.version>2.3.232</h2.version>
4141
<spring.version>6.1.14</spring.version>
42+
<jackson.version>2.18.2</jackson.version>
4243
</properties>
4344

4445
<licenses>
@@ -282,7 +283,12 @@
282283
<dependency>
283284
<groupId>com.fasterxml.jackson.core</groupId>
284285
<artifactId>jackson-databind</artifactId>
285-
<version>2.17.2</version>
286+
<version>${jackson.version}</version>
287+
</dependency>
288+
<dependency>
289+
<groupId>com.fasterxml.jackson.core</groupId>
290+
<artifactId>jackson-annotations</artifactId>
291+
<version>${jackson.version}</version>
286292
</dependency>
287293
<dependency>
288294
<groupId>org.dom4j</groupId>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy