Skip to content

Commit

Permalink
Revert "Fixed Spring snapshot dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 7d8b75f.
  • Loading branch information
danielfernandez committed Nov 8, 2022
1 parent 8bd727d commit 6516a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/springboot3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
<attoparser.version>2.0.6.RELEASE</attoparser.version>
<unbescape.version>1.1.6.RELEASE</unbescape.version>
<spring-framework5.version>5.3.23</spring-framework5.version>
<spring-framework6.version>6.0.0-RC3</spring-framework6.version>
<spring-framework6.version>6.0.0-SNAPSHOT</spring-framework6.version>
<spring-security5.version>5.7.3</spring-security5.version>
<spring-security6.version>6.0.0-RC1</spring-security6.version>
<spring-security6.version>6.0.0-SNAPSHOT</spring-security6.version>
<spring-webflow2.version>2.5.1.RELEASE</spring-webflow2.version>
<spring-webflow3.version>3.0.0-M1</spring-webflow3.version>
<spring-webflow3.version>3.0.0-SNAPSHOT</spring-webflow3.version>
<jackson.version>2.14.0</jackson.version>
<reactor.version>2020.0.24</reactor.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
Expand Down

0 comments on commit 6516a0d

Please sign in to comment.