From ba2decd1f5f612e674c61111c2856a1e5e2de1d3 Mon Sep 17 00:00:00 2001 From: Szymon Sasin Date: Wed, 31 Jan 2024 19:47:25 +0200 Subject: [PATCH] Bump mbedtls --- coap-mbedtls/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coap-mbedtls/build.gradle.kts b/coap-mbedtls/build.gradle.kts index f19f1e98..571262ff 100644 --- a/coap-mbedtls/build.gradle.kts +++ b/coap-mbedtls/build.gradle.kts @@ -6,10 +6,10 @@ description = "coap-mbedtls" dependencies { api(project(":coap-core")) - api("io.github.open-coap:kotlin-mbedtls:1.21.0") + api("io.github.open-coap:kotlin-mbedtls:1.23.0") testImplementation(project(":coap-netty")) - testImplementation("io.github.open-coap:kotlin-mbedtls-netty:1.21.0") + testImplementation("io.github.open-coap:kotlin-mbedtls-netty:1.23.0") testImplementation(testFixtures(project(":coap-core"))) testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")