Skip to content

Commit

Permalink
Merge pull request #25 from InseeFr/fixSpringbootVersion
Browse files Browse the repository at this point in the history
Fix springboot version
  • Loading branch information
alicela authored May 30, 2023
2 parents a508996 + 9e593e3 commit d04723e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## 1.3.2 - [2023-05-30]

### Fixed
- Security issue by updating Springboot

## 1.3.1 - [2023-05-02]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions kraftwerk-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>
<artifactId>kraftwerk-api</artifactId>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk-core</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>

<!-- Spring -->
Expand Down
2 changes: 1 addition & 1 deletion kraftwerk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>kraftwerk-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<packaging>pom</packaging>
<name>kraftwerk</name>

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

Expand Down

0 comments on commit d04723e

Please sign in to comment.