From 3e885ef2e65f48edf8ec0c15310f9ae75e85bc33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 06:46:54 +0000 Subject: [PATCH] fix: upgrade org.ow2.asm:asm-commons from 9.7 to 9.7.1 Snyk has created this PR to upgrade org.ow2.asm:asm-commons from 9.7 to 9.7.1. See this package in maven: org.ow2.asm:asm-commons See this project in Snyk: https://app.snyk.io/org/pfirmstone/project/3de0520d-22e2-48d0-bf1f-a32a6664ef60?utm_source=github&utm_medium=referral&page=upgrade-pr --- JGDMS/tools/classdep/pom.xml | 202 +++++++++++++++++------------------ 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/JGDMS/tools/classdep/pom.xml b/JGDMS/tools/classdep/pom.xml index ca384cc35..2951b7c96 100644 --- a/JGDMS/tools/classdep/pom.xml +++ b/JGDMS/tools/classdep/pom.xml @@ -1,102 +1,102 @@ - - - - 4.0.0 - - - au.net.zeus.jgdms - tools - 3.1.1-SNAPSHOT - - - au.net.zeus.jgdms.tools - classdep - - Tool :: ClassDep - Tool used to analyze a set of classes and determine on what other classes - they directly or indirectly depend. Typically this tool is used to - compute the necessary and sufficient set of classes to include in a JAR - file, for use in the class path of a client or service, or for use in the - codebase of a client or service. The tool starts with a set of "root" - classes and recursively computes a dependency graph, finding all of the - classes referenced directly by the root classes, finding all of the - classes referenced in turn by those classes, and so on, until no new - classes are found or until classes that are not of interest are - found. The normal output of the tool is a list of all of the classes in - the dependency graph. The output from this command can be used as input - to the jar tool, to create a JAR file containing precisely - those classes. - - - - - org.ow2.asm - asm - 9.7 - - - org.ow2.asm - asm-commons - 9.7 - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.apache.river.tool.ClassDep - ${project.version} - asm-9.2.jar asm-commons-9.2.jar - - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - verify - - jar-no-fork - - - - - - maven-compiler-plugin - - 8 - compact1 - 8 - true - true - UTF-8 - 128m - 1024m - - - - + + + + 4.0.0 + + + au.net.zeus.jgdms + tools + 3.1.1-SNAPSHOT + + + au.net.zeus.jgdms.tools + classdep + + Tool :: ClassDep + Tool used to analyze a set of classes and determine on what other classes + they directly or indirectly depend. Typically this tool is used to + compute the necessary and sufficient set of classes to include in a JAR + file, for use in the class path of a client or service, or for use in the + codebase of a client or service. The tool starts with a set of "root" + classes and recursively computes a dependency graph, finding all of the + classes referenced directly by the root classes, finding all of the + classes referenced in turn by those classes, and so on, until no new + classes are found or until classes that are not of interest are + found. The normal output of the tool is a list of all of the classes in + the dependency graph. The output from this command can be used as input + to the jar tool, to create a JAR file containing precisely + those classes. + + + + + org.ow2.asm + asm + 9.7 + + + org.ow2.asm + asm-commons + 9.7.1 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.river.tool.ClassDep + ${project.version} + asm-9.2.jar asm-commons-9.2.jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + + + maven-compiler-plugin + + 8 + compact1 + 8 + true + true + UTF-8 + 128m + 1024m + + + +