diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-11 15:55:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 15:55:52 +0300 |
commit | d420f92b25560cbc9f721af40069482fcb639927 (patch) | |
tree | 5e9252ec74fdb8cf8e5375475a514bcda51f2287 /plugins | |
parent | 5f57a627385bf02b46d3641843ac3b0674703a28 (diff) | |
download | dokka-d420f92b25560cbc9f721af40069482fcb639927.tar.gz dokka-d420f92b25560cbc9f721af40069482fcb639927.tar.bz2 dokka-d420f92b25560cbc9f721af40069482fcb639927.zip |
Bump maven-artifact from 3.8.2 to 3.8.5 (#2386)
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](https://github.com/apache/maven/compare/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>
Diffstat (limited to 'plugins')
-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 286c5a9d..f838399b 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.8.2") + implementation("org.apache.maven:maven-artifact:3.8.5") }
\ No newline at end of file |