Skip to content

Commit

Permalink
Merge pull request #188 from /issues/187-prepare-release
Browse files Browse the repository at this point in the history
Fix #187: Prepare release 1.2.5
  • Loading branch information
romanstrobl authored Apr 5, 2022
2 parents b222d8e + 3a17c4d commit 23a034c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.0</version>
<version>1.2.5</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.1</version>
<version>2.6.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -65,7 +65,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-model</artifactId>
<version>1.2.0</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
Expand All @@ -112,12 +112,12 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.1</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<version>1.70</version>
</dependency>

<!-- JAXB dependency for Java 11 -->
Expand All @@ -136,13 +136,13 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.2</version>
<version>1.6.6</version>
</dependency>
<!-- Force Guava upgrade due to CWE-502 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 23a034c

Please sign in to comment.