From 939cbcd4d867961516da71f7c55d037ec88cb7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 18:01:58 +0200 Subject: Bump maven-artifact from 3.6.3 to 3.8.2 (#2077) Bumps [maven-artifact](https://github.com/apache/maven) from 3.6.3 to 3.8.2. - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2) --- updated-dependencies: - dependency-name: org.apache.maven:maven-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/versioning/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/versioning/build.gradle.kts b/plugins/versioning/build.gradle.kts index 894ce77a..286c5a9d 100644 --- a/plugins/versioning/build.gradle.kts +++ b/plugins/versioning/build.gradle.kts @@ -17,5 +17,5 @@ dependencies { val jsoup_version: String by project implementation("org.jsoup:jsoup:$jsoup_version") - implementation("org.apache.maven:maven-artifact:3.6.3") + implementation("org.apache.maven:maven-artifact:3.8.2") } \ No newline at end of file -- cgit