Skip to content

Commit

Permalink
RMB-960: Upgrade dependencies for Orchid
Browse files Browse the repository at this point in the history
Most notable changes:

Upgrade Vert.x from 4.3.5 to 4.3.7.

Upgrade aspectj-maven-plugin from
com.nickwongdev:aspectj-maven-plugin:1.12.6 to
dev.aspectj:aspectj-maven-plugin:1.13.1
because the former is no longer maintained and
doesn't support Java 17:
https://github.com/dev-aspectj/aspectj-maven-plugin#history

(cherry picked from commit 125c102)
  • Loading branch information
julianladisch committed Feb 7, 2023
1 parent 81e1d1c commit 68c78e1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cql2pgjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.5.2</version>
<scope>test</scope>
</dependency>

Expand Down
5 changes: 2 additions & 3 deletions domain-models-api-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.29.0-GA</version>
<version>3.29.2-GA</version>
</dependency>

<!-- test dependencies -->
Expand Down Expand Up @@ -95,9 +95,8 @@

<plugins>
<plugin>
<groupId>com.nickwongdev</groupId>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.12.6</version>
<configuration>
<verbose>true</verbose>
<showWeaveInfo>false</showWeaveInfo>
Expand Down
3 changes: 1 addition & 2 deletions domain-models-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@
<plugins>

<plugin>
<groupId>com.nickwongdev</groupId>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.12.6</version>
<configuration>
<verbose>true</verbose>
<showWeaveInfo>false</showWeaveInfo>
Expand Down
5 changes: 2 additions & 3 deletions domain-models-runtime-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ramlfiles_path>${basedir}/ramls</ramlfiles_path>
<aspectj.version>1.9.5</aspectj.version>
<aspectj.version>1.9.19</aspectj.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -98,9 +98,8 @@
</plugin>

<plugin>
<groupId>com.nickwongdev</groupId>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.12.6</version>
<configuration>
<verbose>true</verbose>
<showWeaveInfo>false</showWeaveInfo>
Expand Down
5 changes: 2 additions & 3 deletions domain-models-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.31</version>
<version>2.3.32</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -275,9 +275,8 @@
</plugin>

<plugin>
<groupId>com.nickwongdev</groupId>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.12.6</version>
<configuration>
<verbose>true</verbose>
<showWeaveInfo>false</showWeaveInfo>
Expand Down
22 changes: 14 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
</licenses>

<properties>
<aspectj.version>1.9.7</aspectj.version>
<aspectj.version>1.9.19</aspectj.version>
<junit-jupiter-version>5.9.1</junit-jupiter-version>
<maven.version>3.8.4</maven.version>
<vertx.version>4.3.5</vertx.version>
<vertx.version>4.3.7</vertx.version>
<micrometer.version>1.9.5</micrometer.version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 -->

<!-- ramlfiles_path needed to generate interfaces, pojos and api mapping
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<version>3.24.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -160,14 +160,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>4.8.0</version>
<version>5.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.37</version>
<version>2.38</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand All @@ -193,12 +193,12 @@
<dependency>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi-common</artifactId>
<version>4.14.5</version>
<version>4.14.10</version>
</dependency>
<dependency>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi-testing</artifactId>
<version>4.14.5</version>
<version>4.14.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -208,7 +208,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.4</version>
<version>1.17.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -230,6 +230,12 @@
</configuration>
</plugin>

<plugin>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.13.1</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 68c78e1

Please sign in to comment.