Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@
needed (Spring4Shell CVE-2022-22965, the SpEL array-allocation DoS CVE-2022-22950, a CGLIB/JDK
fast-class fix, and spring-web bug fixes) are all shipped in stock 5.3.x, so the patched-bundle
split is gone and every Spring bundle uses ${springVersion}. -->
<springVersion>5.3.39_2</springVersion>
<springVersion>6.2.8_1</springVersion>
<!-- OSGi-version form of springVersion: the ServiceMix Maven coordinate (5.3.39_2) is NOT a valid
OSGi version, so this suffix-free form is used in OSGi package/feature version fields
(custom.properties system-packages, feature version attrs/ranges). Keep in sync with springVersion. -->
Expand Down
Loading