Skip to content

Commit 8212bc4

Browse files
build(deps): bump plugin.surefire.version from 3.5.2 to 3.5.3 (#245)
* build(deps): bump plugin.surefire.version from 3.5.2 to 3.5.3 Bumps `plugin.surefire.version` from 3.5.2 to 3.5.3. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fix refactored junit and surefire dependencies. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: karel rehor <[email protected]> Co-authored-by: karel-rehor <[email protected]>
1 parent f568924 commit 8212bc4

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@
8888
<properties>
8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9090

91+
<junit-jupiter.version>5.13.4</junit-jupiter.version>
92+
<junit-platform.version>1.13.4</junit-platform.version>
9193
<netty-handler.version>4.2.3.Final</netty-handler.version>
92-
<junit-jupiter.version>5.11.4</junit-jupiter.version>
9394

94-
<plugin.surefire.version>3.5.2</plugin.surefire.version>
95+
<plugin.surefire.version>3.5.3</plugin.surefire.version>
9596
<plugin.jacoco.version>0.8.12</plugin.jacoco.version>
9697
<plugin.checkstyle.version>3.6.0</plugin.checkstyle.version>
9798
<plugin.javadoc.version>3.11.2</plugin.javadoc.version>
@@ -267,6 +268,19 @@
267268
<version>2.0.16</version>
268269
</dependency>
269270

271+
<dependency>
272+
<groupId>org.junit.platform</groupId>
273+
<artifactId>junit-platform-engine</artifactId>
274+
<version>${junit-platform.version}</version>
275+
</dependency>
276+
277+
<dependency>
278+
<groupId>org.junit.platform</groupId>
279+
<artifactId>junit-platform-launcher</artifactId>
280+
<version>${junit-platform.version}</version>
281+
</dependency>
282+
283+
270284
<dependency>
271285
<groupId>org.junit.jupiter</groupId>
272286
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)