Skip to content

Commit

Permalink
chore(version): update utils version to 1.1.1 (#185)
Browse files Browse the repository at this point in the history
Updates the java version from 1.1.0 to 1.1.1.
  • Loading branch information
dgawande12 authored Apr 5, 2024
1 parent 578bc75 commit 6f2e6b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the below dependency to the project's POM:
<dependency>
<groupId>com.factset.sdk</groupId>
<artifactId>utils</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ repositories {
}
dependencies {
implementation "com.factset.sdk:utils:1.1.0"
implementation "com.factset.sdk:utils:1.1.1"
}
```

Expand Down Expand Up @@ -270,7 +270,7 @@ The logger `com.factset.sdk.utils.authentication.ConfidentialClient` logs out th

# Copyright

Copyright 2023 FactSet Research Systems Inc
Copyright 2024 FactSet Research Systems Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'jacoco'
apply plugin: 'maven-publish'

group 'com.factset.sdk'
version '1.1.0'
version '1.1.1'

dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36'
Expand Down

0 comments on commit 6f2e6b7

Please sign in to comment.