Skip to content

Commit

Permalink
Fix #191: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jun 20, 2022
1 parent 4bee0df commit c4e0f72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions powerauth-data-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>powerauth-data-adapter</artifactId>
<groupId>io.getlime.security</groupId>
<version>1.2.5</version>
<version>1.3.0</version>
<packaging>war</packaging>

<name>powerauth-data-adapter</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.6.8</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -104,19 +104,19 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-model</artifactId>
<version>1.2.5</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>

<!-- Other Dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.6</version>
<version>1.6.9</version>
</dependency>
<!-- Force Guava upgrade due to CWE-502 -->
<dependency>
Expand Down

0 comments on commit c4e0f72

Please sign in to comment.