Skip to content

Commit 67d2176

Browse files
authored
Bump jackson libraries to version 2.14.1 (#645)
* Update jackson libraries to version 2.14.1 * Update jackson-databind version on gxawsserverless pom
1 parent c7ed2e3 commit 67d2176

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gxawsserverless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.13.2.1</version>
67+
<version>${jackson.version}</version>
6868
</dependency>
6969

7070
<dependency>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>
110110
<artifactId>jackson-databind</artifactId>
111-
<version>2.13.2.1</version>
111+
<version>${jackson.version}</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>net.spy</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<jersey.jakarta.version>3.0.4</jersey.jakarta.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<poi.version>5.2.2</poi.version>
25-
<jackson.version>2.13.2</jackson.version>
25+
<jackson.version>2.14.1</jackson.version>
2626
<junit.version>4.13.2</junit.version>
2727
<com.amazonaws.version>1.12.93</com.amazonaws.version>
2828
<software.awssdk.version>2.17.272</software.awssdk.version>

0 commit comments

Comments
 (0)