Skip to content

Commit 230bdd0

Browse files
authored
Merge branch 'main' into fix/2244/file-router-the-view-for-the-root-path-is-never-found-in-Java-view-registry
2 parents bb170c8 + a4d3dfb commit 230bdd0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/java/endpoint/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>com.vaadin.external.atmosphere</groupId>
116116
<artifactId>atmosphere-runtime</artifactId>
117-
<version>3.0.4.slf4jvaadin1</version>
117+
<version>${atmosphere.version}</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>com.vaadin.external.google</groupId>

packages/java/hilla-bom/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<version>24.4-SNAPSHOT</version>
1313
<url>https://hilla.dev</url>
1414

15+
<properties>
16+
<enforcer.skip>true</enforcer.skip>
17+
</properties>
18+
1519
<dependencyManagement>
1620
<dependencies>
1721
<dependency>

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<jaxb.version>4.0.4</jaxb.version>
8787
<github.javaparser.core.version>3.25.9</github.javaparser.core.version>
8888
<jetty.version>12.0.3</jetty.version>
89+
<atmosphere.version>3.0.5.slf4jvaadin1</atmosphere.version>
8990
</properties>
9091

9192
<organization>

0 commit comments

Comments
 (0)