Skip to content

Commit c9f2dbe

Browse files
chore(deps): Bump the maven-deps group with 2 updates (#125)
Bumps the maven-deps group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8978237 commit c9f2dbe

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
@@ -143,13 +143,13 @@ SPDX-License-Identifier: AGPL-3.0-only
143143
<dependency>
144144
<groupId>org.junit.jupiter</groupId>
145145
<artifactId>junit-jupiter-api</artifactId>
146-
<version>6.0.1</version>
146+
<version>6.0.2</version>
147147
<scope>test</scope>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.junit.jupiter</groupId>
151151
<artifactId>junit-jupiter-engine</artifactId>
152-
<version>6.0.1</version>
152+
<version>6.0.2</version>
153153
<scope>test</scope>
154154
</dependency>
155155

0 commit comments

Comments
 (0)