Compile Dependencies (5)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Data Format
BSD 3-clause
| com.google.protobuf
»
protobuf-java6 vulnerabilities Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an | 3.9.2 | 4.34.1 | |
BSD 3-clause
| com.google.protobuf
»
protobuf-java-util Utilities for Protocol Buffers | 3.9.2 | 4.34.1 | |
BSD
| com.googlecode.protobuf-java-format
»
protobuf-java-format Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding ... | 1.4 | ✔ | |
CodeGen
MIT
| org.projectlombok
»
lombok Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ... | 1.18.10 | 1.18.46 | |
Web Framework
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-web1 vulnerability Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded ... | 2.1.11.RELEASE | 4.0.6 |
Provided Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Annotation Tool
Apache 2.0
| org.springframework.boot
»
spring-boot-configuration-processor(optional) Spring Boot Configuration Annotation Processor | 2.1.11.RELEASE | 4.0.6 | |
Config
Apache 2.0
| org.springframework.boot
»
spring-boot-autoconfigure1 vulnerability Spring Boot auto-configuration attempts to automatically configure your Spring application based on the jar dependencies ... | 2.1.11.RELEASE | 4.0.6 |
Test Dependencies (1)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Testing
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-test Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito | 2.1.11.RELEASE | 4.0.6 |
Managed Dependencies (43)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Logging
EPL 2.0 +1
| ch.qos.logback
»
logback-core6 vulnerabilities Core implementation of Logback, a reliable, generic, fast and flexible logging framework. | 1.2.3 | 1.5.32 | |
Logging
EPL 2.0 +1
| ch.qos.logback
»
logback-classic1 vulnerability Implementation of the SLF4J API for Logback, a reliable, generic, fast and flexible logging framework. | 1.2.3 | 1.5.32 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-annotations Core annotations used for value types, used by Jackson data binding package. | 2.9.10 | 2.21 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-core2 vulnerabilities Core Jackson processing abstractions (aka Streaming API), implementation for JSON | 2.9.10 | 3.1.3 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-databind43 vulnerabilities General data-binding functionality for Jackson: works on core streaming API | 2.9.10 | 3.1.3 | |
Apache 2.0
| com.fasterxml.jackson.datatype
»
jackson-datatype-jdk8 Add-on module for Jackson (https://github.com/FasterXML/jackson) to support | 2.9.10 | 2.21.3 | |
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.9.10 | 3.0.0-rc2 | |
Apache 2.0
| com.fasterxml.jackson.datatype
»
jackson-datatype-guava Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles | 2.9.10 | 3.1.3 | |
Apache 2.0
| com.fasterxml.jackson.module
»
jackson-module-afterburner Jackson (https://github.com/FasterXML/jackson) extension module | 2.9.10 | 3.1.3 | |
Data Format
BSD 3-clause
| com.google.protobuf
»
protobuf-java6 vulnerabilities Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an | 3.9.2 | 4.34.1 | |
BSD 3-clause
| com.google.protobuf
»
protobuf-java-util Utilities for Protocol Buffers | 3.9.2 | 4.34.1 | |
BSD
| com.googlecode.protobuf-java-format
»
protobuf-java-format Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding ... | 1.4 | ✔ | |
CodeGen
MIT
| org.projectlombok
»
lombok Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ... | 1.18.10 | 1.18.46 | |
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.1.12.RELEASE | 7.0.7 | |
AOP
Apache 2.0
| org.springframework
»
spring-aop Spring AOP provides an Alliance-compliant aspect-oriented programming implementation allowing you to define method ... | 5.1.12.RELEASE | 7.0.7 | |
AOP
Apache 2.0
| org.springframework
»
spring-aspects Spring Aspects integrates Spring with AspectJ. | 5.1.12.RELEASE | 7.0.7 | |
Core Utils
Apache 2.0
| org.springframework
»
spring-core Basic building block for Spring that in conjunction with Spring Beans provides dependency injection and IoC features. | 5.1.12.RELEASE | 7.0.7 | |
Dep Injection
Apache 2.0
| org.springframework
»
spring-beans2 vulnerabilities Spring Beans provides the configuration framework and basic functionality to instantiate, configure, and assemble java ... | 5.1.12.RELEASE | 7.0.7 | |
Dep Injection
Apache 2.0
| org.springframework
»
spring-context3 vulnerabilities Spring Context provides access to configured objects like a registry (a context). It inherits its features from Spring ... | 5.1.12.RELEASE | 7.0.7 | |
Config
Apache 2.0
| org.springframework
»
spring-context-support Support classes for integrating common third-party libraries into a Spring application context | 5.1.12.RELEASE | 7.0.7 | |
JDBC Extension
Apache 2.0
| org.springframework
»
spring-jdbc Spring JDBC provides an abstraction layer that simplifies code to use JDBC and the parsing of database-vendor specific ... | 5.1.12.RELEASE | 7.0.7 | |
O/R Mapping
Apache 2.0
| org.springframework
»
spring-orm Spring Object/Relational Mapping which provides integration layers for popular object-relational mapping APIs, including ... | 5.1.12.RELEASE | 7.0.7 | |
Transactions
Apache 2.0
| org.springframework
»
spring-tx Support for programmatic and declarative transaction management for classes that implement special interfaces or any ... | 5.1.12.RELEASE | 7.0.7 | |
Web Framework
Apache 2.0
| org.springframework
»
spring-web6 vulnerabilities Spring Web provides integration features such as multipart file upload functionality and the initialization of the IoC ... | 5.1.12.RELEASE | 7.0.7 | |
Web Framework
Apache 2.0
| org.springframework
»
spring-webmvc5 vulnerabilities Spring webmvc contains Spring's model-view-controller (MVC) and REST Web Services implementation for web applications. ... | 5.1.12.RELEASE | 7.0.7 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-devtools(optional)1 vulnerability Spring Boot Developer Tools | 2.1.11.RELEASE | 4.0.6 | |
Annotation Tool
Apache 2.0
| org.springframework.boot
»
spring-boot-configuration-processor(optional) Spring Boot Configuration Annotation Processor | 2.1.11.RELEASE | 4.0.6 | |
Testing
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-test Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito | 2.1.11.RELEASE | 4.0.6 | |
App Server
Apache 2.0
| org.springframework.boot
»
spring-boot3 vulnerabilities Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can 'just run'. It ... | 2.1.11.RELEASE | 4.0.6 | |
App Server
Apache 2.0
| org.springframework.boot
»
spring-boot-starter Core starter, including auto-configuration support, logging and YAML | 2.1.11.RELEASE | 4.0.6 | |
Config
Apache 2.0
| org.springframework.boot
»
spring-boot-autoconfigure1 vulnerability Spring Boot auto-configuration attempts to automatically configure your Spring application based on the jar dependencies ... | 2.1.11.RELEASE | 4.0.6 | |
Application Metrics
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-actuator1 vulnerability Starter for using Spring Boot's Actuator which provides production ready features to help you monitor and manage your ... | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-freemarker Starter for using FreeMarker | 2.1.11.RELEASE | 4.0.6 | |
AOP
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-aop Starter for aspect-oriented programming with Spring AOP and AspectJ | 2.1.11.RELEASE | 3.5.14 | |
Web Framework
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-web1 vulnerability Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded ... | 2.1.11.RELEASE | 4.0.6 | |
Validation
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-validation Starter for using Java Bean Validation with Hibernate Validator | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-logging Starter for logging default logging | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-jdbc Starter for using JDBC with the HikariCP connection pool | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-data-jpa Starter for using Spring Data JPA with Hibernate | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-data-redis Starter for using Redis key-value data store with Spring Data Redis and the Lettuce client | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-data-elasticsearch Starter for using Elasticsearch search and analytics engine and Spring Data Elasticsearch | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-mail Starter for using Java Mail and Spring Framework's email sending support | 2.1.11.RELEASE | 4.0.6 | |
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-security Starter for using Spring Security | 2.1.11.RELEASE | 4.0.6 |
