Skip to content

Commit

Permalink
Merge pull request #82 from IABTechLab/tjm-UID2-1095-roll-back-depend…
Browse files Browse the repository at this point in the history
…ency-changes

Rolled back the dependency updates as this
  • Loading branch information
thomasm-ttd authored Jul 5, 2023
2 parents 18a2979 + 818d134 commit 5c87e42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<vertx.version>4.3.8</vertx.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
<micrometer.version>1.10.5</micrometer.version>
<micrometer.version>1.1.0</micrometer.version>
<image.version>${project.version}</image.version>
</properties>

Expand Down Expand Up @@ -117,27 +117,27 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.470</version>
<version>1.12.364</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.2.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-compute</artifactId>
<version>v1-rev20230509-2.0.0</version>
<version>v1-rev20221205-2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.16.0</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.14.5</version>
<version>3.13.7</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand All @@ -153,7 +153,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.1</version>
<version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down

0 comments on commit 5c87e42

Please sign in to comment.