Skip to content

Commit 99c49a5

Browse files
chore(deps): bump the actions-version-updates group across 1 directory with 2 updates
Bumps the actions-version-updates group with 2 updates in the / directory: maven and openapitools/openapi-generator-cli. Updates `maven` from 3.9-amazoncorretto-17 to 3-amazoncorretto-24 Updates `openapitools/openapi-generator-cli` from v7.14.0 to v7.15.0 --- updated-dependencies: - dependency-name: maven dependency-version: 3-amazoncorretto-24 dependency-type: direct:production dependency-group: actions-version-updates - dependency-name: openapitools/openapi-generator-cli dependency-version: v7.15.0 dependency-type: direct:production dependency-group: actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5d51a5 commit 99c49a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM maven:3.9-amazoncorretto-17 AS builder
1+
FROM maven:3-amazoncorretto-25 AS builder
22

33
WORKDIR /app
44

@@ -10,7 +10,7 @@ COPY . .
1010

1111
RUN mvn --batch-mode --no-transfer-progress clean install --activate-profiles docker
1212

13-
FROM openapitools/openapi-generator-cli:v7.14.0
13+
FROM openapitools/openapi-generator-cli:v7.16.0
1414

1515
WORKDIR /local
1616

0 commit comments

Comments
 (0)