Skip to content

Commit 664b379

Browse files
authored
build: upgrade kotlin-mbedtls and kotlin-mbedtls-netty to version 1.32.2 (#122)
1 parent e3e967f commit 664b379

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.32.1")
10-
api("io.github.open-coap:kotlin-mbedtls-netty:1.32.1")
9+
api("io.github.open-coap:kotlin-mbedtls:1.32.2")
10+
api("io.github.open-coap:kotlin-mbedtls-netty:1.32.2")
1111

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

0 commit comments

Comments
 (0)