Skip to content

Commit 2082802

Browse files
committed
Build: Update projectReactorVersion to 'Californium-SR23'
1 parent 495668d commit 2082802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ext {
4949
snappyVersion = '1.1.4'
5050
zstdVersion = '1.3.8-3'
5151
mongoCryptVersion = '1.1.0'
52-
projectReactorVersion = 'Californium-SR21'
52+
projectReactorVersion = 'Californium-SR23'
5353
gitVersion = getGitVersion()
5454
}
5555

@@ -365,4 +365,4 @@ if (!JavaVersion.current().isJava9Compatible()) {
365365
| JDK ${JavaVersion.VERSION_1_9.getMajorVersion()} is required to build the driver: You are using JDK ${JavaVersion.current().getMajorVersion()}.
366366
|""".stripMargin()
367367
)
368-
}
368+
}

0 commit comments

Comments
 (0)