Skip to content

Commit

Permalink
Merge branch 'develop' into 121-participant-consent-is-not-recorded
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-fra authored May 6, 2024
2 parents 50eb7c6 + 6fab227 commit bca41b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<java.version>17</java.version>
<spring-boot.version>3.1.2</spring-boot.version>
<testcontainers.version>1.19.0</testcontainers.version>
<testcontainers.version>1.19.7</testcontainers.version>

<docker.namespace>more-project</docker.namespace>

Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.16</version>
<version>2.2.21</version>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
Expand All @@ -118,13 +118,13 @@
<dependency>
<groupId>net.sf.biweekly</groupId>
<artifactId>biweekly</artifactId>
<version>0.6.7</version>
<version>0.6.8</version>
</dependency>

<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>8.10.2</version>
<version>8.13.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -133,7 +133,7 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>

<!-- Logging -->
Expand Down Expand Up @@ -211,12 +211,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -228,7 +228,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand All @@ -247,7 +247,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.2</version>
<executions>
<execution>
<id>jib-deploy</id>
Expand Down Expand Up @@ -381,7 +381,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.4.0</version>
<executions>
<execution>
<id>generate-third-party</id>
Expand Down

0 comments on commit bca41b3

Please sign in to comment.