File tree Expand file tree Collapse file tree 6 files changed +23
-7
lines changed Expand file tree Collapse file tree 6 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 2.9.1] ( https://github.com/googleapis/java-bigquery/compare/v2.9.0...v2.9.1 ) (2022-02-15)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** java:** add additional configurations to fix native image tests ([ #1859 ] ( https://github.com/googleapis/java-bigquery/issues/1859 ) ) ([ 3e82960] ( https://github.com/googleapis/java-bigquery/commit/3e82960f75ced489f9f0e72fe45165ab866f1d8b ) )
9+
10+
11+ ### Dependencies
12+
13+ * update dependency com.google.cloud: google-cloud-storage to v2.4.2 ([ #1853 ] ( https://github.com/googleapis/java-bigquery/issues/1853 ) ) ([ ef91109] ( https://github.com/googleapis/java-bigquery/commit/ef91109821a702a6b55b4f1265e812578ca881d8 ) )
14+ * update dependency com.google.cloud: native-image-support to v0.12.4 ([ #1855 ] ( https://github.com/googleapis/java-bigquery/issues/1855 ) ) ([ 376738d] ( https://github.com/googleapis/java-bigquery/commit/376738d5fb7253de6e2e9d574aa99e9d7a9e67ad ) )
15+ * update dependency com.google.code.gson: gson to v2.9.0 ([ #1850 ] ( https://github.com/googleapis/java-bigquery/issues/1850 ) ) ([ 627da62] ( https://github.com/googleapis/java-bigquery/commit/627da62bd02314c673c345bd8eb87e973a805bc7 ) )
16+ * update dependency org.graalvm.buildtools: junit-platform-native to v0.9.10 ([ #1860 ] ( https://github.com/googleapis/java-bigquery/issues/1860 ) ) ([ b31b44c] ( https://github.com/googleapis/java-bigquery/commit/b31b44c170b1bc948daaae1a9ae6c469370f986c ) )
17+ * update dependency org.graalvm.buildtools: native-maven-plugin to v0.9.10 ([ #1861 ] ( https://github.com/googleapis/java-bigquery/issues/1861 ) ) ([ ae05dfe] ( https://github.com/googleapis/java-bigquery/commit/ae05dfed0e670826f7674dc092b91bd5f634bf97 ) )
18+
319## [ 2.9.0] ( https://github.com/googleapis/java-bigquery/compare/v2.8.0...v2.9.0 ) (2022-02-11)
420
521
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >google-cloud-bigquery-parent</artifactId >
88 <groupId >com.google.cloud</groupId >
9- <version >2.9.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9+ <version >2.9.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
1010 </parent >
1111
1212 <properties >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-bigquery</artifactId >
6- <version >2.9.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6+ <version >2.9.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
77 <packaging >jar</packaging >
88 <name >BigQuery</name >
99 <url >https://github.com/googleapis/java-bigquery</url >
1010 <description >BigQuery</description >
1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-bigquery-parent</artifactId >
14- <version >2.9.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14+ <version >2.9.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-bigquery</site .installationModule>
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-bigquery-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >2.9.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7+ <version >2.9.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
88 <name >BigQuery Parent</name >
99 <url >https://github.com/googleapis/java-bigquery</url >
1010 <description >
8484 <dependency >
8585 <groupId >com.google.cloud</groupId >
8686 <artifactId >google-cloud-bigquery</artifactId >
87- <version >2.9.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
87+ <version >2.9.1</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
8888 </dependency >
8989
9090 <dependency >
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >com.google.cloud</groupId >
4646 <artifactId >google-cloud-bigquery</artifactId >
47- <version >2.9.1-SNAPSHOT </version >
47+ <version >2.9.1</version >
4848 </dependency >
4949 <!-- {x-version-update-end} -->
5050 <dependency >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-bigquery:2.9.0 :2.9.1-SNAPSHOT
4+ google-cloud-bigquery:2.9.1 :2.9.1
You can’t perform that action at this time.
0 commit comments