Skip to content

Commit 382d456

Browse files
Bump jackson.version from 2.9.10 to 2.10.0 in /cdt-protocol-parser
Bumps `jackson.version` from 2.9.10 to 2.10.0. Updates `jackson-core` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.10...jackson-core-2.10.0) Updates `jackson-annotations` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-databind` from 2.9.10 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f8d2e9 commit 382d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdt-protocol-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<lombok.version>1.16.18</lombok.version>
3535
<java.parser.core.version>3.5.11</java.parser.core.version>
36-
<jackson.version>2.9.10</jackson.version>
36+
<jackson.version>2.10.0</jackson.version>
3737
<junit.version>4.12</junit.version>
3838
<jsonassert.version>1.5.0</jsonassert.version>
3939
</properties>

0 commit comments

Comments
 (0)