Skip to content

Commit

Permalink
deps: update multiple dependencies atomically (#1145)
Browse files Browse the repository at this point in the history
* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.5

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

* deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.19

* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.0
  • Loading branch information
dconeybe committed Dec 8, 2022
1 parent 27836aa commit 36bb40b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google-cloud-firestore-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<name>Google Cloud Firestore BOM</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<developers>
Expand Down Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.0.6</version>
<version>3.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.18</version>
<version>0.9.19</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -123,7 +123,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.9.18</version>
<version>0.9.19</version>
<extensions>true</extensions>
<configuration>
<mainClass>com.example.firestore.NativeImageFirestoreSample</mainClass>
Expand Down

0 comments on commit 36bb40b

Please sign in to comment.