Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2022
1 parent cd63d7b commit b8fba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-plugin/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply plugin: "com.gradle.plugin-publish"
description = "Collection of Maven related Gradle plugins"

dependencies {
implementation 'org.apache.maven:maven-model:3.8.5'
implementation 'org.apache.maven:maven-model:3.8.6'

api project(":okhttp-plugin")

Expand Down

0 comments on commit b8fba3f

Please sign in to comment.