Skip to content

Commit 50276b5

Browse files
authored
Merge pull request #329 from Apicurio/renovate/dependencies-maven-plugins
Update Dependencies: Maven Plugins to v3.5.3
2 parents e9d245f + 221f455 commit 50276b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>org.apache.maven.surefire</groupId>
240240
<artifactId>surefire-junit47</artifactId>
241-
<version>3.5.2</version>
241+
<version>3.5.3</version>
242242
</dependency>
243243
</dependencies>
244244
</plugin>

maven-plugin-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-failsafe-plugin</artifactId>
51-
<version>3.5.2</version>
51+
<version>3.5.3</version>
5252
<executions>
5353
<execution>
5454
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
<!-- Plugin versions -->
101101
<version.maven-compiler-plugin>3.14.0</version.maven-compiler-plugin>
102-
<version.maven-surefire-plugin>3.5.2</version.maven-surefire-plugin>
102+
<version.maven-surefire-plugin>3.5.3</version.maven-surefire-plugin>
103103
<version.maven-gpg-plugin>3.2.7</version.maven-gpg-plugin>
104104
<version.maven-javadoc-plugin>3.11.2</version.maven-javadoc-plugin>
105105
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>

0 commit comments

Comments
 (0)