Skip to content

Commit a4c4ab6

Browse files
authored
IGNITE-28283 Update jackson dependency (#12906)
1 parent bcf6f02 commit a4c4ab6

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<dependency>
265265
<groupId>com.fasterxml.jackson.core</groupId>
266266
<artifactId>jackson-annotations</artifactId>
267-
<version>${jackson.version}</version>
267+
<version>${jackson-annotations.version}</version>
268268
</dependency>
269269
</additionalDependencies>
270270
</configuration>

modules/calcite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>com.fasterxml.jackson.core</groupId>
135135
<artifactId>jackson-annotations</artifactId>
136-
<version>${jackson.version}</version>
136+
<version>${jackson-annotations.version}</version>
137137
</dependency>
138138

139139
<dependency>

modules/ducktests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.fasterxml.jackson.core</groupId>
7979
<artifactId>jackson-annotations</artifactId>
80-
<version>${jackson.version}</version>
80+
<version>${jackson-annotations.version}</version>
8181
</dependency>
8282

8383
<dependency>

modules/json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-annotations</artifactId>
58-
<version>${jackson.version}</version>
58+
<version>${jackson-annotations.version}</version>
5959
</dependency>
6060

6161
<dependency>

modules/kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-annotations</artifactId>
58-
<version>${jackson.version}</version>
58+
<version>${jackson-annotations.version}</version>
5959
</dependency>
6060

6161
<dependency>

parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
<grpc-context.version>1.62.2</grpc-context.version>
7878
<h2.version>1.4.197</h2.version>
7979
<hamcrest.version>2.2</hamcrest.version>
80-
<jackson.version>2.19.0</jackson.version>
80+
<jackson.version>2.21.1</jackson.version>
81+
<jackson-annotations.version>2.21</jackson-annotations.version>
8182
<javassist.version>3.28.0-GA</javassist.version>
8283
<javax.cache.bundle.version>1.0.0_1</javax.cache.bundle.version>
8384
<javax.cache.tck.version>1.1.0</javax.cache.tck.version>

0 commit comments

Comments
 (0)