Skip to content

Commit 0d0d8f1

Browse files
committed
Ensure updated dependencies in CI build
1 parent 978c81c commit 0d0d8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: temurin
2020
cache: "maven"
2121
- name: Build with Maven
22-
run: mvn --settings .mvn/settings.xml -B verify --no-transfer-progress
22+
run: mvn --settings .mvn/settings.xml -B verify -U --no-transfer-progress
2323

2424
makeversion:
2525
if: github.ref != 'refs/heads/main'

0 commit comments

Comments
 (0)