Skip to content

Commit d44d147

Browse files
committed
build: update kotlin-mbedtls and kotlin-mbedtls-netty to version 1.33.1
1 parent 8c73d92 commit d44d147

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

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

0 commit comments

Comments
 (0)