Skip to content

Commit 2a51d36

Browse files
authored
upgrade BQMS version (#34580)
1 parent 2d50549 commit 2a51d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 3
3+
"modification": 4
44
}

Diff for: buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ class BeamModulePlugin implements Plugin<Project> {
618618
def influxdb_version = "2.19"
619619
def httpclient_version = "4.5.13"
620620
def httpcore_version = "4.4.14"
621-
def iceberg_bqms_catalog_version = "1.6.1-1.0.1-beta"
621+
def iceberg_bqms_catalog_version = "1.6.1-1.0.0"
622622
def jackson_version = "2.15.4"
623623
def jaxb_api_version = "2.3.3"
624624
def jsr305_version = "3.0.2"

0 commit comments

Comments
 (0)