Skip to content

Commit

Permalink
fix: upgrade org.apache.maven.plugin-tools:maven-plugin-annotations f…
Browse files Browse the repository at this point in the history
…rom 3.13.0 to 3.13.1

Snyk has created this PR to upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.13.0 to 3.13.1.

See this package in maven:
org.apache.maven.plugin-tools:maven-plugin-annotations

See this project in Snyk:
https://app.snyk.io/org/svanteschubert/project/e1dd93cf-d648-467d-ab98-0e151f4fa6b9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and mistmist committed Jun 20, 2024
1 parent dcd1862 commit 81526f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/schema2template-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<optional>true</optional> <!-- annotations are not used at runtime because @Retention(value=CLASS), they are needed only to build the plugin -->
</dependency>
<dependency>
Expand Down

0 comments on commit 81526f0

Please sign in to comment.