Skip to content

Commit

Permalink
Merge pull request #9 from swisspost/feature/update_vertx
Browse files Browse the repository at this point in the history
Updated vert.x and dependencies
  • Loading branch information
mcweba authored Jan 17, 2024
2 parents 0c16ee6 + ce11928 commit bfe2d5a
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.swisspush</groupId>
<artifactId>log-transformer</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<name>log-transformer</name>
<description>
A verticle that transforms log statements
Expand Down Expand Up @@ -342,10 +342,10 @@
</profile>
</profiles>
<properties>
<vertx.version>4.2.1</vertx.version>
<guava.version>31.0.1-jre</guava.version>
<slf4j.version>1.7.36</slf4j.version>
<mockito.version>4.4.0</mockito.version>
<vertx.version>4.5.1</vertx.version>
<guava.version>33.0.0-jre</guava.version>
<slf4j.version>2.0.10</slf4j.version>
<mockito.version>5.8.0</mockito.version>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
<sonatypeOssDistMgmtSnapshotsUrl>
https://oss.sonatype.org/content/repositories/snapshots/
Expand Down

0 comments on commit bfe2d5a

Please sign in to comment.