1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

chore: ci: bump maven 3.9.8 -> 3.9.9

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-23 20:16:36 +02:00
parent 4643ef834d
commit 29600ec969
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ on:
- .forgejo/workflows/backend.yaml
env:
MAVEN_VERSION: '3.9.8'
MAVEN_VERSION: '3.9.9'
MAVEN_OPTS: '-Dmaven.repo.local=.m2'
MAVEN_ARGS: '--batch-mode --errors --fail-at-end --show-version'

View file

@ -8,7 +8,7 @@ on:
pull_request:
env:
MAVEN_VERSION: '3.9.8'
MAVEN_VERSION: '3.9.9'
MAVEN_OPTS: '-Dmaven.repo.local=.m2'
MAVEN_ARGS: '--batch-mode --errors --fail-at-end --show-version'