Skip to content

Commit a3325e4

Browse files
committed
Updates Maven to v3.9.16
1 parent 0b9c8b8 commit a3325e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Maven
2727
uses: stCarolas/setup-maven@v5.1
2828
with:
29-
maven-version: 3.9.15
29+
maven-version: 3.9.16
3030

3131
# Build normal JAR
3232
- name: Build with Maven

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the application within Docker
2-
FROM maven:3.9.15-eclipse-temurin-21 AS build
2+
FROM maven:3.9.16-eclipse-temurin-21 AS build
33
WORKDIR /app
44
COPY release-to-issue-java/pom.xml .
55
COPY release-to-issue-java/src ./src

0 commit comments

Comments
 (0)