This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new e9b64f4f27 Bump Wicket from 9.16.0 -> 9.17.0
e9b64f4f27 is described below

commit e9b64f4f27356f8ec3d4c93c30aecdea8d18eb58
Author: Andi Huber <[email protected]>
AuthorDate: Thu Mar 21 14:48:26 2024 +0100

    Bump Wicket from 9.16.0 -> 9.17.0
    
    - also allow wicketstuff-select to have lower version (like we do in v3)
---
 bom/pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 35c4abe967..a500d853a7 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -184,13 +184,11 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
         <surefire.useModulePath>false</surefire.useModulePath> <!-- disable 
module-path for testing, that is, put everything on the class-path -->
         <swagger-core.version>2.2.21</swagger-core.version>
 
-        <wicket.version>9.16.0</wicket.version>
+        <wicket.version>9.17.0</wicket.version>
         <wicket-bootstrap.version>6.0.5</wicket-bootstrap.version> <!-- 
de.agilecoders.wicket:wicket-bootstrap... -->
         <wicket-webjars.version>3.0.7</wicket-webjars.version>
         <wicket-viewer-jquery.version>3.7.1</wicket-viewer-jquery.version> 
<!--  as served by wicket via webjars -->
-
-        <wicketstuff.version>${wicket.version}</wicketstuff.version> <!-- 
org.wicketstuff:wicketstuff-select2 -->
-        
<wicketstuff-gmap3.version>${wicket.version}</wicketstuff-gmap3.version>
+        <wicketstuff.version>9.16.0</wicketstuff.version> <!-- 
org.wicketstuff:wicketstuff-select2 -->
 
                <!-- OTHER -->
 

Reply via email to