Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-update-lock-32851debfefed2b66038e014…
Browse files Browse the repository at this point in the history
…1f1b5c2103bb59ba80b7475adbc10ef7abab3de7
  • Loading branch information
suztomo authored Jun 22, 2023
2 parents 9d57bbf + 8cddf8f commit ffe8c9b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google-api-services-bigquery.version>v2-rev20230520-2.0.0</google-api-services-bigquery.version>
<google.cloud.shared-dependencies.version>3.11.0</google.cloud.shared-dependencies.version>
<google.cloud.shared-dependencies.version>3.12.0</google.cloud.shared-dependencies.version>
<arrow.version>12.0.0</arrow.version>
</properties>

Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -155,7 +155,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.22.4</version>
<version>2.23.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.22</version>
<version>0.9.23</version>
<scope>test</scope>
</dependency>

Expand All @@ -121,7 +121,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.9.22</version>
<version>0.9.23</version>
<extensions>true</extensions>
<configuration>
<mainClass>com.example.bigquery.NativeImageBigquerySample
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
<!-- [START bigquery_install_with_bom] -->
Expand Down

0 comments on commit ffe8c9b

Please sign in to comment.