File tree 3 files changed +8
-5
lines changed
src/main/java/net/snowflake/ingest/connection
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2025 Snowflake Computing Inc. All rights reserved.
4
+ -->
2
5
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
6
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
7
<modelVersion >4.0.0</modelVersion >
29
32
<dependency >
30
33
<groupId >net.snowflake</groupId >
31
34
<artifactId >snowflake-ingest-sdk</artifactId >
32
- <version >3.1.0 </version >
35
+ <version >3.1.1 </version >
33
36
</dependency >
34
37
35
38
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- ~ Copyright (c) 2024 Snowflake Computing Inc. All rights reserved.
3
+ ~ Copyright (c) 2024-2025 Snowflake Computing Inc. All rights reserved.
4
4
-->
5
5
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
6
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
9
9
<!-- Arifact name and version information -->
10
10
<groupId >net.snowflake</groupId >
11
11
<artifactId >snowflake-ingest-sdk</artifactId >
12
- <version >3.1.0 </version >
12
+ <version >3.1.1 </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 1
1
/*
2
- * Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
2
+ * Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
3
3
*/
4
4
5
5
package net .snowflake .ingest .connection ;
@@ -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.0 " ;
113
+ public static final String DEFAULT_VERSION = "3.1.1 " ;
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