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

Commit b8db86c

Browse files
Update dependencies
1 parent 90bd457 commit b8db86c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-delivery/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
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.9</spring-boot-version>
19+
<spring-boot-version>3.1.3</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>
23-
<shedlock.version>4.44.0</shedlock.version>
23+
<shedlock.version>5.7.0</shedlock.version>
2424
<spring-cloud-sleuth-version>3.1.7</spring-cloud-sleuth-version>
2525

2626
<itCoverageAgent/>
@@ -204,11 +204,11 @@
204204
</plugin>
205205
<plugin>
206206
<artifactId>maven-surefire-plugin</artifactId>
207-
<version>2.22.2</version>
207+
<version>3.1.2</version>
208208
</plugin>
209209
<plugin>
210210
<artifactId>maven-failsafe-plugin</artifactId>
211-
<version>2.22.2</version>
211+
<version>3.1.2</version>
212212
</plugin>
213213
</plugins>
214214
<pluginManagement>

0 commit comments

Comments
 (0)