Skip to content

Commit

Permalink
Merge pull request #1523 from phac-nml/dependabot/gradle/commons-net-…
Browse files Browse the repository at this point in the history
…commons-net-3.11.1

chore(deps): bump commons-net:commons-net from 3.8.0 to 3.11.1
  • Loading branch information
ericenns authored Nov 12, 2024
2 parents 1db2549 + 2fe106a commit b45a14b
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 b45a14b

Please sign in to comment.