Skip to content

Commit f25a26f

Browse files
junit-vintage-engine managed by spring boot - Bump org.junit.vintage:junit-vintage-engine from 5.13.4 to 6.0.1 (#5500)
* Bump org.junit.vintage:junit-vintage-engine from 5.13.4 to 6.0.1 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Align all JUnit dependencies to 6.0.1 * fix for the framework project * change dependency order * junit-vintage-engine from spring boot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>
1 parent d32a75f commit f25a26f

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -925,13 +925,6 @@
925925
<artifactId>dirigible-application</artifactId>
926926
<version>${project.version}</version>
927927
</dependency>
928-
<dependency>
929-
<groupId>org.junit.vintage</groupId>
930-
<artifactId>junit-vintage-engine</artifactId>
931-
<version>5.13.4</version>
932-
<scope>test</scope>
933-
</dependency>
934-
935928
<dependency>
936929
<groupId>org.seleniumhq.selenium</groupId>
937930
<artifactId>selenium-java</artifactId>

tests/tests-framework/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
<artifactId>greenmail</artifactId>
8383
<scope>compile</scope>
8484
</dependency>
85+
<dependency>
86+
<groupId>org.junit.jupiter</groupId>
87+
<artifactId>junit-jupiter</artifactId>
88+
<scope>compile</scope>
89+
</dependency>
8590
</dependencies>
8691

8792
</project>

tests/tests-integrations/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
<scope>compile</scope>
7676
</dependency>
7777
<dependency>
78-
<groupId>org.eclipse.dirigible</groupId>
79-
<artifactId>
80-
dirigible-components-core-initializers
81-
</artifactId>
78+
<groupId>org.eclipse.dirigible</groupId>
79+
<artifactId>
80+
dirigible-components-core-initializers
81+
</artifactId>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.webjars.npm</groupId>

0 commit comments

Comments
 (0)