File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0 </version >
21+ <version >1.1.1 </version >
2222</dependency >
2323```
2424
@@ -32,7 +32,7 @@ repositories {
3232}
3333
3434dependencies {
35- implementation "com.factset.sdk:utils:1.1.0 "
35+ implementation "com.factset.sdk:utils:1.1.1 "
3636}
3737```
3838
@@ -270,7 +270,7 @@ The logger `com.factset.sdk.utils.authentication.ConfidentialClient` logs out th
270270
271271# Copyright
272272
273- Copyright 2023 FactSet Research Systems Inc
273+ Copyright 2024 FactSet Research Systems Inc
274274
275275Licensed under the Apache License, Version 2.0 (the "License");
276276you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'jacoco'
99apply plugin : ' maven-publish'
1010
1111group ' com.factset.sdk'
12- version ' 1.1.0 '
12+ version ' 1.1.1 '
1313
1414dependencies {
1515 implementation ' org.slf4j:slf4j-api:1.7.36'
You can’t perform that action at this time.
0 commit comments