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/09/30 11:10:57 UTC

[wicket] branch master updated: Bump ASM to 7.2 - better support for Java 14

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ea9f3c  Bump ASM to 7.2 - better support for Java 14
7ea9f3c is described below

commit 7ea9f3c2f809175dccb52490fec92378b68ab14a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Sep 30 14:10:33 2019 +0300

    Bump ASM to 7.2 - better support for Java 14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 195568f..907009f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
 		<maven.compiler.target>11</maven.compiler.target>
 
 		<!-- Project Versions -->
-		<asm.version>7.1</asm.version>
+		<asm.version>7.2</asm.version>
 		<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>