Skip to content

Commit 7dbc7ee

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.3 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11b2d27 commit 7dbc7ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/jpa-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.18.3</version>
59+
<version>2.21.3</version>
6060
</dependency>
6161

6262
<!-- Logging -->

modules/mcp-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</description>
4242

4343
<properties>
44-
<jackson.version>2.21.1</jackson.version>
44+
<jackson.version>2.21.3</jackson.version>
4545
</properties>
4646

4747
<dependencies>

0 commit comments

Comments
 (0)