Skip to content

Commit

Permalink
Bump the gradle-dependencies group in /plugin with 1 update (#89)
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group in /plugin with 1 update: commons-io:commons-io.


Updates `commons-io:commons-io` from 2.15.+ to 2.16.0

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 08dcaaf commit 1b7d7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ testing {
integrationTest(JvmTestSuite) {
dependencies {
implementation project()
implementation 'commons-io:commons-io:2.15.+'
implementation 'commons-io:commons-io:2.16.+'
implementation 'org.hamcrest:hamcrest:2.2'
}
targets {
Expand Down

0 comments on commit 1b7d7ea

Please sign in to comment.