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

Commit 1776d4d

Browse files
Update dependencies
1 parent e253d38 commit 1776d4d

File tree

4 files changed

+12
-12
lines changed
  • ch-covidcertificate-backend-transformation
    • ch-covidcertificate-backend-transformation-data
    • ch-covidcertificate-backend-transformation-report
    • ch-covidcertificate-backend-transformation-ws

4 files changed

+12
-12
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/ch-covidcertificate-backend-transformation-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.jacoco</groupId>
3939
<artifactId>jacoco-maven-plugin</artifactId>
40-
<version>0.8.8</version>
40+
<version>0.8.10</version>
4141
<executions>
4242
<execution>
4343
<id>report-aggregate</id>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.pivotal.cfenv</groupId>
4444
<artifactId>java-cfenv-boot</artifactId>
45-
<version>2.4.1</version>
45+
<version>2.5.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.boot</groupId>
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.jacoco</groupId>
226226
<artifactId>jacoco-maven-plugin</artifactId>
227-
<version>0.8.8</version>
227+
<version>0.8.10</version>
228228
<executions>
229229
<!-- to avoid bugs in some situations -->
230230
<execution>

ch-covidcertificate-backend-transformation/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
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>
21-
<testcontainers-version>1.17.6</testcontainers-version>
22-
<shedlock-version>4.44.0</shedlock-version>
19+
<spring-boot-version>2.7.15</spring-boot-version>
20+
<spring-cloud-sleuth-version>3.1.9</spring-cloud-sleuth-version>
21+
<testcontainers-version>1.19.0</testcontainers-version>
22+
<shedlock-version>4.46.0</shedlock-version>
2323

2424
<itCoverageAgent/>
2525

@@ -63,13 +63,13 @@
6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
6565
<artifactId>junit-jupiter-api</artifactId>
66-
<version>5.9.2</version>
66+
<version>5.10.0</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.junit.jupiter</groupId>
7171
<artifactId>junit-jupiter-engine</artifactId>
72-
<version>5.9.2</version>
72+
<version>5.10.0</version>
7373
<scope>test</scope>
7474
</dependency>
7575

@@ -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>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.sonarsource.scanner.maven</groupId>
174174
<artifactId>sonar-maven-plugin</artifactId>
175-
<version>3.9.1.2184</version>
175+
<version>3.10.0.2594</version>
176176
</plugin>
177177
</plugins>
178178
</pluginManagement>

0 commit comments

Comments
 (0)