Skip to content

Commit ab77d92

Browse files
committed
DOCSP-49013-fix removal of versions on dependencies
1 parent db217f5 commit ab77d92

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/fundamentals/builders/builders-data-classes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ list.
5353

5454
.. replacement:: installation-guide
5555

56-
the :ref:`Add the Driver Bill of Materials <kotlin-get-started-install-bom>` step of the
56+
the :ref:`Add the Driver Bill of Materials<kotlin-get-started-install-bom>` step of the
5757
Quick Start guide.
5858

5959
Select from the following tabs to see how to add the extension

source/fundamentals/data-formats/serialization.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ serialization library <https://github.com/Kotlin/kotlinx.serialization>`__.
6464

6565
.. replacement:: installation-guide
6666

67-
the :ref:`Add the Driver Bill of Materials <kotlin-get-started-install-bom>` step of the
67+
the :ref:`Add the Driver Bill of Materials<kotlin-get-started-install-bom>` step of the
6868
Quick Start guide.
6969

7070
Select from the following tabs to see how to add the serialization
@@ -82,7 +82,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
8282
.. code-block:: kotlin
8383
:caption: build.gradle.kts
8484

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

8888
.. tab::
@@ -97,6 +97,7 @@ dependencies to your project by using the :guilabel:`Gradle` and
9797
<dependency>
9898
<groupId>org.jetbrains.kotlinx</groupId>
9999
<artifactId>kotlinx-serialization-core</artifactId>
100+
<version>{+serializationVersion}
100101
</dependency>
101102
<dependency>
102103
<groupId>org.mongodb</groupId>

source/includes/fundamentals/code-snippets/bson-maven-versioned.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<dependency>
55
<groupId>org.mongodb</groupId>
66
<artifactId>bson</artifactId>
7-
<version>{+full-version+}</version>
87
</dependency>
98
</dependencies>
109

0 commit comments

Comments
 (0)