Skip to content

Commit

Permalink
Bump maven-artifact from 3.8.2 to 3.8.5 (#2386)
Browse files Browse the repository at this point in the history
Bumps [maven-artifact](https://github.com/apache/maven) from 3.8.2 to 3.8.5.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.8.2...maven-3.8.5)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent 5f57a62 commit d420f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/versioning/build.gradle.kts
Expand Up @@ -17,5 +17,5 @@ dependencies {

val jsoup_version: String by project
implementation("org.jsoup:jsoup:$jsoup_version")
implementation("org.apache.maven:maven-artifact:3.8.2")
implementation("org.apache.maven:maven-artifact:3.8.5")
}

0 comments on commit d420f92

Please sign in to comment.