Skip to content

Commit 6ee1416

Browse files
dependabot[bot]isidore
authored andcommitted
- r Bump the jackson group with 3 updates
Bumps the jackson group with 3 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) and [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.3 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.19.0 - [Commits](FasterXML/jackson-core@jackson-core-2.18.3...jackson-core-2.19.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jackson - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jackson - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jackson ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1fdb892 commit 6ee1416

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

approvaltests-tests/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@
9898
<dependency>
9999
<groupId>com.fasterxml.jackson.core</groupId>
100100
<artifactId>jackson-annotations</artifactId>
101-
<version>2.18.3</version>
101+
<version>2.19.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.fasterxml.jackson.core</groupId>
105105
<artifactId>jackson-core</artifactId>
106-
<version>2.18.3</version>
106+
<version>2.19.0</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>
110110
<artifactId>jackson-databind</artifactId>
111-
<version>2.18.3</version>
111+
<version>2.19.0</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.apache.camel</groupId>

approvaltests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.18.3</version>
56+
<version>2.19.0</version>
5757
<optional>true</optional>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)