Skip to content

Commit 0c38e35

Browse files
authored
fix(java-runtime): raise Jackson version bound to 2.19.0 (#4771)
2.13 has issues, so we should support newer versions as well. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent 0b99dc1 commit 0c38e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@jsii/java-runtime/pom.xml.t.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ process.stdout.write(`<?xml version="1.0" encoding="UTF-8"?>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6161
<!-- Versions of the dependencies -->
6262
<hamcrest.version>[1.3,1.4-a0)</hamcrest.version>
63-
<jackson.version>[2.11.3,2.14-a0)</jackson.version>
63+
<jackson.version>[2.11.3,2.19.0)</jackson.version>
6464
<javax-annotations.version>[1.3.2,1.4.0)</javax-annotations.version>
6565
<jetbrains-annotations.version>[13.0.0,24.0-a0)</jetbrains-annotations.version>
6666
<junit.version>[5.8.0,5.10-a0)</junit.version>

0 commit comments

Comments
 (0)