Skip to content

Commit

Permalink
spring-projectsGH-2142 - Upgrade to Reactor 2023.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm authored and app committed May 20, 2024
1 parent 03eeddd commit f96b56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<jsonpath.version>2.9.0</jsonpath.version>
<junit.version>5.10.2</junit.version>
<lombok.version>1.18.32</lombok.version>
<reactor-bom.version>2023.0.5</reactor-bom.version>
<reactor-bom.version>2023.0.6</reactor-bom.version>
<slf4j.version>2.0.12</slf4j.version>
<spring.version>6.1.7</spring.version>
<spring-plugin.version>3.0.0</spring-plugin.version>
Expand All @@ -95,7 +95,7 @@
<profile>
<id>spring-next</id>
<properties>
<reactor-bom.version>2023.0.5-SNAPSHOT</reactor-bom.version>
<reactor-bom.version>2023.0.7-SNAPSHOT</reactor-bom.version>
<spring.version>6.1.8-SNAPSHOT</spring.version>
</properties>
<repositories>
Expand Down

0 comments on commit f96b56f

Please sign in to comment.