Skip to content

Commit

Permalink
fix : spring-boot-starter-security in 3.3.5 and change version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoBouttes authored Nov 6, 2024
1 parent 37a9d89 commit d40732d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>fr.insee.rmes</groupId>
<artifactId>Bauhaus-BO</artifactId>
<packaging>jar</packaging>
<version>4.1.1</version>
<version>4.1.2</version>
<name>Bauhaus-Back-Office</name>
<description>Back-office services for Bauhaus</description>
<url>https://github.com/InseeFr/Bauhaus-Back-Office</url>
Expand Down Expand Up @@ -94,6 +94,9 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>InseeFr_Bauhaus-Back-Office</sonar.projectKey>
<version.maven-jacoco>0.8.5</version.maven-jacoco>

<!-- SECURITY -->
<spring-boot-starter-security.version>3.3.5</spring-boot-starter-security.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -136,6 +139,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>${spring-boot-starter-security.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d40732d

Please sign in to comment.