Skip to content

Commit b3b9d5f

Browse files
renovate-botgcf-owl-bot[bot]meredithslota
authored
deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.22 (#1340)
* deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.22 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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> Co-authored-by: meredithslota <meredithslota@google.com>
1 parent 6662345 commit b3b9d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.14.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.15.0')
5656
5757
implementation 'com.google.cloud:google-cloud-logging'
5858
```

Diff for: samples/native-image-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.graalvm.buildtools</groupId>
112112
<artifactId>junit-platform-native</artifactId>
113-
<version>0.9.21</version>
113+
<version>0.9.22</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>

0 commit comments

Comments
 (0)