Skip to content

Commit db47e69

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 (#1848)
* build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 * 🦉 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
1 parent d6f1352 commit db47e69

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
@@ -52,7 +52,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.28.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.29.0')
5656
5757
implementation 'com.google.cloud:google-cloud-pubsub'
5858
```

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
124124
<groupId>org.apache.maven.pluginsgroupId>
125125
<artifactId>maven-surefire-plugin
126126
artifactId>
127-
<version>3.2.2version>
127+
<version>3.2.3version>
128128
<configuration>
129129
<includes>
130130
<include>**/*ITinclude>

0 commit comments

Comments
 (0)