Skip to content

Commit

Permalink
test this
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 8, 2024
1 parent 292275d commit fbadf31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metricsaggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<artifactId>jakarta.validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>7.0.5.Final</version>
</dependency>
Expand Down Expand Up @@ -332,7 +332,7 @@
<usedDependency>ch.qos.logback:logback-core</usedDependency>
<usedDependency>com.google.guava:guava</usedDependency>
<usedDependency>jakarta.validation:jakarta.validation-api</usedDependency>
<usedDependency>org.hibernate:hibernate-validator</usedDependency>
<usedDependency>org.hibernate.validator:hibernate-validator</usedDependency>
<usedDependency>org.glassfish:jakarta.el</usedDependency>
<usedDependency>software.amazon.awssdk:auth</usedDependency>
<usedDependency>software.amazon.awssdk:aws-core</usedDependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.12</version>
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
Expand Down

0 comments on commit fbadf31

Please sign in to comment.