Skip to content

Upgrade commons-io from 1.3.2 to 2.11.0 #104

Open
jonathanswenson wants to merge 2 commits into
mainfrom
swenson/upgrade-commons-io
Open

Upgrade commons-io from 1.3.2 to 2.11.0 #104
jonathanswenson wants to merge 2 commits into
mainfrom
swenson/upgrade-commons-io

Conversation

@jonathanswenson
Copy link
Copy Markdown
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.

1 participant