Skip to content

Commit 2b34386

Browse files
Merge pull request #142 from oracle/bump_jackson-databind
bumped jackson-databind from 2.14.0 to 2.17.1
2 parents 2bef09f + 362f174 commit 2b34386

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pgql-lang/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<artifactId>jackson-annotations</artifactId>
5151
<version>2.17.1</version>
5252
</dependency>
53+
<dependency>
54+
<groupId>com.fasterxml.jackson.core</groupId>
55+
<artifactId>jackson-databind</artifactId>
56+
<version>2.17.1</version>
57+
</dependency>
5358
<dependency>
5459
<groupId>org.slf4j</groupId>
5560
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)