Skip to content

Commit

Permalink
Fix #666: Update Wultra dependencies (#667)
Browse files Browse the repository at this point in the history
* Fix #666: Update Wultra dependencies
  • Loading branch information
banterCZ authored Sep 21, 2023
1 parent 697ac27 commit 9e8c92b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@

<properties>
<!-- Wultra Dependencies -->
<wultra-core.version>1.7.0-SNAPSHOT</wultra-core.version>
<powerauth.version>1.5.0-SNAPSHOT</powerauth.version>
<powerauth-crypto.version>1.5.0-SNAPSHOT</powerauth-crypto.version>
<wultra-core.version>1.7.0</wultra-core.version>
<powerauth.version>1.5.0</powerauth.version>
<powerauth-crypto.version>1.5.1</powerauth-crypto.version>
<powerauth-restful-integration.version>1.5.0</powerauth-restful-integration.version>

<!-- Library Versions -->
<pushy.version>0.15.2</pushy.version>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-push-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-model</artifactId>
<version>${powerauth.version}</version>
<version>${powerauth-restful-integration.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9e8c92b

Please sign in to comment.