Skip to content

Commit

Permalink
fix: upgrade org.checkerframework:checker-qual from 2.1.14 to 2.11.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.checkerframework:checker-qual from 2.1.14 to 2.11.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.checkerframework/checker-qual/

See this project in Snyk:
https://app.snyk.io/org/maricaantonacci/project/8cfdd008-f372-4a82-8f72-80f130aa1464?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 27, 2023
1 parent a4ea926 commit 8550bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.21.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
<relativePath/> <!-- lookup parent from repository -->
</parent>

<licenses>
Expand Down Expand Up @@ -87,7 +87,7 @@
<java-uuid-generator.version>3.1.3</java-uuid-generator.version>
<jgrapht-core.version>1.0.1</jgrapht-core.version>
<datasource-proxy.version>1.4.9</datasource-proxy.version>
<checker-qual.version>2.1.14</checker-qual.version>
<checker-qual.version>2.11.1</checker-qual.version>
<logstash-logback-encoder.version>4.11</logstash-logback-encoder.version>
<spring-test-dbunit.version>1.3.0</spring-test-dbunit.version>
<dbunit.version>2.5.2</dbunit.version>
Expand Down Expand Up @@ -645,7 +645,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 8550bd4

Please sign in to comment.