Merge branch 'main' into snyk-fix-a4c28056638a230958f1c7f67263d212

This commit is contained in:
Jonathan Shook 2024-01-23 13:07:32 -06:00 committed by GitHub
commit 6b178d2fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -98,12 +98,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
</dependencies>

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>

View File

@ -280,7 +280,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core-java11</artifactId>
<version>6.4.9</version>
<version>6.4.10</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@ -290,7 +290,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.622</version>
<version>1.12.639</version>
</dependency>
<dependency>
<groupId>com.elega9t</groupId>