Skip to content

Commit

Permalink
Merge pull request #297 from wultra/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
banterCZ authored Oct 14, 2024
2 parents 06c4ea9 + 174cf0d commit 66381e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deploy/dockerfile/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker Image for Runtime
FROM ibm-semeru-runtimes:open-21.0.2_13-jre
FROM ibm-semeru-runtimes:open-21.0.4.1_7-jre

LABEL maintainer="Petr Dvořák <petr@wultra.com>"

Expand Down
2 changes: 1 addition & 1 deletion deploy/dockerfile/runtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker Image for Runtime
FROM ibm-semeru-runtimes:open-21.0.2_13-jre
FROM ibm-semeru-runtimes:open-21.0.4.1_7-jre

LABEL maintainer="Petr Dvořák <petr@wultra.com>"

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>com.wultra.app</groupId>
<artifactId>mobile-utility-server</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
<packaging>war</packaging>
<name>Mobile Utility Server</name>
<description>Utility server with various features suitable for mobile apps</description>
Expand Down Expand Up @@ -61,14 +61,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Wultra dependencies -->
<powerauth-crypto.version>1.8.0</powerauth-crypto.version>
<wultra-core.version>1.10.0</wultra-core.version>
<powerauth-crypto.version>1.9.0</powerauth-crypto.version>
<wultra-core.version>1.11.0</wultra-core.version>

<!-- Dependency Versions -->
<bc.version>1.78.1</bc.version>
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<gatling-charts-highcharts.version>3.11.5</gatling-charts-highcharts.version>
<logstash.version>7.4</logstash.version>
<gatling-charts-highcharts.version>3.12.0</gatling-charts-highcharts.version>
<logstash.version>8.0</logstash.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.9.8</version>
<version>3.9.9</version>
</dependency>

<!-- Logging -->
Expand Down Expand Up @@ -245,7 +245,7 @@
<plugin>
<groupId>io.gatling</groupId>
<artifactId>gatling-maven-plugin</artifactId>
<version>4.9.6</version>
<version>4.10.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 66381e0

Please sign in to comment.