From 11fe2a4ab7819de3abf102ea1ef4dbaf32750698 Mon Sep 17 00:00:00 2001 From: d-millar <33498836+d-millar@users.noreply.github.com> Date: Wed, 26 Mar 2025 18:26:10 +0000 Subject: [PATCH] GP-5534: 3.17->3.21 --- Ghidra/Extensions/MachineLearning/Module.manifest | 2 +- Ghidra/Extensions/MachineLearning/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ghidra/Extensions/MachineLearning/Module.manifest b/Ghidra/Extensions/MachineLearning/Module.manifest index b819a8578c..72935d28d5 100644 --- a/Ghidra/Extensions/MachineLearning/Module.manifest +++ b/Ghidra/Extensions/MachineLearning/Module.manifest @@ -1,6 +1,6 @@ MODULE FILE LICENSE: lib/olcut-config-protobuf-5.2.0.jar BSD-2-ORACLE MODULE FILE LICENSE: lib/olcut-core-5.2.0.jar BSD-2-ORACLE -MODULE FILE LICENSE: lib/protobuf-java-3.17.3.jar BSD-3-GOOGLE +MODULE FILE LICENSE: lib/protobuf-java-3.21.8.jar BSD-3-GOOGLE MODULE FILE LICENSE: lib/tribuo-classification-core-4.2.0.jar Apache License 2.0 MODULE FILE LICENSE: lib/tribuo-classification-tree-4.2.0.jar Apache License 2.0 MODULE FILE LICENSE: lib/tribuo-common-tree-4.2.0.jar Apache License 2.0 diff --git a/Ghidra/Extensions/MachineLearning/build.gradle b/Ghidra/Extensions/MachineLearning/build.gradle index caaa610a7d..59173063e0 100644 --- a/Ghidra/Extensions/MachineLearning/build.gradle +++ b/Ghidra/Extensions/MachineLearning/build.gradle @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,7 +26,7 @@ dependencies { api "com.oracle.labs.olcut:olcut-config-protobuf:5.2.0" //{exclude group: "com.google.protobuf", module: "protobuf-java"} api ("com.oracle.labs.olcut:olcut-core:5.2.0") {exclude group: "org.jline"} - api "com.google.protobuf:protobuf-java:3.17.3" //only needed for running junits + api "com.google.protobuf:protobuf-java:3.21.8" //only needed for running junits api "org.tribuo:tribuo-classification-core:4.2.0" api "org.tribuo:tribuo-classification-tree:4.2.0" api "org.tribuo:tribuo-common-tree:4.2.0"