You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/08/13 13:34:09 UTC

[wicket] branch master updated (810ac70 -> 250a6bd)

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

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 810ac70  Use UCT for Java 12- and UTC for Java 13+ in ZonedDateTimeConverterTest
     new f74f3cb  Bump Node.js, NPM and frontend-maven-plugin versions
     new 250a6bd  Bump CGLIB to 3.3.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                         | 2 +-
 testing/wicket-js-tests/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


[wicket] 02/02: Bump CGLIB to 3.3.0

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 250a6bd38fe4d0d3ec15823946c1294bec29760d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Aug 13 16:33:45 2019 +0300

    Bump CGLIB to 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88f17a2..a2416cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
 		<aspectj.version>1.9.4</aspectj.version>
 		<assertj-core.version>3.12.2</assertj-core.version>
 		<cdi-unit.version>4.1.0</cdi-unit.version>
-		<cglib.version>3.2.12</cglib.version>
+		<cglib.version>3.3.0</cglib.version>
 		<commons-collections.version>3.2.2</commons-collections.version>
 		<commons-collections4.version>4.3</commons-collections4.version>
 		<commons-fileupload.version>1.4</commons-fileupload.version>


[wicket] 01/02: Bump Node.js, NPM and frontend-maven-plugin versions

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f74f3cb280b521643fd8829af9de2607837d76c5
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Aug 13 16:33:18 2019 +0300

    Bump Node.js, NPM and frontend-maven-plugin versions
---
 testing/wicket-js-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index a4b0c0f..4937559 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -91,7 +91,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>1.7.5</version>
+						<version>1.8.0</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -100,8 +100,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>6.9.0</npmVersion>
-									<nodeVersion>v10.15.3</nodeVersion>
+									<npmVersion>6.10.3</npmVersion>
+									<nodeVersion>v10.16.2</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>