Skip to content

Commit 2340826

Browse files
authored
SNOW-2132694 Upgrade jdbc to 3.24.2 (#1007)
upgrade jdbc to 3.24.2
1 parent 86088c0 commit 2340826

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authentication. Currently, we support ingestion through the following APIs:
1616

1717
The Snowflake Ingest Service SDK depends on the following libraries:
1818

19-
* snowflake-jdbc (3.16.1+)
19+
* snowflake-jdbc (3.24.2+)
2020
* slf4j-api
2121
* com.github.luben:zstd-jni (1.5.0-1)
2222

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<shadeBase>net.snowflake.ingest.internal</shadeBase>
7878
<slf4j.version>1.7.36</slf4j.version>
7979
<snappy.version>1.1.10.5</snappy.version>
80-
<snowjdbc.version>3.22.0</snowjdbc.version>
80+
<snowjdbc.version>3.24.2</snowjdbc.version>
8181
<threetenbp.version>1.7.0</threetenbp.version>
8282
<yetus.version>0.13.0</yetus.version>
8383
</properties>
@@ -1316,6 +1316,7 @@
13161316
|The Apache Software License, Version 2.0
13171317
|Apache-2.0
13181318
|Apache License, Version 2.0
1319+
|Apache License, version 2.0
13191320
|Apache 2.0
13201321
|Apache License V2.0
13211322
|Apache 2</licenseMerge>
@@ -1658,6 +1659,7 @@
16581659
<excludes>
16591660
<exclude>assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties</exclude>
16601661
<exclude>about.html</exclude>
1662+
<exclude>iso3166*properties</exclude>
16611663
<exclude>mozilla/public-suffix-list.txt</exclude>
16621664
<exclude>META-INF/ASL2.0</exclude>
16631665
<exclude>META-INF/FastDoubleParser-LICENSE</exclude>

scripts/process_licenses.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155
"com.google.cloud.opentelemetry:exporter-metrics": APACHE_LICENSE,
156156
"com.google.cloud.opentelemetry:shared-resourcemapping": APACHE_LICENSE,
157157
"com.google.cloud.opentelemetry:detector-resources-support": APACHE_LICENSE,
158+
"com.amazonaws:aws-java-sdk-sts": APACHE_LICENSE,
159+
"com.nimbusds:oauth2-oidc-sdk": APACHE_LICENSE,
160+
"com.nimbusds:content-type": APACHE_LICENSE,
161+
"com.nimbusds:lang-tag": APACHE_LICENSE,
158162

159163
}
160164

0 commit comments

Comments
 (0)