Skip to content

Commit be6bdb5

Browse files
deps(deps): bump the build-tools group with 7 updates
--- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ca4876 commit be6bdb5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-compiler-plugin</artifactId>
220-
<version>3.11.0</version>
220+
<version>3.14.0</version>
221221
<configuration>
222222
<source>17</source>
223223
<target>17</target>
@@ -228,21 +228,21 @@
228228
<plugin>
229229
<groupId>org.apache.maven.plugins</groupId>
230230
<artifactId>maven-surefire-plugin</artifactId>
231-
<version>3.1.2</version>
231+
<version>3.5.3</version>
232232
</plugin>
233233

234234
<!-- Maven Failsafe Plugin for integration tests -->
235235
<plugin>
236236
<groupId>org.apache.maven.plugins</groupId>
237237
<artifactId>maven-failsafe-plugin</artifactId>
238-
<version>3.1.2</version>
238+
<version>3.5.3</version>
239239
</plugin>
240240

241241
<!-- JaCoCo Maven Plugin for code coverage -->
242242
<plugin>
243243
<groupId>org.jacoco</groupId>
244244
<artifactId>jacoco-maven-plugin</artifactId>
245-
<version>0.8.10</version>
245+
<version>0.8.13</version>
246246
<executions>
247247
<execution>
248248
<goals>
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>org.apache.maven.plugins</groupId>
280280
<artifactId>maven-source-plugin</artifactId>
281-
<version>3.3.0</version>
281+
<version>3.3.1</version>
282282
<executions>
283283
<execution>
284284
<id>attach-sources</id>
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.apache.maven.plugins</groupId>
295295
<artifactId>maven-javadoc-plugin</artifactId>
296-
<version>3.5.0</version>
296+
<version>3.11.2</version>
297297
<executions>
298298
<execution>
299299
<id>attach-javadocs</id>
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-gpg-plugin</artifactId>
313-
<version>3.2.4</version>
313+
<version>3.2.8</version>
314314
<configuration>
315315
<bestPractices>true</bestPractices>
316316
<gpgArguments>
@@ -352,7 +352,7 @@
352352
<plugin>
353353
<groupId>org.apache.maven.plugins</groupId>
354354
<artifactId>maven-source-plugin</artifactId>
355-
<version>3.3.0</version>
355+
<version>3.3.1</version>
356356
<executions>
357357
<execution>
358358
<id>attach-sources</id>
@@ -367,7 +367,7 @@
367367
<plugin>
368368
<groupId>org.apache.maven.plugins</groupId>
369369
<artifactId>maven-javadoc-plugin</artifactId>
370-
<version>3.5.0</version>
370+
<version>3.11.2</version>
371371
<executions>
372372
<execution>
373373
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)