Skip to content

Commit

Permalink
deps: update dependency org.graalvm.buildtools:junit-platform-native …
Browse files Browse the repository at this point in the history
…to v0.9.27 (#2885)

* deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.27

* 🦉 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>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] committed Sep 19, 2023
1 parent 6695f8e commit 2237ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.22.0')
implementation platform('com.google.cloud:libraries-bom:26.23.0')
implementation 'com.google.cloud:google-cloud-bigquery'
```
Expand Down
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.26</version>
<version>0.9.27</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 2237ca2

Please sign in to comment.