From 1c7ba797e077bc5a99397052f2c87497e9c7e707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:07:03 +0200 Subject: [PATCH] build:(deps): Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 (#161) build:(deps): Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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> --- commons/pom.xml | 2 +- pom.xml | 2 +- version3/pom.xml | 2 +- version4/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commons/pom.xml b/commons/pom.xml index 69e52db..f47c81b 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -27,7 +27,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.17.1</version> + <version>2.17.2</version> <scope>test</scope> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index f6d77a4..fb4e07e 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.17.1</version> + <version>2.17.2</version> </dependency> <dependency> <groupId>com.github.jnr</groupId> diff --git a/version3/pom.xml b/version3/pom.xml index 64eb7d3..8f54e65 100644 --- a/version3/pom.xml +++ b/version3/pom.xml @@ -30,7 +30,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.17.1</version> + <version>2.17.2</version> <scope>test</scope> </dependency> <dependency> diff --git a/version4/pom.xml b/version4/pom.xml index 6e01bf4..1f15740 100644 --- a/version4/pom.xml +++ b/version4/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.17.1</version> + <version>2.17.2</version> <scope>test</scope> </dependency> <dependency>