Skip to content

Commit

Permalink
fix : update pom.xml v4.1.3 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoBouttes authored Nov 6, 2024
1 parent d40732d commit 5942fc7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>


<groupId>fr.insee.rmes</groupId>
<artifactId>Bauhaus-BO</artifactId>
<packaging>jar</packaging>
<version>4.1.2</version>
<version>4.1.3</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,9 +94,6 @@
<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 @@ -139,7 +136,6 @@
<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 5942fc7

Please sign in to comment.