Skip to content

Commit 3a434b7

Browse files
Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#170)
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.9.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e4fcd9 commit 3a434b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

access-modifier-checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<!-- annotations are not used at runtime because @Retention(value=CLASS), they are needed only to build the plugin -->
4848
<groupId>org.apache.maven.plugin-tools</groupId>
4949
<artifactId>maven-plugin-annotations</artifactId>
50-
<version>3.9.0</version>
50+
<version>3.10.1</version>
5151
<optional>true</optional>
5252
</dependency>
5353
<dependency>

0 commit comments

Comments
 (0)