We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495668d commit 2082802Copy full SHA for 2082802
build.gradle
@@ -49,7 +49,7 @@ ext {
49
snappyVersion = '1.1.4'
50
zstdVersion = '1.3.8-3'
51
mongoCryptVersion = '1.1.0'
52
- projectReactorVersion = 'Californium-SR21'
+ projectReactorVersion = 'Californium-SR23'
53
gitVersion = getGitVersion()
54
}
55
@@ -365,4 +365,4 @@ if (!JavaVersion.current().isJava9Compatible()) {
365
| JDK ${JavaVersion.VERSION_1_9.getMajorVersion()} is required to build the driver: You are using JDK ${JavaVersion.current().getMajorVersion()}.
366
|""".stripMargin()
367
)
368
-}
+}
0 commit comments