Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nandhu-kumar committed Sep 17, 2024
2 parents f3bc466 + 446d392 commit c57b122
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apitest-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<aws.javasdk.version>1.11.368</aws.javasdk.version>

<!-- Hibernate version -->
<hibernate.version>6.5.2.Final</hibernate.version>
<hibernate.version>5.2.17.Final</hibernate.version>

<!-- automationtests version -->
<wink-json4j-provider.version>1.1.2-incubating</wink-json4j-provider.version>
Expand Down Expand Up @@ -471,6 +471,10 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit c57b122

Please sign in to comment.