File tree 6 files changed +22
-7
lines changed 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.24.4] ( https://github.com/googleapis/java-bigquery/compare/v2.24.3...v2.24.4 ) (2023-03-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * QueryWithStructsParameters sample mismatch ([ #2610 ] ( https://github.com/googleapis/java-bigquery/issues/2610 ) ) ([ 71f9f55] ( https://github.com/googleapis/java-bigquery/commit/71f9f55225eac6d7d4a3d5f0960b28bf8769d03d ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * Update dependency com.google.apis: google-api-services-bigquery to v2-rev20230318-2.0.0 ([ #2607 ] ( https://github.com/googleapis/java-bigquery/issues/2607 ) ) ([ a328eb2] ( https://github.com/googleapis/java-bigquery/commit/a328eb285b6007e0e01b059a03e71a2b5a6e7399 ) )
14
+ * Update dependency com.google.cloud: google-cloud-bigquerystorage-bom to v2.34.2 ([ #2619 ] ( https://github.com/googleapis/java-bigquery/issues/2619 ) ) ([ e4aa0fe] ( https://github.com/googleapis/java-bigquery/commit/e4aa0fef53f9eebbe09d878318521df5d070fd70 ) )
15
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.6.0 ([ #2612 ] ( https://github.com/googleapis/java-bigquery/issues/2612 ) ) ([ eac97ac] ( https://github.com/googleapis/java-bigquery/commit/eac97ac03007b52e6c242f427ac21e491bfefb13 ) )
16
+ * Update github/codeql-action action to v2.2.9 ([ #2608 ] ( https://github.com/googleapis/java-bigquery/issues/2608 ) ) ([ 24aac14] ( https://github.com/googleapis/java-bigquery/commit/24aac1489dd99ebd0133e80a21dd7309f2c17494 ) )
17
+
3
18
## [ 2.24.3] ( https://github.com/googleapis/java-bigquery/compare/v2.24.2...v2.24.3 ) (2023-03-24)
4
19
5
20
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >google-cloud-bigquery-parent</artifactId >
8
8
<groupId >com.google.cloud</groupId >
9
- <version >2.24.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9
+ <version >2.24.4</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
10
10
</parent >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-bigquery</artifactId >
6
- <version >2.24.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
+ <version >2.24.4</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >BigQuery</name >
9
9
<url >https://github.com/googleapis/java-bigquery</url >
10
10
<description >BigQuery</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-bigquery-parent</artifactId >
14
- <version >2.24.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14
+ <version >2.24.4</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-bigquery</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-bigquery-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >2.24.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7
+ <version >2.24.4</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
8
8
<name >BigQuery Parent</name >
9
9
<url >https://github.com/googleapis/java-bigquery</url >
10
10
<description >
111
111
<dependency >
112
112
<groupId >com.google.cloud</groupId >
113
113
<artifactId >google-cloud-bigquery</artifactId >
114
- <version >2.24.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
114
+ <version >2.24.4</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
115
115
</dependency >
116
116
117
117
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >google-cloud-bigquery</artifactId >
47
- <version >2.24.4-SNAPSHOT </version >
47
+ <version >2.24.4</version >
48
48
</dependency >
49
49
<!-- {x-version-update-end} -->
50
50
<dependency >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-bigquery:2.24.3 :2.24.4-SNAPSHOT
4
+ google-cloud-bigquery:2.24.4 :2.24.4
You can’t perform that action at this time.
0 commit comments