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

Commit f8fdb05

Browse files
Update dependencies
1 parent 7ac1467 commit f8fdb05

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

  • ch-covidcertificate-backend-verifier
    • ch-covidcertificate-backend-verifier-data
    • ch-covidcertificate-backend-verifier-report
    • ch-covidcertificate-backend-verifier-sync
    • ch-covidcertificate-backend-verifier-ws

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.postgresql</groupId>
5252
<artifactId>postgresql</artifactId>
53-
<version>42.5.2</version>
53+
<version>42.6.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.flywaydb</groupId>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.testcontainers</groupId>
6767
<artifactId>junit-jupiter</artifactId>
68-
<version>1.17.6</version>
68+
<version>1.18.3</version>
6969
<scope>test</scope>
7070
</dependency>
7171
</dependencies>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.jacoco</groupId>
7777
<artifactId>jacoco-maven-plugin</artifactId>
78-
<version>0.8.8</version>
78+
<version>0.8.10</version>
7979
<executions>
8080
<!-- to avoid bugs in some situations -->
8181
<execution>

ch-covidcertificate-backend-verifier/ch-covidcertificate-backend-verifier-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.jacoco</groupId>
4242
<artifactId>jacoco-maven-plugin</artifactId>
43-
<version>0.8.8</version>
43+
<version>0.8.10</version>
4444
<executions>
4545
<execution>
4646
<id>report-aggregate</id>

ch-covidcertificate-backend-verifier/ch-covidcertificate-backend-verifier-sync/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@
7676
<dependency>
7777
<groupId>org.testcontainers</groupId>
7878
<artifactId>postgresql</artifactId>
79-
<version>1.17.6</version>
79+
<version>1.18.3</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.testcontainers</groupId>
8484
<artifactId>junit-jupiter</artifactId>
85-
<version>1.17.6</version>
85+
<version>1.18.3</version>
8686
<scope>test</scope>
8787
</dependency>
8888

8989
<dependency>
9090
<groupId>io.pivotal.cfenv</groupId>
9191
<artifactId>java-cfenv-boot</artifactId>
92-
<version>2.4.1</version>
92+
<version>2.4.2</version>
9393
</dependency>
9494
</dependencies>
9595

@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.jacoco</groupId>
117117
<artifactId>jacoco-maven-plugin</artifactId>
118-
<version>0.8.8</version>
118+
<version>0.8.10</version>
119119
<executions>
120120
<!-- to avoid bugs in some situations -->
121121
<execution>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>1.0.0-SNAPSHOT</version>
2727

2828
<properties>
29-
<testcontainers.version>1.17.6</testcontainers.version>
29+
<testcontainers.version>1.18.3</testcontainers.version>
3030
<sonar.projectKey>${env.SONAR_PROJECTKEY}</sonar.projectKey>
3131
</properties>
3232

@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.pivotal.cfenv</groupId>
6161
<artifactId>java-cfenv-boot</artifactId>
62-
<version>2.4.1</version>
62+
<version>2.4.2</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.springframework.boot</groupId>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.jacoco</groupId>
262262
<artifactId>jacoco-maven-plugin</artifactId>
263-
<version>0.8.8</version>
263+
<version>0.8.10</version>
264264
<executions>
265265
<!-- to avoid bugs in some situations -->
266266
<execution>

ch-covidcertificate-backend-verifier/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727

28-
<spring-boot-version>2.7.8</spring-boot-version>
29-
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>
28+
<spring-boot-version>2.7.12</spring-boot-version>
29+
<spring-cloud-sleuth-version>3.1.8</spring-cloud-sleuth-version>
3030
<jackson-version>2.11.1</jackson-version>
3131
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
32-
<testcontainers-version>1.17.6</testcontainers-version>
32+
<testcontainers-version>1.18.3</testcontainers-version>
3333
<shedlock.version>4.44.0</shedlock.version>
3434

3535
<itCoverageAgent></itCoverageAgent>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>commons-io</groupId>
8686
<artifactId>commons-io</artifactId>
87-
<version>2.11.0</version>
87+
<version>2.13.0</version>
8888
</dependency>
8989

9090
<dependency>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>ch.admin.bag.covidcertificate</groupId>
121121
<artifactId>cc-backend-logging</artifactId>
122-
<version>1.0.5</version>
122+
<version>1.0.6</version>
123123
</dependency>
124124

125125
<dependency>
@@ -131,13 +131,13 @@
131131
<dependency>
132132
<groupId>org.junit.jupiter</groupId>
133133
<artifactId>junit-jupiter-api</artifactId>
134-
<version>5.9.2</version>
134+
<version>5.9.3</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.junit.jupiter</groupId>
139139
<artifactId>junit-jupiter-engine</artifactId>
140-
<version>5.9.2</version>
140+
<version>5.9.3</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-compiler-plugin</artifactId>
217-
<version>3.10.1</version>
217+
<version>3.11.0</version>
218218
</plugin>
219219
<plugin>
220220
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)