Skip to content

Commit

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

---
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 Mar 25, 2022
1 parent d1899a8 commit 438406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-plugin/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: "java-gradle-plugin"
apply plugin: "com.gradle.plugin-publish"

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

api project(":okhttp-plugin")

Expand Down

0 comments on commit 438406c

Please sign in to comment.