diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-21 18:01:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-21 18:01:58 +0200 |
commit | 939cbcd4d867961516da71f7c55d037ec88cb7f3 (patch) | |
tree | 0d3a7499f985e08f4ad7b9d93c567376d272d9a0 /plugins/versioning | |
parent | f187d609b8a64aa6c8b82475d7cba0a801e41bb0 (diff) | |
download | dokka-939cbcd4d867961516da71f7c55d037ec88cb7f3.tar.gz dokka-939cbcd4d867961516da71f7c55d037ec88cb7f3.tar.bz2 dokka-939cbcd4d867961516da71f7c55d037ec88cb7f3.zip |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'plugins/versioning')
-rw-r--r-- | plugins/versioning/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |