Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/com.github.spotbugs-spotbug…
Browse files Browse the repository at this point in the history
…s-maven-plugin-4.8.6.2
  • Loading branch information
liga-oz authored Jul 22, 2024
2 parents 6962d11 + d0a15d1 commit 7c514f5
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 @@ -58,7 +58,7 @@
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<!-- make sure that spring core and spring boot versions are compatible-->
<spring.boot.version>3.3.1</spring.boot.version>
<spring.core.version>6.1.10</spring.core.version>
<spring.core.version>6.1.11</spring.core.version>
<spring.security.version>6.3.1</spring.security.version>
<spring.security.oauth2.version>2.5.2.RELEASE</spring.security.oauth2.version>
<spring.security.jwt.version>1.1.1.RELEASE</spring.security.jwt.version>
Expand All @@ -75,7 +75,7 @@
<jakarta.servlet.api.version>6.1.0</jakarta.servlet.api.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<maven-surefire-plugin>3.3.0</maven-surefire-plugin>
<maven-surefire-plugin>3.3.1</maven-surefire-plugin>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>5.12.0</mockito.version>
<assertj.version>3.26.0</assertj.version>
Expand Down Expand Up @@ -385,7 +385,7 @@
<plugin>
<groupId>org.owasp</groupId> <!--scans for vulnerabilities-->
<artifactId>dependency-check-maven</artifactId>
<version>9.2.0</version>
<version>10.0.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 7c514f5

Please sign in to comment.