From 75636e1a0914aacd08d65c2be8e872a6adda5914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:26:41 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.10.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.2 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8507b64..8f0fa67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { dependencies { testImplementation("com.navercorp.fixturemonkey:fixture-monkey:0.5.2") testImplementation("org.assertj:assertj-core:3.23.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5") testRuntimeOnly("org.apache.logging.log4j:log4j-to-slf4j:2.19.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")