Skip to content

Commit

Permalink
Bump com.gradle:develocity-maven-extension from 1.22 to 1.22.1 (#487)
Browse files Browse the repository at this point in the history
Bumps com.gradle:develocity-maven-extension from 1.22 to 1.22.1.

---
updated-dependencies:
- dependency-name: com.gradle:develocity-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 16, 2024
1 parent 5a2f6d9 commit 9f7f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration-maven-extension/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val mvnExtension: Configuration by configurations.creating { isCanBeConsumed = t

dependencies {
compileOnly("org.apache.maven:maven-core:3.8.7")
compileOnly("com.gradle:develocity-maven-extension:1.22")
compileOnly("com.gradle:develocity-maven-extension:1.22.1")
}

val jar by tasks.getting(Jar::class)
Expand Down

0 comments on commit 9f7f4ee

Please sign in to comment.