From 4a743e9fb5559444748054e9cd350787206ae3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:52:45 +0000 Subject: [PATCH 1/3] Bump jd-core from 1.2.17 to 1.2.18 Bumps [jd-core](https://github.com/nbauma109/jd-core) from 1.2.17 to 1.2.18. - [Release notes](https://github.com/nbauma109/jd-core/releases) - [Commits](https://github.com/nbauma109/jd-core/compare/1.2.17...1.2.18) --- updated-dependencies: - dependency-name: com.github.nbauma109:jd-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- org.jd.ide.eclipse.plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jd.ide.eclipse.plugin/build.gradle b/org.jd.ide.eclipse.plugin/build.gradle index 10240ea..e1598b8 100644 --- a/org.jd.ide.eclipse.plugin/build.gradle +++ b/org.jd.ide.eclipse.plugin/build.gradle @@ -11,7 +11,7 @@ configurations { } dependencies { - implementation 'com.github.nbauma109:jd-core:1.2.17' + implementation 'com.github.nbauma109:jd-core:1.2.18' implementation 'com.github.nbauma109:jd-util:1.1.11' From 9a3c6689156bfb1a663a4234b09cece919e54c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:52:50 +0000 Subject: [PATCH 2/3] Bump jd-util from 1.1.11 to 1.1.12 Bumps [jd-util](https://github.com/nbauma109/jd-util) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/nbauma109/jd-util/releases) - [Commits](https://github.com/nbauma109/jd-util/compare/1.1.11...1.1.12) --- updated-dependencies: - dependency-name: com.github.nbauma109:jd-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- org.jd.ide.eclipse.plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.jd.ide.eclipse.plugin/build.gradle b/org.jd.ide.eclipse.plugin/build.gradle index 10240ea..9fdbfc3 100644 --- a/org.jd.ide.eclipse.plugin/build.gradle +++ b/org.jd.ide.eclipse.plugin/build.gradle @@ -13,7 +13,7 @@ configurations { dependencies { implementation 'com.github.nbauma109:jd-core:1.2.17' - implementation 'com.github.nbauma109:jd-util:1.1.11' + implementation 'com.github.nbauma109:jd-util:1.1.12' implementation 'org.apache.bcel:bcel:6.6.0' From 94c50783f1e8eec68fa19893ec5ca0f9cef08ce6 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 23 Oct 2022 13:05:32 +0000 Subject: [PATCH 3/3] Updated versions in **/MANIFEST.MF **/build.properties --- org.jd.ide.eclipse.plugin/META-INF/MANIFEST.MF | 4 ++-- org.jd.ide.eclipse.plugin/build.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org.jd.ide.eclipse.plugin/META-INF/MANIFEST.MF b/org.jd.ide.eclipse.plugin/META-INF/MANIFEST.MF index 6380e27..66a37c5 100644 --- a/org.jd.ide.eclipse.plugin/META-INF/MANIFEST.MF +++ b/org.jd.ide.eclipse.plugin/META-INF/MANIFEST.MF @@ -17,8 +17,8 @@ Bundle-Activator: org.jd.ide.eclipse.JavaDecompilerPlugin Bundle-ActivationPolicy: lazy Bundle-ClassPath: /lib/commons-io-2.11.0.jar, /lib/bcel-6.6.0.jar, - /lib/jd-util-1.1.11.jar, - /lib/jd-core-1.2.17.jar, + /lib/jd-util-1.1.12.jar, + /lib/jd-core-1.2.18.jar, . Export-Package: jd.core, jd.core.model.instruction.bytecode, diff --git a/org.jd.ide.eclipse.plugin/build.properties b/org.jd.ide.eclipse.plugin/build.properties index 47d37ea..b67c8d1 100644 --- a/org.jd.ide.eclipse.plugin/build.properties +++ b/org.jd.ide.eclipse.plugin/build.properties @@ -2,8 +2,8 @@ bin.includes = META-INF/,\ plugin.xml,\ icons/,\ about.ini,\ - lib/jd-util-1.1.11.jar,\ - lib/jd-core-1.2.17.jar,\ + lib/jd-util-1.1.12.jar,\ + lib/jd-core-1.2.18.jar,\ . source.. = src/ jars.compile.order = .