Skip to content

Commit 73fb18c

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1a21f3 commit 73fb18c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/org.openhab.binding.homeassistant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-surefire-plugin</artifactId>
95-
<version>3.5.4</version>
95+
<version>3.5.5</version>
9696
<configuration>
9797
<additionalClasspathElements>
9898
<additionalClasspathElement>${project.build.directory}/unsigned</additionalClasspathElement>

bundles/org.openhab.binding.zwavejs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-surefire-plugin</artifactId>
47-
<version>3.5.4</version>
47+
<version>3.5.5</version>
4848
<configuration>
4949
<argLine>${argLine}</argLine>
5050
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Import-Package: \\
414414
<plugin>
415415
<groupId>org.apache.maven.plugins</groupId>
416416
<artifactId>maven-surefire-plugin</artifactId>
417-
<version>3.5.4</version>
417+
<version>3.5.5</version>
418418
<configuration>
419419
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED
420420
--add-opens java.base/java.util=ALL-UNNAMED

0 commit comments

Comments
 (0)