Skip to content

Commit

Permalink
Fix PowerAuth component versions
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jun 17, 2019
1 parent e7c732b commit ea4d726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions powerauth-webflow-authentication-mtoken/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring</artifactId>
<version>0.21.1</version>
<version>0.21.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>0.21.1</version>
<version>0.21.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-webflow-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-client-spring</artifactId>
<version>0.21.1</version>
<version>0.21.0</version>
</dependency>
<dependency>
<groupId>org.javamoney</groupId>
Expand Down

0 comments on commit ea4d726

Please sign in to comment.