Skip to content

Commit 8131c4e

Browse files
Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1 (#1580)
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.21.0 to 2.21.1. - [Commits](FasterXML/jackson-core@jackson-core-2.21.0...jackson-core-2.21.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.21.1 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 afceff5 commit 8131c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bunsen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-core</artifactId>
92-
<version>2.21.0</version>
92+
<version>2.21.1</version>
9393
</dependency>
9494

9595
<dependency>

pipelines/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>com.fasterxml.jackson.core</groupId>
231231
<artifactId>jackson-core</artifactId>
232-
<version>2.21.0</version>
232+
<version>2.21.1</version>
233233
</dependency>
234234

235235
<dependency>

0 commit comments

Comments
 (0)