Skip to content

Commit

Permalink
Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent f15906b commit 51e4f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access-modifier-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- annotations are not used at runtime because @Retention(value=CLASS), they are needed only to build the plugin -->
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.10.2</version>
<version>3.11.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 51e4f12

Please sign in to comment.