Skip to content

Commit 97a136c

Browse files
committed
Build: update mongodb driver version
1 parent ac52a00 commit 97a136c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

build.gradle.kts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repositories {
5454
}
5555

5656
extra.apply {
57-
set("mongodbDriverVersion", "[3.11.0,3.11.99)")
57+
set("mongodbDriverVersion", "[3.11.0,3.12.99)")
5858
set("kafkaVersion", "2.1.0")
5959
set("confluentVersion", "5.1.0")
6060

@@ -260,14 +260,7 @@ publishing {
260260
artifact(tasks["shadowJar"])
261261
artifact(tasks["sourcesJar"])
262262
artifact(tasks["javadocJar"])
263-
versionMapping {
264-
usage("java-api") {
265-
fromResolutionOf("runtimeClasspath")
266-
}
267-
usage("java-runtime") {
268-
fromResolutionResult()
269-
}
270-
}
263+
271264
pom {
272265
name.set(project.name)
273266
description.set(project.description)

0 commit comments

Comments
 (0)