Skip to content
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

Upgrade commons-io from 1.3.2 to 2.11.0 #104

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jonathanswenson
Copy link
Contributor

to address https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-1277109

this is a significant version jump, but both:

In both cases they note only small semantic changes due to bug fixes and changes to the JVM version compatibility,
effectively deprecating support for JDK 1.3 and 1.4. Seeing as the driver only claims to support JDK 8+ (to 15)
this shouldn't cause any breaking changes to the driver.

Additionally this fixes a small warning thrown by maven about not specifying a version for the mvn-javadoc-plugin.

…ln/SNYK-JAVA-COMMONSIO-1277109

this is a significant version jump, but both:
+ 1.3.2 -> 1.4 claims to be binary, source, and semantic compatibile (https://commons.apache.org/proper/commons-io/upgradeto1_4.html)
+ 1.4 -> 2.11.0 claims to be binary, source, and semantic compatibile (https://commons.apache.org/proper/commons-io/upgradeto2_0.html)

In both cases they note only small semantic changes due to bug fixes and changes to the JVM version compatibility,
effectively deprecating support for JDK 1.3 and 1.4. Seeing as the driver only claims to support JDK 8+ (to 15)
this shouldn't cause any breaking changes to the driver.

Additionally this fixes a small warning thrown by maven about not specifying a version for the mvn-javadoc-plugin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants