Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit bc4bdec

Browse files
Update plugins: project reports, surefire and failsafe
* Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.5 (#71) Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.3 to 3.4.5. - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.4.3...maven-project-info-reports-plugin-3.4.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#70) Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 (#69) Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9503e2 commit bc4bdec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</properties>
6060
</configuration>
6161
<groupId>org.apache.maven.plugins</groupId>
62-
<version>3.1.0</version>
62+
<version>3.1.2</version>
6363
</plugin>
6464
<plugin>
6565
<artifactId>maven-jar-plugin</artifactId>
@@ -132,7 +132,7 @@
132132
</execution>
133133
</executions>
134134
<groupId>org.apache.maven.plugins</groupId>
135-
<version>3.1.0</version>
135+
<version>3.1.2</version>
136136
</plugin>
137137
<plugin>
138138
<artifactId>jacoco-maven-plugin</artifactId>
@@ -566,7 +566,7 @@
566566
</reports>
567567
</reportSet>
568568
</reportSets>
569-
<version>3.4.3</version>
569+
<version>3.4.5</version>
570570
</plugin>
571571
</plugins>
572572
</reporting>

0 commit comments

Comments
 (0)