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

Commit

Permalink
Merge pull request #165 from admin-ch/renovate/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Jun 7, 2022
2 parents 5d5bb96 + 8502f9c commit 61be2e8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.3.3</version>
<version>42.3.6</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand All @@ -65,7 +65,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.16.3</version>
<version>1.17.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.7</version>
<version>0.8.8</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.7</version>
<version>0.8.8</version>
<executions>
<execution>
<id>report-aggregate</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.16.3</version>
<version>1.17.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.16.3</version>
<version>1.17.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -115,7 +115,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</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.16.3</testcontainers.version>
<testcontainers.version>1.17.2</testcontainers.version>
<sonar.projectKey>${env.SONAR_PROJECTKEY}</sonar.projectKey>
</properties>

Expand Down Expand Up @@ -260,7 +260,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<executions>
<!-- to avoid bugs in some situations -->
<execution>
Expand Down
10 changes: 5 additions & 5 deletions ch-covidcertificate-backend-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot-version>2.6.6</spring-boot-version>
<spring-cloud-sleuth-version>3.1.1</spring-cloud-sleuth-version>
<spring-boot-version>2.7.0</spring-boot-version>
<spring-cloud-sleuth-version>3.1.3</spring-cloud-sleuth-version>
<jackson-version>2.11.1</jackson-version>
<jsonwebtoken-version>0.11.2</jsonwebtoken-version>
<testcontainers-version>1.16.3</testcontainers-version>
<shedlock.version>4.33.0</shedlock.version>
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
<testcontainers-version>1.17.2</testcontainers-version>
<shedlock.version>4.36.0</shedlock.version>
<spring-cloud-connectors-version>2.2.13.RELEASE</spring-cloud-connectors-version>

<itCoverageAgent></itCoverageAgent>
Expand Down

0 comments on commit 61be2e8

Please sign in to comment.