Skip to content

Commit

Permalink
Merge pull request #166 from swisspost/feature/update_vertx
Browse files Browse the repository at this point in the history
Feature/update vertx
  • Loading branch information
mcweba authored Jan 10, 2024
2 parents a214da7 + 6fe3a65 commit 24e892e
Show file tree
Hide file tree
Showing 16 changed files with 889 additions and 747 deletions.
27 changes: 13 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.swisspush</groupId>
<artifactId>rest-storage</artifactId>
<version>3.0.20-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<name>rest-storage</name>
<description>
Persistence for REST resources in the filesystem or a redis database
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-redis-client</artifactId>
<version>${vertx-redis-client.version}</version>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand All @@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-reload4j</artifactId>
<version>${slf4j.version}</version>
</dependency>

Expand Down Expand Up @@ -100,7 +100,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>${awaitility.version}</version>
<scope>test</scope>
Expand Down Expand Up @@ -403,18 +403,17 @@
</profile>
</profiles>
<properties>
<vertx.version>4.2.1</vertx.version>
<vertx-redis-client.version>4.3.3</vertx-redis-client.version>
<slf4j.version>1.7.32</slf4j.version>
<junit.version>4.13.1</junit.version>
<vertx.version>4.5.1</vertx.version>
<slf4j.version>2.0.10</slf4j.version>
<junit.version>4.13.2</junit.version>
<jackson.version>2.16.0</jackson.version>
<hamcrest.version>1.3</hamcrest.version>
<commons-codec.version>1.9</commons-codec.version>
<commons-lang.version>2.4</commons-lang.version>
<commons-io.version>2.7</commons-io.version>
<hamcrest.version>2.2</hamcrest.version>
<commons-codec.version>1.16.0</commons-codec.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-io.version>2.15.1</commons-io.version>
<mockito.version>1.10.19</mockito.version>
<rest-assured.version>4.3.0</rest-assured.version>
<awaitility.version>1.6.5</awaitility.version>
<rest-assured.version>5.4.0</rest-assured.version>
<awaitility.version>4.2.0</awaitility.version>
<jedis.version>3.7.0</jedis.version>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
<sonatypeOssDistMgmtSnapshotsUrl>
Expand Down
Loading

0 comments on commit 24e892e

Please sign in to comment.