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 #40 from admin-ch/renovate/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Aug 25, 2022
2 parents 7f3a54a + 76df3a3 commit 06f01c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.6</version>
<version>42.4.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand Down
10 changes: 5 additions & 5 deletions ch-covidcertificate-backend-delivery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot-version>2.7.0</spring-boot-version>
<spring-boot-version>2.7.2</spring-boot-version>
<jackson-version>2.11.1</jackson-version>
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
<testcontainers-version>1.17.2</testcontainers-version>
<shedlock.version>4.36.0</shedlock.version>
<testcontainers-version>1.17.3</testcontainers-version>
<shedlock.version>4.39.0</shedlock.version>
<spring-cloud-connectors-version>2.2.13.RELEASE</spring-cloud-connectors-version>
<spring-cloud-sleuth-version>3.1.3</spring-cloud-sleuth-version>

Expand Down Expand Up @@ -66,13 +66,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<!-- testcontainers -->
Expand Down

0 comments on commit 06f01c3

Please sign in to comment.