Skip to content

Commit

Permalink
bump spring boot to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Dec 5, 2023
1 parent 7fd6770 commit 54dc9bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@

<groupId>fr.insee.knowledge</groupId>
<artifactId>knowledge</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<packaging>jar</packaging>
<name>Knowledge-Back-Office</name>
<description>Back-office services for Knowledge</description>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<snakeyaml.version>2.0</snakeyaml.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 54dc9bb

Please sign in to comment.