Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] eceb5f1c05 build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.8 to 3.0.3.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.3/CHANGELOG.md)
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.8...v3.0.3)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-09 08:18:51 +00:00
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
maven:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- name: Set up JDK (JNI)
uses: actions/setup-java@v4
with:
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
maven-services:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
@@ -41,7 +41,7 @@ jobs:
web-ui-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- scan-ref: services
- scan-ref: java
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- name: Run Trivy filesystem scan
uses: aquasecurity/trivy-action@0.28.0
with:
@@ -41,7 +41,7 @@ jobs:
run:
working-directory: web/delivery-platform-ui
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- name: Tag pushed
run: |
echo "Release workflow placeholder — attach native ZIP & Maven publish in later milestone."
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
checksums:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
+1 -1
View File
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.8</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>