Skip to content

Commit 0f42f5b

Browse files
Bump org.junit:junit-bom from 6.0.0 to 6.0.1 (#11375)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00398e0 commit 0f42f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

its/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ under the License.
9898
<dependency>
9999
<groupId>org.junit</groupId>
100100
<artifactId>junit-bom</artifactId>
101-
<version>6.0.0</version>
101+
<version>6.0.1</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ under the License.
154154
<javaxAnnotationApiVersion>1.3.2</javaxAnnotationApiVersion>
155155
<jlineVersion>3.30.6</jlineVersion>
156156
<jmhVersion>1.37</jmhVersion>
157-
<junitVersion>6.0.0</junitVersion>
157+
<junitVersion>6.0.1</junitVersion>
158158
<jxpathVersion>1.4.0</jxpathVersion>
159159
<logbackClassicVersion>1.5.20</logbackClassicVersion>
160160
<mockitoVersion>5.20.0</mockitoVersion>

0 commit comments

Comments
 (0)