Skip to content

Commit

Permalink
Fix #1406: Update dependencies (#1407)
Browse files Browse the repository at this point in the history
* Fix #1406: Update dependencies
  • Loading branch information
banterCZ authored Sep 26, 2023
1 parent 47d1756 commit f213c1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@
<guava.version>32.1.2-jre</guava.version>
<moneta.version>1.4.2</moneta.version>
<owasp-java-html-sanitizer.version>20220608.1</owasp-java-html-sanitizer.version>
<wultra-java-core.version>1.7.0-SNAPSHOT</wultra-java-core.version>
<powerauth-java-crypto.version>1.5.0-SNAPSHOT</powerauth-java-crypto.version>
<powerauth.version>1.5.0-SNAPSHOT</powerauth.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-push.version>1.5.0</powerauth-push.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -211,19 +212,19 @@
<dependency>
<groupId>io.getlime.core</groupId>
<artifactId>rest-client-base</artifactId>
<version>${wultra-java-core.version}</version>
<version>${wultra-core.version}</version>
</dependency>

<dependency>
<groupId>io.getlime.core</groupId>
<artifactId>rest-model-base</artifactId>
<version>${wultra-java-core.version}</version>
<version>${wultra-core.version}</version>
</dependency>

<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>${powerauth-java-crypto.version}</version>
<version>${powerauth-crypto.version}</version>
</dependency>

<dependency>
Expand All @@ -235,7 +236,7 @@
<dependency>
<groupId>io.getlime.core</groupId>
<artifactId>audit-base</artifactId>
<version>${wultra-java-core.version}</version>
<version>${wultra-core.version}</version>
</dependency>

<!-- 3rd party libs -->
Expand Down
2 changes: 1 addition & 1 deletion powerauth-webflow-authentication-mtoken/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>${powerauth.version}</version>
<version>${powerauth-push.version}</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand Down

0 comments on commit f213c1d

Please sign in to comment.