Skip to content

Commit

Permalink
Bump mavenPluginToolsVersion from 3.10.2 to 3.11.0 in /examples
Browse files Browse the repository at this point in the history
Bumps `mavenPluginToolsVersion` from 3.10.2 to 3.11.0.

Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)

Updates `org.apache.maven.plugin-tools:maven-plugin-tools-generators` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)

Updates `org.apache.maven.plugin-tools:maven-plugin-tools-annotations` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-generators
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent cb025d9 commit 0e9760d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
}

javadocClasspath "org.jacoco:org.jacoco.ant:${org.gradle.testing.jacoco.plugins.JacocoPlugin.DEFAULT_JACOCO_VERSION}"
javadocClasspath "org.apache.maven.plugins:maven-plugin-plugin:3.10.2"
javadocClasspath "org.apache.maven.plugins:maven-plugin-plugin:3.11.0"
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2023.13'

asciidoctorExt "io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

description = "Gradle Plugin for building Maven Plugins"

def mavenPluginToolsVersion = "3.10.2"
def mavenPluginToolsVersion = "3.11.0"

dependencies {
api project(':maven-plugin')
Expand Down

0 comments on commit 0e9760d

Please sign in to comment.