Skip to content

Commit

Permalink
Merge pull request #5 from arago/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
tryptichon committed Dec 1, 2021
2 parents cd30be5 + c570962 commit d845ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>co.arago.hiro.client</groupId>
<artifactId>hiro-client-java</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>

<organization>
<name>arago GmbH</name>
Expand Down
Expand Up @@ -460,7 +460,7 @@ public synchronized void refreshToken() throws IOException, InterruptedException
maxRetries);

this.tokenInfo.parse(tokenResponse);
} catch (TokenUnauthorizedException e) {
} catch (HiroHttpException e) {
log.warn("Error using refresh token: {}", e.getMessage());
requestToken();
}
Expand Down

0 comments on commit d845ab3

Please sign in to comment.