We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095737f commit 3e4f8b1Copy full SHA for 3e4f8b1
pom.xml
@@ -148,6 +148,8 @@
148
<!-- Override vulnerable dependencies that are pulled in via Spring boot -->
149
<!-- TODO: Amend this list when Spring Boot version is updated! -->
150
<commons-lang3.version>3.20.0</commons-lang3.version> <!-- CVE-2025-48924 -->
151
+ <jackson-bom.version>3.1.0</jackson-bom.version> <!-- CVE-2026-29062 -->
152
+ <jackson-2-bom.version>2.21.1</jackson-2-bom.version> <!-- CVE-2026-29062 -->
153
<tomcat.version>11.0.18</tomcat.version> <!-- CVE-2026-24734 -->
154
</properties>
155
0 commit comments