Skip to content

Commit a01f05a

Browse files
Merge pull request #48720 from quarkusio/dependabot/maven/org.mvnpm.at.mvnpm-vaadin-webcomponents-24.8.2
Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.8.1 to 24.8.2
2 parents 849b699 + 5ca4a17 commit a01f05a

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

bom/dev-ui/pom.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Dependency management for dev-ui. Importable by third party extension developers.</description>
1414

1515
<properties>
16-
<vaadin.version>24.8.1</vaadin.version>
16+
<vaadin.version>24.8.2</vaadin.version>
1717
<lit.version>3.2.1</lit.version>
1818
<lit-element.version>4.1.1</lit-element.version>
1919
<lit-html.version>3.2.1</lit-html.version>
@@ -25,6 +25,9 @@
2525
<polymer.version>3.5.2</polymer.version>
2626
<shadycss.version>1.11.2</shadycss.version>
2727
<dedupe-mixin.version>1.4.0</dedupe-mixin.version>
28+
<style-observer.version>0.0.8</style-observer.version>
29+
<marked.version>15.0.12</marked.version>
30+
<dompurify.version>3.2.6</dompurify.version>
2831
<vaadin-router.version>1.7.5</vaadin-router.version>
2932
<lit-state.version>1.7.0</lit-state.version>
3033
<echarts.version>5.6.0</echarts.version>
@@ -107,7 +110,26 @@
107110
<version>${dedupe-mixin.version}</version>
108111
<scope>runtime</scope>
109112
</dependency>
110-
113+
<dependency>
114+
<groupId>org.mvnpm</groupId>
115+
<artifactId>style-observer</artifactId>
116+
<version>${style-observer.version}</version>
117+
<scope>runtime</scope>
118+
</dependency>
119+
<dependency>
120+
<groupId>org.mvnpm</groupId>
121+
<artifactId>marked</artifactId>
122+
<version>${marked.version}</version>
123+
<scope>runtime</scope>
124+
</dependency>
125+
<dependency>
126+
<groupId>org.mvnpm</groupId>
127+
<artifactId>dompurify</artifactId>
128+
<version>${dompurify.version}</version>
129+
<scope>runtime</scope>
130+
</dependency>
131+
132+
111133
<!-- Lit -->
112134
<dependency>
113135
<groupId>org.mvnpm</groupId>

0 commit comments

Comments
 (0)