Skip to content

Commit

Permalink
Merge pull request #434 from ClickHouse/dependabot/gradle/org.junit.j…
Browse files Browse the repository at this point in the history
…upiter-junit-jupiter-api-5.11.0

Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0
  • Loading branch information
Paultagoras authored Sep 18, 2024
2 parents 99ca7b1 + 66dfced commit 5191584
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 @@ -92,7 +92,7 @@ dependencies {

// TODO: need to remove ???
implementation("org.slf4j:slf4j-reload4j:2.0.13")
implementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
implementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
implementation("org.testcontainers:testcontainers:1.20.1")
implementation("org.testcontainers:toxiproxy:1.20.1")

Expand Down

0 comments on commit 5191584

Please sign in to comment.