Skip to content

Commit

Permalink
Merge pull request #81 from wultra/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
banterCZ authored Dec 19, 2023
2 parents e913c1c + 7028993 commit 773df1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

<groupId>com.wultra</groupId>
<artifactId>ssl-pinning-tool</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -56,8 +56,8 @@
</issueManagement>

<properties>
<bcprov-jdk18on.version>1.76</bcprov-jdk18on.version>
<powerauth-crypto.version>1.5.1</powerauth-crypto.version>
<bcprov-jdk18on.version>1.77</bcprov-jdk18on.version>
<powerauth-crypto.version>1.6.0</powerauth-crypto.version>
</properties>

<dependencies>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 773df1f

Please sign in to comment.