Skip to content

Commit 283f651

Browse files
committed
DOCSP-49013-suggested changes
1 parent 87c888b commit 283f651

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

source/fundamentals/data-formats/serialization.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
8181
.. code-block:: kotlin
8282
:caption: build.gradle.kts
8383

84-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:{+serializationVersion}")
84+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:{+serializationVersion+}")
8585
implementation("org.mongodb:bson-kotlinx")
8686

8787
.. tab::
@@ -96,7 +96,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
9696
<dependency>
9797
<groupId>org.jetbrains.kotlinx</groupId>
9898
<artifactId>kotlinx-serialization-core</artifactId>
99-
<version>{+serializationVersion}
99+
<version>{+serializationVersion+}</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.mongodb</groupId>
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
.. _kotlin-fle:
22

3-
.. sharedinclude:: dbx/encrypt-fields.rst
3+
Compatible Encryption Library Version
4+
-------------------------------------
5+
6+
The {+driver-short+} uses the `mongodb-crypt
7+
<https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__
8+
encryption library for in-use encryption. This driver version
9+
is compatible with ``mongodb-crypt`` v{+mongocrypt-version+}.
10+
11+
.. sharedinclude:: dbx/encrypt-fields.rst
412

513
.. replacement:: driver-specific-content
614

@@ -10,26 +18,18 @@
1018

1119
:ref:`Add the Driver Bill of Materials <kotlin-get-started-install-bom>` step of the Quick Start guide.
1220

13-
14-
.. important:: Compatible Encryption Library Version
15-
16-
The {+driver-short+} uses the `mongodb-crypt
17-
<https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__
18-
encryption library for in-use encryption. This driver version
19-
is compatible with ``mongodb-crypt`` v{+mongocrypt-version+}.
20-
21-
Select from the following :guilabel:`Maven` and
22-
:guilabel:`Gradle` tabs to see how to add the ``mongodb-crypt``
23-
dependency to your project by using the specified manager:
24-
25-
.. tabs::
26-
27-
.. tab:: Maven
28-
:tabid: maven-dependency
29-
30-
.. include:: /includes/fundamentals/code-snippets/crypt-maven-versioned.rst
31-
32-
.. tab:: Gradle
33-
:tabid: gradle-dependency
34-
35-
.. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst
21+
Select from the following :guilabel:`Maven` and
22+
:guilabel:`Gradle` tabs to see how to add the ``mongodb-crypt``
23+
dependency to your project by using the specified manager:
24+
25+
.. tabs::
26+
27+
.. tab:: Maven
28+
:tabid: maven-dependency
29+
30+
.. include:: /includes/fundamentals/code-snippets/crypt-maven-versioned.rst
31+
32+
.. tab:: Gradle
33+
:tabid: gradle-dependency
34+
35+
.. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst

0 commit comments

Comments
 (0)