File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/factset/sdk/utils/authentication Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the below dependency to the project's POM:
1818<dependency >
1919 <groupId >com.factset.sdk</groupId >
2020 <artifactId >utils</artifactId >
21- <version >1.1.3 </version >
21+ <version >1.1.4 </version >
2222</dependency >
2323```
2424
@@ -32,7 +32,7 @@ repositories {
3232}
3333
3434dependencies {
35- implementation "com.factset.sdk:utils:1.1.3 "
35+ implementation "com.factset.sdk:utils:1.1.4 "
3636}
3737```
3838
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616group ' com.factset.sdk'
17- version ' 1.1.4-SNAPSHOT '
17+ version ' 1.1.4'
1818
1919dependencies {
2020 implementation ' org.slf4j:slf4j-api:1.7.36'
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ public class RequestOptions {
2121 SSLSocketFactory sslSocketFactory = HttpsURLConnection .getDefaultSSLSocketFactory ();
2222
2323 @ Builder .Default
24- String userAgent = "fds-sdk/java/utils/1.1.3 (" + System .getProperty ("os.name" ) + "; Java" + System .getProperty ("java.version" ) + ")" ;
24+ String userAgent = "fds-sdk/java/utils/1.1.4 (" + System .getProperty ("os.name" ) + "; Java" + System .getProperty ("java.version" ) + ")" ;
2525}
You can’t perform that action at this time.
0 commit comments