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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d6f1352 commit db47e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

+1-1
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.plugins</groupId>
125125
<artifactId>maven-surefire-plugin
126126
</artifactId> <!-- Must use older version of surefire plugin for native-image testing. -->
127-
<version>3.2.2</version>
127+
<version>3.2.3</version>
128128
<configuration>
129129
<includes>
130130
<include>**/*IT</include>

0 commit comments

Comments
 (0)