Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 13, 2023
1 parent c4104de commit be1412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
api 'org.apache.maven:maven-core:3.8.7'
api 'org.apache.maven:maven-model:3.8.7'
api 'org.apache.maven:maven-model:3.9.0'
api 'org.apache.maven:maven-plugin-api:3.9.0'

compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.1'
Expand Down

0 comments on commit be1412e

Please sign in to comment.