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

Scala-Steward: Update commons-net from 3.8.0 to 3.11.1 #7623

Closed
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 project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
private val commonsIoV = "2.11.0" // via: https://commons.apache.org/proper/commons-io/
private val commonsLang3V = "3.12.0"
private val commonsMathV = "3.6.1"
private val commonNetV = "3.8.0" // via: https://commons.apache.org/proper/commons-net/
private val commonNetV = "3.11.1" // via: https://commons.apache.org/proper/commons-net/
private val commonsTextV = "1.10.0"
private val configsV = "0.6.1"
private val delightRhinoSandboxV = "0.0.15"
Expand Down
Loading