File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/net/snowflake/ingest/connection Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >net.snowflake</groupId >
4242 <artifactId >snowflake-ingest-sdk</artifactId >
43- <version >4.4.1 </version >
43+ <version >4.4.2 </version >
4444 </dependency >
4545
4646 <dependency >
Original file line number Diff line number Diff line change 99 <!-- Arifact name and version information -->
1010 <groupId >net.snowflake</groupId >
1111 <artifactId >snowflake-ingest-sdk</artifactId >
12- <version >4.4.1 </version >
12+ <version >4.4.2 </version >
1313 <packaging >jar</packaging >
1414 <name >Snowflake Ingest SDK</name >
1515 <description >Snowflake Ingest SDK</description >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public class RequestBuilder {
110110 // Don't change!
111111 public static final String CLIENT_NAME = "SnowpipeJavaSDK" ;
112112
113- public static final String DEFAULT_VERSION = "4.4.1 " ;
113+ public static final String DEFAULT_VERSION = "4.4.2 " ;
114114
115115 public static final String JAVA_USER_AGENT = "JAVA" ;
116116
You can’t perform that action at this time.
0 commit comments