File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ package-name-org = "mongodb-org"
26
26
api = " https://mongodb.github.io/mongo-java-driver/{+version+}"
27
27
stable-api = " Stable API"
28
28
mongocrypt-version = " 1.7.3"
29
- nettyVersion = " io.netty:netty-all:4.1.79 .Final"
29
+ nettyVersion = " io.netty:netty-all:4.1.87 .Final"
30
30
snappyVersion = " org.xerial.snappy:snappy-java:1.1.10.1"
31
31
zstdVersion = " com.github.luben:zstd-jni:1.5.2-3"
32
32
logbackVersion = " 1.2.11"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 4.11 <version-4.11>`
15
16
* :ref:`Version 4.10 <version-4.10>`
16
17
* :ref:`Version 4.9 <version-4.9>`
17
18
* :ref:`Version 4.8 <version-4.8>`
@@ -37,6 +38,17 @@ Upcoming Breaking Changes
37
38
aggregation framework and removed in a future release.
38
39
- Beginning with v5.0, the {+driver-short+} will require Java 11 or later.
39
40
41
+ .. _version-4.11:
42
+
43
+ What's New in 4.11
44
+ ------------------
45
+
46
+ .. note:: Upgraded Netty Version
47
+
48
+ The {+driver-short+} now tests with version 4.1.87.Final of the
49
+ ``io.netty:netty-all`` package. This change affects you only if you use the
50
+ ``SslContext`` class that Netty provides.
51
+
40
52
.. _version-4.10:
41
53
42
54
What's New in 4.10
You can’t perform that action at this time.
0 commit comments