merge fixes

This commit is contained in:
Jonathan Shook 2023-08-16 16:16:38 -05:00
commit ce75c6f737
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->

View File

@ -94,7 +94,7 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</dependency>
<dependency>