Skip to content

Commit

Permalink
deps: update test dependencies and maven plugins
Browse files Browse the repository at this point in the history
* equalsverifier 3.17.5
* dependency-check-maven 1.11.1
  • Loading branch information
stklcode committed Dec 7, 2024
1 parent d3da003 commit 2011a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.17.4</version>
<version>3.17.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -342,7 +342,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>11.1.0</version>
<version>11.1.1</version>
<configuration>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<nvdDatafeedUrl>${env.NVD_DATAFEED_URL}</nvdDatafeedUrl>
Expand Down

0 comments on commit 2011a83

Please sign in to comment.