Skip to content

Commit d845ab3

Browse files
authored
Merge pull request #5 from arago/development
Development
2 parents cd30be5 + c570962 commit d845ab3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>co.arago.hiro.client</groupId>
88
<artifactId>hiro-client-java</artifactId>
9-
<version>0.2.1</version>
9+
<version>0.2.2</version>
1010

1111
<organization>
1212
<name>arago GmbH</name>

src/main/java/co/arago/hiro/client/connection/token/PasswordAuthTokenAPIHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public synchronized void refreshToken() throws IOException, InterruptedException
460460
maxRetries);
461461

462462
this.tokenInfo.parse(tokenResponse);
463-
} catch (TokenUnauthorizedException e) {
463+
} catch (HiroHttpException e) {
464464
log.warn("Error using refresh token: {}", e.getMessage());
465465
requestToken();
466466
}

0 commit comments

Comments
 (0)