Skip to content

Commit

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

Bump commons-net:commons-net from 3.10.0 to 3.11.1
  • Loading branch information
davydotcom authored Oct 3, 2024
2 parents f69f022 + bc3ff0f commit 448e2cd
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 @@ -59,7 +59,7 @@ dependencies {
api 'org.apache.httpcomponents:httpcore:4.4.16'
api 'org.apache.httpcomponents:httpmime:4.5.14'
api group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
api 'commons-net:commons-net:3.10.0'
api 'commons-net:commons-net:3.11.1'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules
Expand Down

0 comments on commit 448e2cd

Please sign in to comment.