Skip to content

Commit ccd819b

Browse files
Merge pull request #2028 from gooddata/GRIF-332
GRIF-332: Upgrade jdbc driver for Snowflake
2 parents cfe7f66 + 2a73196 commit ccd819b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gdc-ii-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
microservices:
2+
lcm-bricks:
3+
docker:
4+
dockerfile: './Dockerfile'
5+
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
6+
# image when promoteImage configure false
7+
promoteImage: false
8+
# specifies whether run register pipeline components for the image when promote image. Default always run register
9+
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
10+
registerPipelineComponentsWhenPromote: false
11+
argumentsFromFiles:
12+
BRICKS_VERSION: 'VERSION'
213
lcm-bricks-nextversion:
314
docker:
415
dockerfile: './Dockerfile'

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.86
1+
3.7.87

ci/snowflake/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>net.snowflake</groupId>
1414
<artifactId>snowflake-jdbc</artifactId>
15-
<version>3.19.0</version>
15+
<version>3.24.2</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)