Skip to content

Commit

Permalink
Bump mbedtls
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Feb 1, 2024
1 parent 6a1df27 commit ba2decd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coap-mbedtls/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ba2decd

Please sign in to comment.