Skip to content

Commit

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

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

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 Dec 16, 2024
1 parent 339c548 commit dfaab48
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.2")
compileOnly("com.gradle:develocity-maven-extension:1.23")
}

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

0 comments on commit dfaab48

Please sign in to comment.