Skip to content

Commit 80ffdc2

Browse files
authored
chore: release 1.0.1 (#104)
#### Release 1.0.1. - updated dependencies to latest stable versions - `org.json:json` from 20220320 to 20230227 - important dependency update which fixes the sonatype security threat - Documentation update - adds logging of the access-token request and its response for troubleshooting purposes [#34](#34)
1 parent c70eb4f commit 80ffdc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2021 FactSet Research Systems Inc
190+
Copyright 2023 FactSet Research Systems Inc
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.0.0</version>
21+
<version>1.0.1</version>
2222
</dependency>
2323
```
2424

@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
implementation "com.factset.sdk:utils:1.0.0"
35+
implementation "com.factset.sdk:utils:1.0.1"
3636
}
3737
```
3838

@@ -192,7 +192,7 @@ The logger `com.factset.sdk.utils.authentication.ConfidentialClient` logs out th
192192

193193
# Copyright
194194

195-
Copyright 2022 FactSet Research Systems Inc
195+
Copyright 2023 FactSet Research Systems Inc
196196

197197
Licensed under the Apache License, Version 2.0 (the "License");
198198
you may not use this file except in compliance with the License.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'jacoco'
99
apply plugin: 'maven-publish'
1010

1111
group 'com.factset.sdk'
12-
version '1.0.0'
12+
version '1.0.1'
1313

1414
dependencies {
1515
implementation 'org.slf4j:slf4j-api:1.7.36'

0 commit comments

Comments
 (0)