Skip to content

Commit

Permalink
#3611 - Upgrade to Spring 6, Boot 3, Wicket 10, etc.
Browse files Browse the repository at this point in the history
- wicket 10.0.0-M1 -> 10.0.0-M2
- wicketstuff 10.0.0-M1 -> 10.0.0-M2
- wicket-jquery 10.0.0-SNAPSHOT -> 10.0.0-M1
- wicket-bootstrap 7.0.0-SNAPSHOT -> 7.0.1
- wicket-spring-boot 4.0.0-SNAPSHOT -> 4.0.0-M1
  • Loading branch information
reckart committed Nov 27, 2023
1 parent 2295126 commit 293a38f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
<hibernate.version>6.2.4.Final</hibernate.version>
<hibernate.validator.version>8.0.0.Final</hibernate.validator.version>

<wicket.version>10.0.0-M1</wicket.version>
<wicketstuff.version>10.0.0-M1</wicketstuff.version>
<wicket-jquery-ui.version>10.0.0-SNAPSHOT</wicket-jquery-ui.version>
<wicket-bootstrap.version>7.0.0-SNAPSHOT</wicket-bootstrap.version>
<wicket.version>10.0.0-M2</wicket.version>
<wicketstuff.version>10.0.0-M2</wicketstuff.version>
<wicket-jquery-ui.version>10.0.0-M1</wicket-jquery-ui.version>
<wicket-bootstrap.version>7.0.1</wicket-bootstrap.version>
<wicket-jquery-selectors.version>4.0.0</wicket-jquery-selectors.version>
<wicket-webjars.version>4.0.0</wicket-webjars.version>
<wicket-spring-boot.version>4.0.0-SNAPSHOT</wicket-spring-boot.version>
<wicket-spring-boot.version>4.0.0-M1</wicket-spring-boot.version>

<!--
- These are all interconnected - because they share the dependency on Lucene.
Expand Down

0 comments on commit 293a38f

Please sign in to comment.