Skip to content

Commit e3e967f

Browse files
authored
build: upgrade kotlin-mbedtls and kotlin-mbedtls-netty to version 1.32.1 (#121)
1 parent 2d6e65c commit e3e967f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

coap-mbedtls/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description = "coap-mbedtls"
66

77
dependencies {
88
api(project(":coap-core"))
9-
api("io.github.open-coap:kotlin-mbedtls:1.31.1")
10-
api("io.github.open-coap:kotlin-mbedtls-netty:1.31.1")
9+
api("io.github.open-coap:kotlin-mbedtls:1.32.1")
10+
api("io.github.open-coap:kotlin-mbedtls-netty:1.32.1")
1111

1212
testImplementation(project(":coap-netty"))
1313

0 commit comments

Comments
 (0)