Skip to content

Commit 4b2350c

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.11.1 (#1168)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cfe4db commit 4b2350c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
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.10.0'
87+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
8888

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

formatter/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies {
88

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

0 commit comments

Comments
 (0)