Skip to content

Commit 9aada44

Browse files
authored
Merge branch 'main' into bug/checking-item-freeze
2 parents dbf9500 + f7e8f28 commit 9aada44

File tree

4 files changed

+29
-41
lines changed

4 files changed

+29
-41
lines changed

personalization-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<!-- Additional required dependencies -->
5555
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version> <!-- Needed to make MapStruct and Lombok work together -->
56-
<springdoc-openapi-starter-webmvc-ui.version>2.8.9</springdoc-openapi-starter-webmvc-ui.version>
56+
<springdoc-openapi-starter-webmvc-ui.version>2.8.11</springdoc-openapi-starter-webmvc-ui.version>
5757
<springdoc-openapi-maven-plugin.version>1.5</springdoc-openapi-maven-plugin.version>
5858
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
5959

personalization-webcomponents/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For documentation see https://github.com/sclorg/nginx-container
2-
FROM registry.access.redhat.com/ubi10/nginx-126:10.0-1755015258@sha256:f536dd2c6fd92a3b6c5ad356d3493132416398b5fd1582a0dfbcef6fa4626889
2+
FROM registry.access.redhat.com/ubi10/nginx-126:10.0-1755779634@sha256:6f0065932514e2c699a17befb46f25e74d7544249bd5dffa70a86b03cd44921a
33

44
# Copy built web components and SBOM result
55
COPY dist .

personalization-webcomponents/package-lock.json

Lines changed: 25 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

personalization-webcomponents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fix": "prettier . --write && eslint . --fix"
1818
},
1919
"dependencies": {
20-
"@muenchen/muc-patternlab-vue": "5.6.0",
20+
"@muenchen/muc-patternlab-vue": "5.6.2",
2121
"@vueuse/core": "13.6.0",
2222
"vue": "3.5.18",
2323
"sortablejs": "1.15.6",
@@ -41,6 +41,6 @@
4141
"vite": "7.1.3",
4242
"vite-plugin-vue-devtools": "8.0.0",
4343
"vitest": "3.2.4",
44-
"vue-tsc": "3.0.5"
44+
"vue-tsc": "3.0.6"
4545
}
4646
}

0 commit comments

Comments
 (0)