Skip to content

Commit

Permalink
Upgrade commons-net to 3.9.0 to address CVE-2021-37533
Browse files Browse the repository at this point in the history
This newer version addresses CVE-2021-37533 which prevents issues for users who use this older version as a transitive nrjavaserial dependency.

For release notes, see:

https://commons.apache.org/proper/commons-net/changes-report.html

Fixes #237
  • Loading branch information
wborn committed Sep 3, 2023
1 parent 6d27913 commit c3c8e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
dependencies {
compile fileTree(dir: 'libs', includes: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'commons-net:commons-net:3.7.2'
compile 'commons-net:commons-net:3.9.0'
compileOnly 'net.java.dev.jna:jna:4.4.0'
compileOnly 'net.java.dev.jna:jna-platform:4.4.0'
}
Expand Down

0 comments on commit c3c8e19

Please sign in to comment.