Skip to content

Commit d46bda1

Browse files
Bump the junit group with 2 updates (#1)
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.1 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.1 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.3 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.3 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 34f71ed commit d46bda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1</version>
262+
<version>5.14.3</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.1</version>
268+
<version>5.14.3</version>
269269
<scope>test</scope>
270270
</dependency>
271271
</dependencies>

0 commit comments

Comments
 (0)