Compile Dependencies (6)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Core Utils
Apache 2.0
| com.google.guava
»
guava2 vulnerabilities Guava is a suite of core and expanded libraries that include | 31.1-jre | 33.6.0-jre | |
CLI Parser
Apache 2.0
| info.picocli
»
picocli Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. ... | 4.3.2 | 4.7.7 | |
Apache 2.0
| info.picocli
»
picocli-jansi-graalvm ${rootProject.name} - Create native Windows executable command line applications with colors in Java. | 1.1.0 | 1.2.0 | |
String Utils
Apache 2.0
| org.apache.commons
»
commons-text1 vulnerability The Commons Text library provides additions to the standard JDK text handling. It includes algorithms for string ... | 1.9 | 1.15.0 | |
Logging
Apache 2.0
| org.apache.logging.log4j
»
log4j-core3 vulnerabilities Implementation for Apache Log4J, a highly configurable logging tool that focuses on performance and low garbage ... | 2.17.2 | 2.26.1 | |
Console
Apache 2.0
| org.fusesource.jansi
»
jansi Jansi is a java library for generating and interpreting ANSI escape sequences. | 1.18 | 2.4.3 |
Provided Dependencies (1)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
GPL 2.0
| org.graalvm.nativeimage
»
svm SubstrateVM image builder components | 20.1.0 | 25.0.3 |
Test Dependencies (1)
Managed Dependencies (67)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-annotations Core annotations used for value types, used by Jackson data binding package. | 2.13.2 | 2.22 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-core1 vulnerability Core Jackson processing abstractions (aka Streaming API), implementation for JSON | 2.13.2 | 3.2.1 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-databind8 vulnerabilities General data-binding functionality for Jackson: works on core streaming API | 2.13.2 | 3.2.1 | |
CSV
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-csv Support for reading and writing CSV-encoded data via Jackson | 2.13.2 | 3.2.1 | |
Serializer
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-smile Support for reading and writing Smile ("binary JSON") | 2.13.2 | 3.2.1 | |
XML Processing
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-xml Data format extension for Jackson to offer | 2.13.2 | 3.2.1 | |
YAML
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-yaml Support for reading and writing YAML-encoded data via Jackson abstractions. | 2.13.2 | 3.2.1 | |
Apache 2.0
| com.fasterxml.jackson.datatype
»
jackson-datatype-jdk8 Add-on module for Jackson (https://github.com/FasterXML/jackson) to support | 2.13.2 | 2.22.1 | |
Date/Time
Apache 2.0
| com.fasterxml.jackson.datatype
»
jackson-datatype-jsr310 Add-on module to support JSR-310 (Java 8 Date & Time API) data types. | 2.13.2 | 3.0.0-rc2 | |
Apache 2.0
| com.fasterxml.jackson.module
»
jackson-module-afterburner Jackson (https://github.com/FasterXML/jackson) extension module | 2.13.2 | 3.2.1 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.module
»
jackson-module-jsonSchema Add-on module for Jackson (http://jackson.codehaus.org) to support | 2.13.2 | 3.2.1 | |
Annotation Lib
Apache 2.0
| com.fasterxml.jackson.module
»
jackson-module-jaxb-annotations Support for using JAXB annotations as an alternative to "native" Jackson annotations, | 2.13.2 | 3.2.1 | |
BSD
| com.github.bohnman
»
squiggly-filter-jackson The Squiggly Filter is a Jackson JSON PropertyFilter, which selects properties of an object/list/map using a subset of ... | 1.3.18 | ✔ | |
Apache 2.0
| com.github.spullara.mustache.java
»
compiler Implementation of mustache.js for Java | 0.9.10 | 0.9.14 | |
Apache 2.0
| com.github.ua-parser
»
uap-java Java implementation of the UA Parser library. Derives operating system, browser and device | 1.5.2 | 1.6.1 | |
Code Analyzer
LGPL 2.1
| com.google.code.findbugs
»
jsr305 Annotations the SpotBugs tool supports | 3.0.2 | 4.10.3 | |
Core Utils
Apache 2.0
| com.google.guava
»
guava2 vulnerabilities Guava is a suite of core and expanded libraries that include | 31.1-jre | 33.6.0-jre | |
Diff/Patch
Apache 2.0
| com.googlecode.java-diff-utils » diffutils | 1.3.0 | 4.17 | |
Apache 2.0
| com.mikesamuel
»
json-sanitizer Given JSON-like content, converts it to valid JSON. | 1.2.3 | ✔ | |
CSV
Apache 2.0
| com.opencsv
»
opencsv A simple library for reading and writing CSV in Java | 4.1 | 5.12.0 | |
XML Processing
EDL 1.0
| com.sun.xml.bind
»
jaxb-impl Old JAXB Runtime module. Contains sources required for runtime processing. | 2.3.3 | 4.0.9 | |
Reflection
Apache 2.0
| commons-beanutils
»
commons-beanutils1 vulnerability Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection. | 1.9.4 | 1.11.0 | |
CLI Parser
Apache 2.0
| commons-cli
»
commons-cli Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface. | 1.5.0 | 1.11.0 | |
Collections
Apache 2.0
| commons-collections
»
commons-collections The Apache Commons Collections package contains types that extend and augment the Java Collections Framework. | 3.2.2 | 4.5.0 | |
I/O
Apache 2.0
| commons-io
»
commons-io1 vulnerability The Apache Commons IO library contains utility classes, stream implementations, file filters, | 2.11.0 | 2.22.0 | |
Logging
Apache 2.0
| commons-logging
»
commons-logging Apache Commons Logging is a thin adapter allowing configurable bridging to other, | 1.2 | 1.4.0 | |
SMTP
Apache 2.0
| commons-net
»
commons-net1 vulnerability Apache Commons Net library contains a collection of network utilities and protocol implementations. | 3.8.0 | 3.13.0 | |
Apache 2.0
| de.jollyday
»
jollyday This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is | 0.5.10 | ✔ | |
BSD
| eu.bitwalker
»
UserAgentUtils Utility classes to handle user-agents. | 1.21 | ✔ | |
Apache 2.0
| io.dropwizard.metrics5
»
metrics-annotation A dependency-less package of just the annotations used by other Metrics modules. | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5
»
metrics-core Metrics is a Java library which gives you unparalleled insight into what your code does in | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5
»
metrics-healthchecks An addition to Metrics which provides the ability to run application-specific health checks, | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5
»
metrics-jmx A set of classes which allow you to report metrics via JMX. | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5
»
metrics-json A set of Jackson modules which provide serializers for most Metrics classes. | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5
»
metrics-servlets A set of utility servlets for Metrics, allowing you to expose valuable information about | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5 » metrics-legacy-adapter | 5.0.0 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics5 » metrics-legacy-adapter-healthchecks | 5.0.0 | 5.0.7 | |
Java Spec
EDL 1.0
| jakarta.activation
»
jakarta.activation-api Jakarta Activation API 2.2 Specification | 1.2.2 | 2.1.4 | |
XML Processing
EDL 1.0
| jakarta.xml.bind
»
jakarta.xml.bind-api Jakarta XML Binding (JAXB) API that allows Java developers to map Java classes to XML representations and perform ... | 2.3.3 | 4.0.5 | |
Java Spec
EPL 2.0 +1
| javax.servlet
»
javax.servlet-api API for Jakarta Servlet, enabling web applications to handle HTTP requests and responses through a standard interface ... | 4.0.1 | 6.1.0 | |
Testing
EPL 2.0
| junit
»
junit JUnit Jupiter is the API for writing tests using JUnit 5. | 4.13.2 | 6.1.2 | |
| net.jpountz.lz4 » lz42 vulnerabilities | 1.3.0 | 1.8.1 | ||
Expression Lang
Apache 2.0
| ognl
»
ognl OGNL - Core module of Object Graph Navigation Library | 3.3.2 | 3.4.11 | |
Collections
Apache 2.0
| org.apache.commons
»
commons-collections4 The Apache Commons Collections package contains types that extend and augment the Java Collections Framework. | 4.4 | 4.5.0 | |
Core Utils
Apache 2.0
| org.apache.commons
»
commons-lang31 vulnerability Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are ... | 3.12.0 | 3.20.0 | |
String Utils
Apache 2.0
| org.apache.commons
»
commons-text1 vulnerability The Commons Text library provides additions to the standard JDK text handling. It includes algorithms for string ... | 1.9 | 1.15.0 | |
Math Lib
Apache 2.0
| org.apache.commons
»
commons-math3 Alternate implementations of JDK's "Math" functions. | 3.6.1 | 4.0-beta1 | |
Cache Impl
Apache 2.0
| org.apache.commons » commons-jcs-core | 2.2.1 | 3.2.1 | |
Logging
Apache 2.0
| org.apache.logging.log4j
»
log4j-core3 vulnerabilities Implementation for Apache Log4J, a highly configurable logging tool that focuses on performance and low garbage ... | 2.17.2 | 2.26.1 | |
Logging Bridge
Apache 2.0
| org.apache.logging.log4j
»
log4j-slf4j-impl The Apache Log4j SLF4J 2.0 API binding to Log4j 2 Core | 2.17.2 | 2.26.1 | |
Excel Lib
Apache 2.0
| org.apache.poi
»
poi1 vulnerability Apache POI - Java API To Access Microsoft Format Files | 3.17 | 5.5.1 | |
Apache 2.0
| org.apache.poi
»
poi-ooxml1 vulnerability Apache POI - Java API To Access Microsoft Format Files | 3.17 | 5.5.1 | |
Testing
BSD 3-clause
| org.hamcrest
»
hamcrest-all Core API and libraries of hamcrest matcher framework. | 1.3 | 3.0 | |
MIT
| org.jeasy
»
easy-random-core Easy Random core implementation | 5.0.0 | ✔ | |
JSON Lib
Public
| org.json
»
json2 vulnerabilities JSON is a light-weight, language independent, data interchange format. | 20220320 | 20260719 | |
Mocking
MIT
| org.mockito
»
mockito-all Mockito mock objects library core API and implementation | 2.0.2-beta | 5.23.0 | |
BSD +1
| org.owasp.esapi
»
esapi2 vulnerabilities The Enterprise Security API (ESAPI) project is an OWASP project | 2.2.3.1 | 2.7.0.0 | |
Lang Runtime
JYTHON
| org.python
»
jython-standalone Jython is an implementation of the high-level, dynamic, object-oriented | 2.7.2 | 2.7.4 | |
Reflection
Apache 2.0
| org.reflections
»
reflections Reflections - Java runtime metadata analysis | 0.10.2 | ✔ | |
XML Processing
Apache 2.0
| org.simpleframework
»
simple-xml Simple is a high performance XML serialization and configuration framework for Java | 2.7.1 | ✔ | |
Dep Injection
Apache 2.0
| org.springframework
»
spring-beans1 vulnerability Spring Beans provides the configuration framework and basic functionality to instantiate, configure, and assemble java ... | 5.3.18 | 7.0.8 | |
Web Framework
Apache 2.0
| org.springframework
»
spring-webmvc16 vulnerabilities Spring webmvc contains Spring's model-view-controller (MVC) and REST Web Services implementation for web applications. ... | 5.3.18 | 7.0.8 | |
Expression Lang
Apache 2.0
| org.springframework
»
spring-expression7 vulnerabilities Powerful Expression Language for querying and manipulating an object graph at runtime. It is an extension of the ... | 5.3.18 | 7.0.8 | |
Config
Apache 2.0
| org.springframework
»
spring-context-support Support classes for integrating common third-party libraries into a Spring application context | 5.3.18 | 7.0.8 | |
Testing
Apache 2.0
| org.springframework
»
spring-test Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG. It provides ... | 5.3.18 | 7.0.8 | |
YAML
Apache 2.0
| org.yaml
»
snakeyaml7 vulnerabilities YAML 1.1 parser and emitter for Java | 1.30 | 2.6 | |
XML Processing
Apache 2.0
| xerces
»
xercesImpl Xerces2 provides high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces ... | 2.12.2 | ✔ |