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

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new b7ba3a63a3 Dependencies and plugins are updated (#553)
b7ba3a63a3 is described below

commit b7ba3a63a340c8f5d7fb29901a9fbedf1bf8690b
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Tue Mar 14 16:59:33 2023 +0700

    Dependencies and plugins are updated (#553)
    
    * Dependencies and plugins are updated
    
    * Guide build is fixed
---
 pom.xml                   | 80 ++++++++++++++++++++++-------------------------
 wicket-user-guide/pom.xml | 24 ++------------
 2 files changed, 40 insertions(+), 64 deletions(-)

diff --git a/pom.xml b/pom.xml
index e5f8db0774..ded61986eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,22 +135,21 @@
 
                <!-- Project Versions -->
                <asm.version>9.1</asm.version>
-               <aspectj.version>1.9.6</aspectj.version>
-               <assertj-core.version>3.19.0</assertj-core.version>
+               <aspectj.version>1.9.19</aspectj.version>
+               <assertj-core.version>3.24.2</assertj-core.version>
                <bouncycastle.version>1.72</bouncycastle.version>
                <cdi-unit.version>4.1.0</cdi-unit.version>
                <cglib.version>3.3.0</cglib.version>
-               <byte-buddy.version>1.11.12</byte-buddy.version>
-               <commons-collections.version>3.2.2</commons-collections.version>
+               <byte-buddy.version>1.14.0</byte-buddy.version>
                <commons-collections4.version>4.4</commons-collections4.version>
-               <commons-fileupload.version>1.4</commons-fileupload.version>
-               <commons-io.version>2.8.0</commons-io.version>
+               <commons-fileupload.version>1.5</commons-fileupload.version>
+               <commons-io.version>2.11.0</commons-io.version>
                <commons-lang3.version>3.12.0</commons-lang3.version>
-               <guice.version>4.2.3</guice.version>
+               <guice.version>5.1.0</guice.version>
                <el-impl.version>2.2.1-b05</el-impl.version>
-               <forbiddenapis.version>3.1</forbiddenapis.version>
+               <forbiddenapis.version>3.4</forbiddenapis.version>
                <jacoco.version>0.8.7</jacoco.version>
-               <jackson.version>2.10.5</jackson.version>
+               <jackson.version>2.14.2</jackson.version>
                
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
                <jakarta.el.version>3.0.3</jakarta.el.version>
                <jakarta.el-api.version>3.0.3</jakarta.el-api.version>
@@ -160,46 +159,46 @@
                
<jakarta.websocket-api.version>1.1.2</jakarta.websocket-api.version>
                <javax.servlet-api.version>3.1.0</javax.servlet-api.version>
                
<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
-               <jetty.version>9.4.44.v20210927</jetty.version>
-               <junit.version>5.8.2</junit.version>
+               <jetty.version>9.4.50.v20221201</jetty.version>
+               <junit.version>5.9.2</junit.version>
                <jsr305.version>3.0.2</jsr305.version>
                <logback.version>1.2.7</logback.version>
                <hamcrest.version>2.2</hamcrest.version>
                
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
                <httpunit.version>1.7.3</httpunit.version>
-               <metrics.version>4.1.19</metrics.version>
-               <mockito.version>4.3.1</mockito.version>
-               <objenesis.version>3.2</objenesis.version>
+               <metrics.version>4.2.17</metrics.version>
+               <mockito.version>5.1.1</mockito.version>
+               <objenesis.version>3.3</objenesis.version>
                <openjson.version>1.0.12</openjson.version>
-               <slf4j.version>2.0.0</slf4j.version>
-               <spring.version>5.3.18</spring.version>
+               <slf4j.version>2.0.6</slf4j.version>
+               <spring.version>5.3.25</spring.version>
                <wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
-               <weld.version>3.1.7.Final</weld.version>
+               <weld.version>3.1.9.Final</weld.version>
                <velocity-engine-core.version>2.3</velocity-engine-core.version>
 
                <!-- Maven plugins -->
                
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
-               
<japicmp-maven-plugin.version>0.15.5</japicmp-maven-plugin.version>
-               
<maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version>
+               
<japicmp-maven-plugin.version>0.17.1</japicmp-maven-plugin.version>
+               
<maven-archetype-plugin.version>3.2.1</maven-archetype-plugin.version>
                <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
                <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
-               
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
-               <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
+               
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
+               <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
                
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
-               
<maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
-               <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
-               
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
-               <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
-               
<maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
-               
<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
-               
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
-               
<maven-remote-resources-plugin.version>1.7.0</maven-remote-resources-plugin.version>
-               
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
-               <maven-site-plugin.version>3.9.1</maven-site-plugin.version>
-               
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
+               
<maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version>
+               <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
+               
<maven-install-plugin.version>3.1.0</maven-install-plugin.version>
+               <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
+               
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
+               
<maven-project-info-reports-plugin.version>3.4.1</maven-project-info-reports-plugin.version>
+               
<maven-release-plugin.version>3.0.0-M7</maven-release-plugin.version>
+               
<maven-remote-resources-plugin.version>3.0.0</maven-remote-resources-plugin.version>
+               
<maven-resources-plugin.version>3.3.0</maven-resources-plugin.version>
+               <maven-site-plugin.version>4.0.0-M3</maven-site-plugin.version>
+               
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
                <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
-               
<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
-               <maven-war-plugin.version>3.3.1</maven-war-plugin.version>
+               
<maven-toolchains-plugin.version>3.1.0</maven-toolchains-plugin.version>
+               <maven-war-plugin.version>3.3.2</maven-war-plugin.version>
                
<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
 
                <osgi.dynamicimport.package />
@@ -285,11 +284,6 @@
                                <artifactId>guice</artifactId>
                                <version>${guice.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>commons-collections</groupId>
-                               <artifactId>commons-collections</artifactId>
-                               
<version>${commons-collections.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>commons-fileupload</groupId>
                                <artifactId>commons-fileupload</artifactId>
@@ -634,7 +628,7 @@
                                        <!--
                                                A dependency on 
xerces:xmlParserAPIs pulls classes (e.g. org.xml.sax.SAXException) into this
                                                module, that are already 
defined in module JRA "java.xml". This violation of "unique visibility"
-                                               causes compile errors in 
Eclipse (see bug 536928) and (in the future, see JDK-8215739) javac. 
+                                               causes compile errors in 
Eclipse (see bug 536928) and (in the future, see JDK-8215739) javac.
                                        -->
                                        <exclusion>
                                                <groupId>xerces</groupId>
@@ -877,7 +871,7 @@
                                                
<failOnUnsupportedJava>false</failOnUnsupportedJava>
                                                <signatures><![CDATA[
                                                        @defaultMessage Specify 
Locale.ROOT to ensure locale insensitive conversion
-                                                       
java.lang.String#toLowerCase() 
+                                                       
java.lang.String#toLowerCase()
                                                        
java.lang.String#toUpperCase()
                                                ]]></signatures>
                                        </configuration>
@@ -1357,7 +1351,7 @@
                                </plugins>
                        </build>
                </profile>
-               
+
                <profile>
                        <id>coverage</id>
                        <build>
@@ -1366,7 +1360,7 @@
                                                <groupId>org.jacoco</groupId>
                                                
<artifactId>jacoco-maven-plugin</artifactId>
                                                
<version>${jacoco.version}</version>
-                                               
+
                                                <executions>
                                                        <execution>
                                                                
<id>jacoco-initialize</id>
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index 49e757e2df..540ee9a2e7 100644
--- a/wicket-user-guide/pom.xml
+++ b/wicket-user-guide/pom.xml
@@ -32,10 +32,8 @@
 
        <properties>
                
<automatic-module-name>org.apache.wicket.userguide</automatic-module-name>
-               <asciidoctor.version>1.5.5</asciidoctor.version>
+               <asciidoctor.version>2.2.2</asciidoctor.version>
                <japicmp.skip>true</japicmp.skip>
-               <!-- because of windows we need this particular version -->
-               <jruby.version>1.7.21</jruby.version>
        </properties>
 
        <build>
@@ -148,31 +146,15 @@
                                                </execution>
                                        </executions>
                                        <dependencies>
-                                               <dependency>
-                                                       
<groupId>org.jruby</groupId>
-                                                       
<artifactId>jruby-complete</artifactId>
-                                                       
<version>9.2.7.0</version>
-                                                       <type>bundle</type>
-                                               </dependency>
                                                <dependency>
                                                        
<groupId>org.asciidoctor</groupId>
                                                        
<artifactId>asciidoctorj-pdf</artifactId>
-                                                       
<version>1.5.0-alpha.15</version>
+                                                       <version>2.3.4</version>
                                                </dependency>
                                                <dependency>
                                                        
<groupId>org.asciidoctor</groupId>
                                                        
<artifactId>asciidoctorj-diagram</artifactId>
-                                                       <version>1.5.4</version>
-                                               </dependency>
-                                               <dependency>
-                                                       
<groupId>org.asciidoctor</groupId>
-                                                       
<artifactId>asciidoctorj</artifactId>
-                                                       <version>1.5.5</version>
-                                               </dependency>
-                                               <dependency>
-                                                       
<groupId>org.jruby</groupId>
-                                                       
<artifactId>jruby-complete</artifactId>
-                                                       
<version>${jruby.version}</version>
+                                                       <version>2.2.4</version>
                                                </dependency>
                                        </dependencies>
                                </plugin>

Reply via email to