Skip to content

Commit 0fa00bb

Browse files
authored
Merge pull request #404 from buschlab/renovate/jackson-monorepo
Update jackson monorepo to v2.18.0
2 parents 34c379d + ecb5e36 commit 0fa00bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-databind</artifactId>
46-
<version>2.17.2</version>
46+
<version>2.18.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.dataformat</groupId>
5050
<artifactId>jackson-dataformat-csv</artifactId>
51-
<version>2.17.2</version>
51+
<version>2.18.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.dataformat</groupId>
5555
<artifactId>jackson-dataformat-properties</artifactId>
56-
<version>2.17.2</version>
56+
<version>2.18.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.dataformat</groupId>
6060
<artifactId>jackson-dataformat-yaml</artifactId>
61-
<version>2.17.2</version>
61+
<version>2.18.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)