Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit b95a1a6

Browse files
Bump the junit group with 2 updates (#6)
Bumps the junit group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.3 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.3 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.14.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96dc31b commit b95a1a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,13 @@
259259
<dependency>
260260
<groupId>org.junit.jupiter</groupId>
261261
<artifactId>junit-jupiter-api</artifactId>
262-
<version>5.14.3</version>
262+
<version>5.14.4</version>
263263
<scope>test</scope>
264264
</dependency>
265265
<dependency>
266266
<groupId>org.junit.jupiter</groupId>
267267
<artifactId>junit-jupiter-params</artifactId>
268-
<version>5.14.3</version>
268+
<version>5.14.4</version>
269269
<scope>test</scope>
270270
</dependency>
271271
</dependencies>

0 commit comments

Comments
 (0)