Skip to content

Commit

Permalink
32450 Update SpringBoot
Browse files Browse the repository at this point in the history
Updated SpringBoot and dependency-check
  • Loading branch information
cgendreau committed Dec 12, 2023
1 parent c76026d commit 0caefd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.13</version>
<version>2.7.18</version>
</parent>

<modules>
Expand All @@ -40,7 +40,7 @@
<maven-spotbugs.version>4.7.3.0</maven-spotbugs.version>
<asciidoctor-maven-plugin.version>2.1.0</asciidoctor-maven-plugin.version>
<asciidoctorj.diagram.version>2.1.0</asciidoctorj.diagram.version>
<dependency.check.version>8.3.1</dependency.check.version>
<dependency.check.version>8.4.3</dependency.check.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>

Expand All @@ -49,8 +49,6 @@
<keycloak-starter.version>20.0.5</keycloak-starter.version>
<snakeyaml.version>1.33</snakeyaml.version>

<spring-security.version>5.7.10</spring-security.version>

<testcontainers.version>1.17.3</testcontainers.version>
</properties>

Expand Down

0 comments on commit 0caefd8

Please sign in to comment.