Skip to content

Commit

Permalink
update mbedtls-library to newest (#58)
Browse files Browse the repository at this point in the history
* update mbedtls-library to newest
  • Loading branch information
topiasjokiniemi-nordic authored Jun 14, 2023
1 parent c16839e commit ee32128
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.14.3")
api("io.github.open-coap:kotlin-mbedtls:1.15.0")

testImplementation(project(":coap-netty"))
testImplementation("io.github.open-coap:kotlin-mbedtls-netty:1.14.3")
testImplementation("io.github.open-coap:kotlin-mbedtls-netty:1.15.0")

testImplementation(testFixtures(project(":coap-core")))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
Expand Down

0 comments on commit ee32128

Please sign in to comment.