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:11 UTC

[wicket] 02/02: Bump CGLIB to 3.3.0

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>