Skip to content

Commit

Permalink
Upgrade spring-boot to 2.7.18 and spring-security to 5.8.9 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmak authored Feb 6, 2024
1 parent c2f1d41 commit 39fec01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flow.version>23.3-SNAPSHOT</flow.version>
<spring.boot.version>2.7.4</spring.boot.version>
<spring.boot.version>2.7.18</spring.boot.version>
<spring.security.version>5.8.9</spring.security.version>
<maven.jar.version>3.3.0</maven.jar.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.javadoc.version>3.4.1</maven.javadoc.version>
Expand All @@ -54,6 +55,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
<version>${spring.security.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down

0 comments on commit 39fec01

Please sign in to comment.