Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent 61bc8da commit ee64540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ kotlin {
implementation("io.ktor:ktor-client-mock-jvm:2.0.3")

implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter:5.8.2")
implementation("org.junit.jupiter:junit-jupiter:5.9.2")

implementation("com.twitter.twittertext:twitter-text:3.1.0")
implementation("com.google.guava:guava:31.1-jre")
Expand Down

0 comments on commit ee64540

Please sign in to comment.