Skip to content

Commit

Permalink
chore(deps): update junit jupiter to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Sep 1, 2024
1 parent 6d11eee commit abf1b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/jvm/junit5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.gradle.api.tasks.testing.logging.TestExceptionFormat

val atriumVersion = "1.2.0"
val junitVersion = "5.10.3"
val junitVersion = "5.11.0"

plugins {
kotlin("jvm") version "1.9.25"
Expand Down
2 changes: 1 addition & 1 deletion samples/jvm/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<atrium.version>1.2.0</atrium.version>
<java.charset>UTF-8</java.charset>
<java.version>11</java.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<kotlin.version>1.9.25</kotlin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit abf1b21

Please sign in to comment.