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 Nov 24, 2022
1 parent 4a2bf8d commit 55611ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.0</version>
<version>42.5.1</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.5</version>
<version>1.17.6</version>
<scope>test</scope>
</dependency>
</dependencies>
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.17.5</version>
<version>1.17.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.5</version>
<version>1.17.6</version>
<scope>test</scope>
</dependency>
</dependencies>
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.5</testcontainers.version>
<testcontainers.version>1.17.6</testcontainers.version>
<sonar.projectKey>${env.SONAR_PROJECTKEY}</sonar.projectKey>
</properties>

Expand Down
6 changes: 3 additions & 3 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.4</spring-boot-version>
<spring-cloud-sleuth-version>3.1.4</spring-cloud-sleuth-version>
<spring-boot-version>2.7.6</spring-boot-version>
<spring-cloud-sleuth-version>3.1.5</spring-cloud-sleuth-version>
<jackson-version>2.11.1</jackson-version>
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
<testcontainers-version>1.17.5</testcontainers-version>
<testcontainers-version>1.17.6</testcontainers-version>
<shedlock.version>4.42.0</shedlock.version>
<spring-cloud-connectors-version>2.2.13.RELEASE</spring-cloud-connectors-version>

Expand Down

0 comments on commit 55611ea

Please sign in to comment.