From d42cf5062b52a112e911e35df3975ac714c86f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:10:23 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.9.1 to 5.9.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 520911c..52cf9bb 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ apply plugin: 'maven-publish' dependencies { api group: 'org.json', name: 'json', version: '20220924' implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testImplementation group: 'com.ginsberg', name: 'junit5-system-exit', version: '1.1.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' }