Skip to content

Commit

Permalink
Bump org.apache.maven:maven-model from 3.9.5 to 3.9.6 in /examples
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven:maven-model](https:/apache/maven) from 3.9.5 to 3.9.6.
- [Release notes](https:/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.5...maven-3.9.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 3d7e569 commit a047f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.5'
api 'org.apache.maven:maven-model:3.9.5'
api 'org.apache.maven:maven-model:3.9.6'
api 'org.apache.maven:maven-plugin-api:3.9.5'

compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2'
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
description = "Collection of Maven related Gradle plugins"

dependencies {
implementation 'org.apache.maven:maven-model:3.9.5'
implementation 'org.apache.maven:maven-model:3.9.6'

api project(":okhttp-plugin")

Expand Down

0 comments on commit a047f1d

Please sign in to comment.