Skip to content

Commit a88b5e3

Browse files
TOMEE-4461 - Bump version.jackson from 2.18.2 to 2.18.3 (#1806)
Bumps `version.jackson` from 2.18.2 to 2.18.3. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.2 to 2.18.3 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.2...jackson-dataformats-text-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccdacb3 commit a88b5e3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

boms/tomee-microprofile/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-databind</artifactId>
73-
<version>2.18.2</version>
73+
<version>2.18.3</version>
7474
<exclusions>
7575
<exclusion>
7676
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.dataformat</groupId>
8383
<artifactId>jackson-dataformat-yaml</artifactId>
84-
<version>2.18.2</version>
84+
<version>2.18.3</version>
8585
<exclusions>
8686
<exclusion>
8787
<artifactId>*</artifactId>

boms/tomee-plume/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-databind</artifactId>
73-
<version>2.18.2</version>
73+
<version>2.18.3</version>
7474
<exclusions>
7575
<exclusion>
7676
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.dataformat</groupId>
8383
<artifactId>jackson-dataformat-yaml</artifactId>
84-
<version>2.18.2</version>
84+
<version>2.18.3</version>
8585
<exclusions>
8686
<exclusion>
8787
<artifactId>*</artifactId>

boms/tomee-plus/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-databind</artifactId>
73-
<version>2.18.2</version>
73+
<version>2.18.3</version>
7474
<exclusions>
7575
<exclusion>
7676
<artifactId>*</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.dataformat</groupId>
8383
<artifactId>jackson-dataformat-yaml</artifactId>
84-
<version>2.18.2</version>
84+
<version>2.18.3</version>
8585
<exclusions>
8686
<exclusion>
8787
<artifactId>*</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<version.microprofile.impl.opentelemetry>2.3.2</version.microprofile.impl.opentelemetry>
196196

197197
<!-- Jackson and snakeyaml required by OpenAPI Impl -->
198-
<version.jackson>2.18.2</version.jackson>
198+
<version.jackson>2.18.3</version.jackson>
199199
<version.snakeyaml>2.4</version.snakeyaml>
200200

201201
<!-- Jakarta EE API -->

0 commit comments

Comments
 (0)