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

[wicket] 05/06: Update CGLIB to 3.2.12

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

adelbene pushed a commit to branch WICKET-6662
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit ad548ca3c1fa6796a2c7e27b15470379e32e4452
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Sat May 4 17:42:11 2019 +0300

    Update CGLIB to 3.2.12
    
    maven-compiler-plugin to 3.8.1
    maven-archetype-plugin to 3.1.0
    
    (cherry picked from commit 48322f9af082e676378daf1c18cecb747562bf57)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 94b828e..66f5d81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
 		<maven.compiler.target>11</maven.compiler.target>
 
 		<!-- Project Versions -->
-		<cglib.version>3.2.11</cglib.version>
+		<cglib.version>3.2.12</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>
@@ -808,12 +808,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-archetype-plugin</artifactId>
-					<version>3.0.1</version>
+					<version>3.1.0</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.8.0</version>
+					<version>3.8.1</version>
 					<inherited>true</inherited>
 					<configuration>
 						<release>11</release>