Skip to content

Commit

Permalink
Upgrade dependencies with vulnerabilities and use Shared supporting IAM
Browse files Browse the repository at this point in the history
  • Loading branch information
aulme committed Aug 3, 2023
1 parent 292017c commit d732b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
<micrometer.version>1.1.0</micrometer.version>
<enclave-api.version>1.1.0</enclave-api.version>
<uid2-shared.version>2.7.0-3e279acefa</uid2-shared.version>
<uid2-shared.version>4.0.3-72107b9b31</uid2-shared.version>
<image.version>${project.version}</image.version>
</properties>

Expand Down Expand Up @@ -135,12 +135,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.9</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>com.github.loki4j</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.368</version>
<version>1.12.429</version>
</dependency>
<dependency>
<groupId>com.iabtcf</groupId>
Expand Down

0 comments on commit d732b39

Please sign in to comment.