Skip to content

Commit 9b7380a

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.13.2
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.11.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28eb518 commit 9b7380a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
8585
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
8686
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
87-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
87+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
8888

8989
implementation "com.theokanning.openai-gpt3-java:api:$chatGPTVersion"
9090
implementation "com.theokanning.openai-gpt3-java:service:$chatGPTVersion"

formatter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies {
88

99
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
1010
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
11-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
11+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
1212
}
1313

0 commit comments

Comments
 (0)