Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freefair/gradle-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Mar 20, 2023
2 parents c726202 + f32e26a commit 3c9235e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/test-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

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

compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1'
}
2 changes: 1 addition & 1 deletion maven-plugin/build.gradle
Original file line number Diff line number Diff line change
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.9.0'
implementation 'org.apache.maven:maven-model:3.9.1'

api project(":okhttp-plugin")

Expand Down

0 comments on commit 3c9235e

Please sign in to comment.