Skip to content

Commit

Permalink
Set Spring Boot version back to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
karaeth committed Sep 27, 2023
1 parent 3243e38 commit bc1c83d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- dependencies -->
<owasp.version>8.3.1</owasp.version>
<spring.boot.version>3.1.2</spring.boot.version>
<spring.boot.version>3.0.9</spring.boot.version>
<spring.cloud.version>2022.0.3</spring.cloud.version>
<spring.test.version>5.3.23</spring.test.version>
<spring.security.version>6.1.2</spring.security.version>
Expand Down Expand Up @@ -217,7 +217,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -239,7 +238,6 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bc1c83d

Please sign in to comment.