Skip to content

Commit a62601a

Browse files
authoredMay 1, 2025
build(deps): bump com.fasterxml.jackson.core:jackson-core (#3270)
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.18.2 to 2.19.0. - [Commits](FasterXML/jackson-core@jackson-core-2.18.2...jackson-core-2.19.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d2e626 commit a62601a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎dynamic-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-core</artifactId>
49-
<version>2.18.2</version>
49+
<version>2.19.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>

‎event-sourcing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-core</artifactId>
53-
<version>2.18.2</version>
53+
<version>2.19.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)