Skip to content

Commit fdcdd59

Browse files
chore(deps): bump junit-jupiter.version from 5.13.4 to 6.0.1 (liquibase#7405)
Bumps `junit-jupiter.version` from 5.13.4 to 6.0.1. Updates `org.junit:junit-bom` 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) Updates `org.junit.jupiter:junit-jupiter-api` 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) Updates `org.junit.vintage:junit-vintage-engine` 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:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0825d48 commit fdcdd59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

liquibase-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.junit</groupId>
3131
<artifactId>junit-bom</artifactId>
32-
<version>5.13.4</version>
32+
<version>6.0.1</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<commons-collections4.version>4.5.0</commons-collections4.version>
7474
<commons-text.version>1.14.0</commons-text.version>
7575
<ant.version>1.10.15</ant.version>
76-
<junit-jupiter.version>5.13.4</junit-jupiter.version>
76+
<junit-jupiter.version>6.0.1</junit-jupiter.version>
7777
<groovy.version>4.0.28</groovy.version>
7878
<spock.version>2.3-groovy-4.0</spock.version>
7979
<spring.version>5.3.39</spring.version>

0 commit comments

Comments
 (0)