Skip to content

Commit c164772

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.1 (#2708)
* build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent cfab83a commit c164772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.25.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.26.0')
5454
5555
implementation 'com.google.cloud:google-cloud-spanner'
5656
```

samples/native-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin
122122
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
123-
<version>3.1.2</version>
123+
<version>3.2.1</version>
124124
<configuration>
125125
<includes>
126126
<include>**/*IT</include>

0 commit comments

Comments
 (0)