Skip to content

Commit

Permalink
ci: upgrade v24 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Sep 27, 2024
1 parent dcacafc commit 9950c5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<vaadin.version>24.2.6</vaadin.version>
<vaadin.version>24.4.12</vaadin.version>
<jetty.version>11.0.12</jetty.version>
</properties>
<repositories>
Expand All @@ -467,6 +467,14 @@
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
<artifactId>commons-demo</artifactId>
<version>4.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>

</profiles>
Expand Down

0 comments on commit 9950c5f

Please sign in to comment.