File tree 3 files changed +3
-3
lines changed
src/main/java/net/snowflake/ingest/connection
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >net.snowflake</groupId >
34
34
<artifactId >snowflake-ingest-sdk</artifactId >
35
- <version >3.1.1 </version >
35
+ <version >3.1.2 </version >
36
36
</dependency >
37
37
38
38
<dependency >
Original file line number Diff line number Diff line change 9
9
<!-- Arifact name and version information -->
10
10
<groupId >net.snowflake</groupId >
11
11
<artifactId >snowflake-ingest-sdk</artifactId >
12
- <version >3.1.1 </version >
12
+ <version >3.1.2 </version >
13
13
<packaging >jar</packaging >
14
14
<name >Snowflake Ingest SDK</name >
15
15
<description >Snowflake Ingest SDK</description >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public class RequestBuilder {
110
110
// Don't change!
111
111
public static final String CLIENT_NAME = "SnowpipeJavaSDK" ;
112
112
113
- public static final String DEFAULT_VERSION = "3.1.1 " ;
113
+ public static final String DEFAULT_VERSION = "3.1.2 " ;
114
114
115
115
public static final String JAVA_USER_AGENT = "JAVA" ;
116
116
You can’t perform that action at this time.
0 commit comments