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 Mar 23, 2023
1 parent 77b66da commit 3d61bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5.1</version>
<version>42.6.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand Down
6 changes: 3 additions & 3 deletions ch-covidcertificate-backend-delivery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<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-boot-version>2.7.10</spring-boot-version>
<jackson-version>2.11.1</jackson-version>
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
<testcontainers-version>1.17.6</testcontainers-version>
<shedlock.version>4.44.0</shedlock.version>
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>
<spring-cloud-sleuth-version>3.1.7</spring-cloud-sleuth-version>

<itCoverageAgent/>

Expand Down Expand Up @@ -221,7 +221,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 3d61bb8

Please sign in to comment.