Skip to content

Commit be791a4

Browse files
authored
Merge pull request #43 from maxkratz/feature/update-maven-v3.9.13
Updates Maven to v3.9.13
2 parents 76f7b3c + 620cb5c commit be791a4

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
2828
with:
29-
maven-version: 3.9.12
29+
maven-version: 3.9.13
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.12-eclipse-temurin-21 AS build
2+
FROM maven:3.9.13-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)