Skip to content

Commit c1f5053

Browse files
Piyush Moroshai
authored andcommitted
Upgrade slf4j and kotlin platform
Signed-off-by: Piyush Mor <[email protected]>
1 parent af989b2 commit c1f5053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.util.*
22

33
plugins {
4-
kotlin("multiplatform") version "1.3.41"
4+
kotlin("multiplatform") version "1.3.50"
55
id("com.jfrog.bintray") version "1.8.4"
66
`maven-publish`
77
`java-library` //todo: ask whether we need javadoc at all as it is always empty

versions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extra["sl4j_version"] = "1.7.25"
1+
extra["sl4j_version"] = "1.7.29"
22
extra["log4j_version"] = "2.11.1"
33
extra["mockito_version"] = "1.10.19"
44
extra["junit_version"] = "4.12"

0 commit comments

Comments
 (0)