From 42e3380532233ecdaade4cbb692b7fd753385c51 Mon Sep 17 00:00:00 2001 From: psytester Date: Fri, 6 Sep 2019 12:11:17 +0200 Subject: [PATCH] procyon update to 0.5.36 for its issue 336 Long running [procyon issue 336](https://bitbucket.org/mstrobel/procyon/issues/336/) for exception on ```StringConcatFactory.makeConcatWithConstant``` was fixed and released now as new version 0.5.36. Rebuilding and running Luyten with openJDK 12.0.2 will decompile now such classes without any error. Running with old Java 8 I still get the exception. This PR will stop all those issues [counting 15 today](https://github.com/deathmarine/Luyten/search?q=StringConcatFactory&type=Issues) complaining about the same issue again and again --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ee65e0a..996ee44 100644 --- a/pom.xml +++ b/pom.xml @@ -18,22 +18,22 @@ org.bitbucket.mstrobel procyon-core - 0.5.35 + 0.5.36 org.bitbucket.mstrobel procyon-expressions - 0.5.35 + 0.5.36 org.bitbucket.mstrobel procyon-reflection - 0.5.35 + 0.5.36 org.bitbucket.mstrobel procyon-compilertools - 0.5.35 + 0.5.36