diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml
index 72721e939..501c06355 100644
--- a/.gdc-ii-config.yaml
+++ b/.gdc-ii-config.yaml
@@ -1,4 +1,15 @@
microservices:
+ lcm-bricks:
+ docker:
+ dockerfile: './Dockerfile'
+ # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
+ # image when promoteImage configure false
+ promoteImage: false
+ # specifies whether run register pipeline components for the image when promote image. Default always run register
+ # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
+ registerPipelineComponentsWhenPromote: false
+ argumentsFromFiles:
+ BRICKS_VERSION: 'VERSION'
lcm-bricks-nextversion:
docker:
dockerfile: './Dockerfile'
diff --git a/VERSION b/VERSION
index 8555d0eae..5b530cbca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.7.86
+3.7.87
diff --git a/ci/snowflake/pom.xml b/ci/snowflake/pom.xml
index 6bffa9d88..ad39d9646 100644
--- a/ci/snowflake/pom.xml
+++ b/ci/snowflake/pom.xml
@@ -12,7 +12,7 @@
net.snowflake
snowflake-jdbc
- 3.19.0
+ 3.24.2
org.slf4j