Skip to content

Commit

Permalink
chore(deps): bump commons-net:commons-net from 3.8.0 to 3.11.1
Browse files Browse the repository at this point in the history
Bumps commons-net:commons-net from 3.8.0 to 3.11.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 69c54d1 commit 2fe106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation("org.apache.commons:commons-dbcp2") {
exclude(group = "commons-logging", module = "commons-logging")
}
implementation("commons-net:commons-net:3.8.0")
implementation("commons-net:commons-net:3.11.1")
implementation("org.apache.jena:jena-tdb:4.6.1") {
exclude(group = "xml-apis")
exclude(group = "org.slf4j")
Expand Down

0 comments on commit 2fe106a

Please sign in to comment.