Skip to content

Commit 0111dcb

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the java-minor group in /tictactoe_java with 3 updates
Bumps the java-minor group in /tictactoe_java with 3 updates: [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework), [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-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) 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-params` 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-engine dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java-minor - 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: java-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f759bd6 commit 0111dcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tictactoe_java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
<dependency>
2121
<groupId>org.junit.jupiter</groupId>
2222
<artifactId>junit-jupiter-engine</artifactId>
23-
<version>6.0.1</version>
23+
<version>6.0.2</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.junit.jupiter</groupId>
2828
<artifactId>junit-jupiter-api</artifactId>
29-
<version>6.0.1</version>
29+
<version>6.0.2</version>
3030
<scope>test</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter-params</artifactId>
35-
<version>6.0.1</version>
35+
<version>6.0.2</version>
3636
<scope>test</scope>
3737
</dependency>
3838
</dependencies>

0 commit comments

Comments
 (0)