You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2021/09/13 08:26:38 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2640] wicket, maven-war-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de05f65  [OPENMEETINGS-2640] wicket, maven-war-plugin
de05f65 is described below

commit de05f65d7e73690db0fe228f875d94aa3ec29c09
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Sep 13 15:26:30 2021 +0700

    [OPENMEETINGS-2640] wicket, maven-war-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75d32f9..fcd363b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
 		<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
 		<maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
 		<maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version>
-		<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
+		<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
 		<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
 		<wagon-maven-plugin.version>2.0.2</wagon-maven-plugin.version>
 		<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
@@ -80,7 +80,7 @@
 		<swagger-plugin.version>2.1.6</swagger-plugin.version>
 		<!-- dependency versions -->
 		<junit.version>5.7.1</junit.version>
-		<wicket.version>9.4.0</wicket.version>
+		<wicket.version>9.5.0</wicket.version>
 		<wicket-jquery-ui.version>9.3.2</wicket-jquery-ui.version>
 		<wicketstuff.version>9.4.0</wicketstuff.version>
 		<wicket-bootstrap.version>6.0.0-M4-SNAPSHOT</wicket-bootstrap.version>