Skip to content

Commit 8a4732c

Browse files
author
Kees van Dieren
committed
Upgrade starter example versions
Update wicket-bootstrap to 7.0.11 Update hibernate processor to 7.1.0.Final Verified with mvn verify and by running the starter application
1 parent f04e3d5 commit 8a4732c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • wicket-spring-boot-starter-example

wicket-spring-boot-starter-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<properties>
1919
<maven.deploy.skip>true</maven.deploy.skip>
2020
<maven.javadoc.skip>true</maven.javadoc.skip>
21-
<wicket-bootstrap.version>7.0.8</wicket-bootstrap.version>
22-
<hibernate-processor.version>7.0.0.Beta1</hibernate-processor.version>
21+
<wicket-bootstrap.version>7.0.11</wicket-bootstrap.version>
22+
<hibernate-processor.version>7.1.0.Final</hibernate-processor.version>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)