Skip to content

Commit

Permalink
fix: upgrade org.eclipse.jdt:org.eclipse.jdt.annotation from 2.2.800 …
Browse files Browse the repository at this point in the history
…to 2.3.100

Snyk has created this PR to upgrade org.eclipse.jdt:org.eclipse.jdt.annotation from 2.2.800 to 2.3.100.

See this package in maven:
org.eclipse.jdt:org.eclipse.jdt.annotation

See this project in Snyk:
https://app.snyk.io/org/sitepark/project/d19a235d-928a-4be1-89ae-bd9e1ea1a7a2?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 26, 2024
1 parent eec04bd commit bb55981
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.800</version>
<version>2.3.100</version>
</dependency>

<!--
Expand Down Expand Up @@ -230,7 +230,7 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<formatAnnotations></formatAnnotations>
<formatAnnotations/>
</java>
<pom>
<!-- These are the defaults, you can override if you want -->
Expand Down Expand Up @@ -271,7 +271,7 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<formatAnnotations></formatAnnotations>
<formatAnnotations/>
</java>
<pom>
<!-- These are the defaults, you can override if you want -->
Expand Down Expand Up @@ -306,13 +306,13 @@
<pluginExecutionFilter>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<versionRange></versionRange>
<versionRange/>
<goals>
<goal>check</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit bb55981

Please sign in to comment.