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

Commit e74bae5

Browse files
Update dependencies
1 parent e253d38 commit e74bae5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1515
- name: Set up JDK 17

.github/workflows/tagged_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- run: |
1515
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
1616
- name: Set up JDK 17

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

Lines changed: 1 addition & 1 deletion
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>3.0.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.boot</groupId>

ch-covidcertificate-backend-transformation/pom.xml

Lines changed: 4 additions & 4 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>
19+
<spring-boot-version>3.1.3</spring-boot-version>
2020
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>
2121
<testcontainers-version>1.17.6</testcontainers-version>
22-
<shedlock-version>4.44.0</shedlock-version>
22+
<shedlock-version>5.7.0</shedlock-version>
2323

2424
<itCoverageAgent/>
2525

@@ -144,11 +144,11 @@
144144
</plugin>
145145
<plugin>
146146
<artifactId>maven-surefire-plugin</artifactId>
147-
<version>2.22.2</version>
147+
<version>3.1.2</version>
148148
</plugin>
149149
<plugin>
150150
<artifactId>maven-failsafe-plugin</artifactId>
151-
<version>2.22.2</version>
151+
<version>3.1.2</version>
152152
</plugin>
153153

154154
</plugins>

0 commit comments

Comments
 (0)