Skip to content

Commit d8a27c5

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.21.4 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4942caf commit d8a27c5

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.21.4</version>
59+
<version>2.22.0</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.4</jackson.version>
44+
<jackson.version>2.22.0</jackson.version>
4545
</properties>
4646

4747
<dependencies>

0 commit comments

Comments
 (0)