Skip to content

Commit 3e2aaaa

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.9.0 to 5.10.0 (#863)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.0...r5.10.0) --- 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 3e86ef0 commit 3e2aaaa

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
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation 'org.mockito:mockito-core:5.3.1'
8080
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
8181
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.0'
82-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
82+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
8383

8484
implementation "com.theokanning.openai-gpt3-java:api:$chatGPTVersion"
8585
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.10.0'
1010
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.0'
11-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
11+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
1212
}
1313

0 commit comments

Comments
 (0)