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

Commit 373cd7d

Browse files
Update dependencies
1 parent e253d38 commit 373cd7d

File tree

2 files changed

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

2 files changed

+4
-4
lines changed

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

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

ch-covidcertificate-backend-transformation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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>
20-
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>
19+
<spring-boot-version>2.7.10</spring-boot-version>
20+
<spring-cloud-sleuth-version>3.1.7</spring-cloud-sleuth-version>
2121
<testcontainers-version>1.17.6</testcontainers-version>
2222
<shedlock-version>4.44.0</shedlock-version>
2323

@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-compiler-plugin</artifactId>
165-
<version>3.10.1</version>
165+
<version>3.11.0</version>
166166
</plugin>
167167
<plugin>
168168
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)