Skip to content

Commit 3d38bb2

Browse files
dependabot[bot]veithen
authored andcommitted
Bump maven-plugin-tools.version from 3.15.1 to 3.15.2 in /src/it/reactor
Bumps `maven-plugin-tools.version` from 3.15.1 to 3.15.2. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.15.1 to 3.15.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.1 to 3.15.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4187acc commit 3d38bb2

File tree

1 file changed

+1
-1
lines changed
  • src/it/reactor/hello-world-maven-plugin

1 file changed

+1
-1
lines changed

src/it/reactor/hello-world-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>hello-world-maven-plugin</artifactId>
2727
<packaging>maven-plugin</packaging>
2828
<properties>
29-
<maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
29+
<maven-plugin-tools.version>3.15.2</maven-plugin-tools.version>
3030
</properties>
3131
<dependencies>
3232
<dependency>

0 commit comments

Comments
 (0)