Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 9d26b3a

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 (#860)
* build(deps): bump org.junit.jupiter:junit-jupiter-api Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- 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] <[email protected]> * build(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d2f945 commit 9d26b3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
'com.squareup.retrofit2:converter-jackson:2.11.0',
151151
'com.google.code.gson:gson:2.11.0')
152152
testImplementation(
153-
'org.junit.platform:junit-platform-launcher:1.10.2',
153+
'org.junit.platform:junit-platform-launcher:1.10.3',
154154
'org.mockito:mockito-core:5.12.0',
155155
'org.easytesting:fest-assert:1.4',
156156
'com.redhat.devtools.intellij:intellij-common:1.9.6-SNAPSHOT:test',
@@ -159,8 +159,8 @@ dependencies {
159159
'org.mock-server:mockserver-netty:5.15.0',
160160
'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.0',
161161
'org.junit.jupiter:junit-jupiter-engine:5.10.3',
162-
'org.junit.jupiter:junit-jupiter-api:5.10.2',
163-
'org.junit.jupiter:junit-jupiter:5.10.2')
162+
'org.junit.jupiter:junit-jupiter-api:5.10.3',
163+
'org.junit.jupiter:junit-jupiter:5.10.3')
164164
constraints {
165165
implementation('io.undertow:undertow-core:2.3.14.Final') { //keycloak
166166
because 'https://security.snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-6567186'

0 commit comments

Comments
 (0)