Skip to content

Commit

Permalink
build(deps): bump commons-net:commons-net from 3.10.0 to 3.11.0
Browse files Browse the repository at this point in the history
Bumps commons-net:commons-net from 3.10.0 to 3.11.0.

---
updated-dependencies:
- dependency-name: commons-net:commons-net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 969f4c8 commit 73ed727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interlok-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api project(':interlok-core-apt')
api ("com.thoughtworks.xstream:xstream:1.4.20")
api ("commons-io:commons-io:2.16.1")
api ("commons-net:commons-net:3.10.0")
api ("commons-net:commons-net:3.11.0")
api ("commons-pool:commons-pool:1.6")
api ("org.apache.commons:commons-lang3:3.14.0")
api ("org.apache.commons:commons-pool2:2.12.0")
Expand Down
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
api ("org.glassfish:jakarta.el:3.0.4")
api ("commons-io:commons-io:2.16.1")
api ("org.apache.commons:commons-lang3:3.14.0")
api ("commons-net:commons-net:3.10.0")
api ("commons-net:commons-net:3.11.0")
api ("org.apache.commons:commons-pool2:2.12.0")
api ("org.apache.commons:commons-exec:1.4.0")
api ("org.apache.commons:commons-text:1.12.0")
Expand Down

0 comments on commit 73ed727

Please sign in to comment.