File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
5
5
id(" com.google.osdetector" ) version " 1.7.3"
6
6
application
7
7
id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.25"
8
+ id(" org.jetbrains.kotlin.plugin.scripting" ) version " 1.9.25"
8
9
}
9
10
10
11
group = " org.mongodb.docs.kotlin"
@@ -26,8 +27,8 @@ dependencies {
26
27
implementation(" io.netty:netty-tcnative-boringssl-static:2.0.59.Final:${osdetector.classifier} " )
27
28
implementation(" org.xerial.snappy:snappy-java:1.1.10.0" )
28
29
implementation(" com.github.luben:zstd-jni:1.5.5-4" )
29
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 " )
30
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
30
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.0 " )
31
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0 " )
31
32
implementation(" org.mongodb:bson-kotlinx:$kotlin_mongodb_version " )
32
33
implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" )
33
34
implementation(" org.mongodb:mongodb-driver-kotlin-extensions:$kotlin_mongodb_version " )
Original file line number Diff line number Diff line change 1
- import com.mongodb.kotlin.client.model.Aggregates.count
2
1
import com.mongodb.client.model.Aggregates.group
3
2
import com.mongodb.client.model.Aggregates.limit
4
3
import com.mongodb.client.model.Aggregates.sort
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ snappyVersion = "org.xerial.snappy:snappy-java:1.1.8.4"
34
34
zstdVersion = " com.github.luben:zstd-jni:1.5.5-2"
35
35
logbackVersion = " 1.2.11"
36
36
log4j2Version = " 2.17.1"
37
- serializationVersion = " 1.7.3 "
37
+ serializationVersion = " 1.6.0 "
38
38
kotlinx-dt-version = " 0.6.1"
You can’t perform that action at this time.
0 commit comments