Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent 7ac1467 commit 956e183
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.2</version>
<version>42.6.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand All @@ -65,7 +65,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.6</version>
<version>1.18.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -75,7 +75,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<!-- to avoid bugs in some situations -->
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<id>report-aggregate</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.17.6</version>
<version>1.18.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.6</version>
<version>1.18.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>
</dependencies>

Expand All @@ -115,7 +115,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<!-- to avoid bugs in some situations -->
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<version>1.0.0-SNAPSHOT</version>

<properties>
<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.18.2</testcontainers.version>
<sonar.projectKey>${env.SONAR_PROJECTKEY}</sonar.projectKey>
</properties>

Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -260,7 +260,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<!-- to avoid bugs in some situations -->
<execution>
Expand Down
16 changes: 8 additions & 8 deletions ch-covidcertificate-backend-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot-version>2.7.8</spring-boot-version>
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>
<spring-boot-version>2.7.12</spring-boot-version>
<spring-cloud-sleuth-version>3.1.8</spring-cloud-sleuth-version>
<jackson-version>2.11.1</jackson-version>
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
<testcontainers-version>1.17.6</testcontainers-version>
<testcontainers-version>1.18.2</testcontainers-version>
<shedlock.version>4.44.0</shedlock.version>

<itCoverageAgent></itCoverageAgent>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-backend-logging</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

<dependency>
Expand All @@ -131,13 +131,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 956e183

Please sign in to comment.