Skip to content

Commit b7e8926

Browse files
committed
fix: use fixed version of gooddata-http-client with correct logout request recongnition
The 0.9.2 version has fixed logout, but only for calls of execute method with host. 0.9.3 correctly detects also the situation when full uri is given in http method.
1 parent 2fb873f commit b7e8926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>com.gooddata</groupId>
239239
<artifactId>gooddata-http-client</artifactId>
240-
<version>0.9.2</version>
240+
<version>0.9.3</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)