File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
google-cloud-firestore-bom
samples/native-image-sample Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
10
10
<artifactId >google-cloud-shared-config</artifactId >
11
- <version >1.5.4 </version >
11
+ <version >1.5.5 </version >
12
12
</parent >
13
13
14
14
<name >Google Cloud Firestore BOM</name >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >google-cloud-shared-config</artifactId >
17
- <version >1.5.4 </version >
17
+ <version >1.5.5 </version >
18
18
</parent >
19
19
20
20
<developers >
181
181
<dependency >
182
182
<groupId >com.google.cloud</groupId >
183
183
<artifactId >google-cloud-shared-dependencies</artifactId >
184
- <version >3.0.6 </version >
184
+ <version >3.1.0 </version >
185
185
<type >pom</type >
186
186
<scope >import</scope >
187
187
</dependency >
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
102
102
<dependency >
103
103
<groupId >org.graalvm.buildtools</groupId >
104
104
<artifactId >junit-platform-native</artifactId >
105
- <version >0.9.18 </version >
105
+ <version >0.9.19 </version >
106
106
<scope >test</scope >
107
107
</dependency >
108
108
</dependencies >
@@ -123,7 +123,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
123
123
<plugin >
124
124
<groupId >org.graalvm.buildtools</groupId >
125
125
<artifactId >native-maven-plugin</artifactId >
126
- <version >0.9.18 </version >
126
+ <version >0.9.19 </version >
127
127
<extensions >true</extensions >
128
128
<configuration >
129
129
<mainClass >com.example.firestore.NativeImageFirestoreSample</mainClass >
You can’t perform that action at this time.
0 commit comments