Skip to content

Commit

Permalink
[CIRCSTORE-459] Update RMB to v35.1, Vert.x to v4.4.5 (#434)
Browse files Browse the repository at this point in the history
* CIRCSTORE-459 update RMB version to 35.1

* CIRCSTORE-459 raise vertx-version
  • Loading branch information
roman-barannyk authored Oct 19, 2023
1 parent e0f4e0e commit e021361
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,21 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ramlfiles_path>${basedir}/ramls</ramlfiles_path>
<vertx-version>4.3.5</vertx-version>
<raml-module-builder-version>35.0.4</raml-module-builder-version>
<vertx-version>4.4.6</vertx-version>
<raml-module-builder-version>35.1.0</raml-module-builder-version>
<spring.version>5.3.23</spring.version>
<argLine />
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.20.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-depchain</artifactId>
Expand All @@ -46,14 +53,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.17.2</version>
<version>1.19.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -185,7 +185,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit e021361

Please sign in to comment.