Skip to content

Commit aec5923

Browse files
renovate-botldetmer
authored andcommitted
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.0 (#3123)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | `3.3.1` -> `3.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-surefire-plugin/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-surefire-plugin/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-surefire-plugin/3.3.1/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-surefire-plugin/3.3.1/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 2fec9b6 commit aec5923

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-surefire-plugin</artifactId>
118-
<version>3.3.1</version>
118+
<version>3.5.0</version>
119119
<configuration>
120120
<!-- Excludes integration tests and smoke tests when unit tests are run -->
121121
<excludes>

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
<plugin>
318318
<groupId>org.apache.maven.plugins</groupId>
319319
<artifactId>maven-surefire-plugin</artifactId>
320-
<version>3.3.1</version>
320+
<version>3.5.0</version>
321321
<configuration>
322322
<additionalClasspathElements>
323323
<additionalClasspathElement>

java-shared-dependencies/dependency-analyzer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-surefire-plugin</artifactId>
44-
<version>3.3.1</version>
44+
<version>3.5.0</version>
4545
<configuration>
4646
<environmentVariables>
4747
<!--this environment variable is used to set token when construct

showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-surefire-plugin</artifactId>
111-
<version>3.3.1</version>
111+
<version>3.5.0</version>
112112
<configuration>
113113
<reportNameSuffix>sponge_log</reportNameSuffix>
114114
<skipTests>${skipUnitTests}</skipTests>

0 commit comments

Comments
 (0)