Skip to content

Commit abdf38e

Browse files
authored
Merge pull request #2924 from ClickHouse/dependabot/maven/examples/client-v2/com.fasterxml.jackson.core-jackson-databind-2.18.9
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.9 in /examples/client-v2
2 parents b99af51 + e9139cc commit abdf38e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/client-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<groupId>com.fasterxml.jackson.core</groupId>
8181
<artifactId>jackson-databind</artifactId>
8282
<scope>test</scope>
83-
<version>2.17.2</version>
83+
<version>2.18.9</version>
8484
</dependency>
8585

8686
<!-- Popular Alternative to Jackson -->
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.fasterxml.jackson.core</groupId>
126126
<artifactId>jackson-databind</artifactId>
127-
<version>2.17.2</version>
127+
<version>2.18.9</version>
128128
<scope>compile</scope>
129129
</dependency>
130130

0 commit comments

Comments
 (0)