Updated Dependencies

This commit is contained in:
Adrianed04 2021-05-11 10:19:49 -05:00
parent 27fe387a6c
commit 39ecbde6a6
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>

View File

@ -34,14 +34,14 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.18</version>
<version>1.18.20</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.12.1</version>
<version>2.12.3</version>
<scope>compile</scope>
</dependency>
</dependencies>