Skip to content

Commit

Permalink
Update io.projectreactor to 3.6.0-M1
Browse files Browse the repository at this point in the history
Closes gh-2358
  • Loading branch information
marcusdacoregio committed Jul 18, 2023
1 parent e7c4eae commit 88bcb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
org.gradle.parallel=true
version=3.2.0-SNAPSHOT
springBootVersion=3.1.1
reactorVersion=2023.0.0-M1
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:2022.0.5'
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
mavenBom 'com.fasterxml.jackson:jackson-bom:2.14.2'
mavenBom 'org.junit:junit-bom:5.9.1'
mavenBom 'org.mockito:mockito-bom:4.8.1'
Expand Down

0 comments on commit 88bcb4e

Please sign in to comment.