You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/10/28 12:29:53 UTC

[isis] branch v2 updated: ISIS-1277: bump byte-buddy 1.8.0 -> 1.9.2, such that code can run on JDK 11+

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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new fbcc59b  ISIS-1277: bump byte-buddy 1.8.0 -> 1.9.2, such that code can run on JDK 11+
fbcc59b is described below

commit fbcc59bde3ed3bda6723cffb90c3700d2a7be3b0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Oct 28 13:29:45 2018 +0100

    ISIS-1277: bump byte-buddy 1.8.0 -> 1.9.2, such that code can run
    on JDK 11+
---
 core/plugins/codegen-bytebuddy/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/plugins/codegen-bytebuddy/pom.xml b/core/plugins/codegen-bytebuddy/pom.xml
index 413ed6d..b439e10 100644
--- a/core/plugins/codegen-bytebuddy/pom.xml
+++ b/core/plugins/codegen-bytebuddy/pom.xml
@@ -29,7 +29,7 @@
     </description>
 
 	<properties>
-		<bytebuddy.version>1.8.0</bytebuddy.version>
+		<bytebuddy.version>1.9.2</bytebuddy.version>
 		<objenesis.version>2.4</objenesis.version>
 
 		<jar-plugin.automaticModuleName>org.apache.isis.plugins.codegen-bytebuddy</jar-plugin.automaticModuleName>