File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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
```
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)