Skip to content

Commit d823283

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind (#3240)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 125b909 commit d823283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dynamic-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-databind</artifactId>
54-
<version>2.17.2</version>
54+
<version>2.18.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.springframework</groupId>

event-sourcing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-databind</artifactId>
58-
<version>2.17.2</version>
58+
<version>2.18.3</version>
5959
</dependency>
6060
</dependencies>
6161
<build>

0 commit comments

Comments
 (0)