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

Commit 4cb7a52

Browse files
Update dependencies
1 parent 77b66da commit 4cb7a52

File tree

2 files changed

+4
-4
lines changed
  • ch-covidcertificate-backend-delivery

2 files changed

+4
-4
lines changed

ch-covidcertificate-backend-delivery/ch-covidcertificate-backend-delivery-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.postgresql</groupId>
3838
<artifactId>postgresql</artifactId>
39-
<version>42.5.1</version>
39+
<version>42.6.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.flywaydb</groupId>

ch-covidcertificate-backend-delivery/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818

19-
<spring-boot-version>2.7.8</spring-boot-version>
19+
<spring-boot-version>2.7.9</spring-boot-version>
2020
<jackson-version>2.11.1</jackson-version>
2121
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
2222
<testcontainers-version>1.17.6</testcontainers-version>
2323
<shedlock.version>4.44.0</shedlock.version>
24-
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>
24+
<spring-cloud-sleuth-version>3.1.7</spring-cloud-sleuth-version>
2525

2626
<itCoverageAgent/>
2727

@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-compiler-plugin</artifactId>
224-
<version>3.10.1</version>
224+
<version>3.11.0</version>
225225
</plugin>
226226
<plugin>
227227
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)