-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Jackson, SnakeYAML, Spring, and JAVA versions #704
Comments
Hi, A lot of CVEs to be fixed by uplifting Spring to 6.1.x: SnakeYaml stepping to 2.x would solve:
//DT |
Guava:
Fix available in 32.0.0-android, we are using version 32.0.1-jre, but the com.datastax.oss/java-driver-shaded-guava uses version 25.1-jre. This dependency was moved to com.datastax.oss/java-driver-core so I think we don't actually need the shaded-guava, so we can remove this i guess (Not fully sure), and add an exclusion on the java-driver-core so we can use 32.0.1-jre as guava version. Spring:
Apache Tomcat - Denial of Service:
|
The current status on my work (so it aligns with above issues): guava = 33.3.1-jre Regarding the shading, it has been removed due to the fact (as you state) it has been moved to java-driver-core. |
Story Description:
Evaluate how to upgrade the versions of Jackson and SnakeYAML, after change #701 I saw that we have some other things to update together, else the openapi fails.
Also step to Spring 6 and JAVA 17
Acceptance Criteria:
NA
Definition of Done:
Change approved by maintainers and passing on tests
Notes:
NA
The text was updated successfully, but these errors were encountered: