Skip to content

Commit

Permalink
Bump the gradle-dependencies group in /plugin with 2 updates (#92)
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group in /plugin with 2 updates: commons-io:commons-io and com.gradle.plugin-publish.


Updates `commons-io:commons-io` from 2.16.+ to 2.17.0

Updates `com.gradle.plugin-publish` from 1.2.2 to 1.3.0

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.gradle.plugin-publish
  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 Oct 1, 2024
1 parent b30078c commit db24c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-gradle-plugin'
id 'jvm-test-suite'
id 'com.gradle.plugin-publish' version '1.2.2'
id 'com.gradle.plugin-publish' version '1.3.0'
id 'pmd'
}

Expand Down Expand Up @@ -33,7 +33,7 @@ testing {
integrationTest(JvmTestSuite) {
dependencies {
implementation project()
implementation 'commons-io:commons-io:2.16.+'
implementation 'commons-io:commons-io:2.17.+'
implementation 'org.hamcrest:hamcrest:3.0'
}
targets {
Expand Down

0 comments on commit db24c3f

Please sign in to comment.