Skip to content

Commit 5e81e62

Browse files
Update jackson monorepo to v2.18.2
1 parent b950183 commit 5e81e62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,27 @@
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.core</groupId>
4040
<artifactId>jackson-core</artifactId>
41-
<version>2.18.1</version>
41+
<version>2.18.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-databind</artifactId>
46-
<version>2.18.1</version>
46+
<version>2.18.2</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.dataformat</groupId>
5050
<artifactId>jackson-dataformat-csv</artifactId>
51-
<version>2.18.1</version>
51+
<version>2.18.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.dataformat</groupId>
5555
<artifactId>jackson-dataformat-properties</artifactId>
56-
<version>2.18.1</version>
56+
<version>2.18.2</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.dataformat</groupId>
6060
<artifactId>jackson-dataformat-yaml</artifactId>
61-
<version>2.18.1</version>
61+
<version>2.18.2</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)