Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<log4j2-jboss-logmanager.version>2.0.1.Final</log4j2-jboss-logmanager.version>
<log4j2-api.version>2.25.1</log4j2-api.version>
<log4j-jboss-logmanager.version>1.3.1.Final</log4j-jboss-logmanager.version>
<avro.version>1.12.0</avro.version>
<avro.version>1.12.1</avro.version>
<apicurio-registry.version>2.6.13.Final</apicurio-registry.version>
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version> <!-- must be the version Apicurio Registry uses -->
<testcontainers.version>1.21.4</testcontainers.version> <!-- Make sure to also update docker-java.version to match its needs -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
<jacoco.version>0.8.13</jacoco.version>
<kubernetes-client.version>7.3.1</kubernetes-client.version> <!-- Please check with Java Operator SDK team before updating -->
<rest-assured.version>5.5.6</rest-assured.version>
<hibernate-orm.version>7.1.14.Final</hibernate-orm.version> <!-- WARNING when updating, also align the versions below -->
<hibernate-orm.version>7.1.16.Final</hibernate-orm.version> <!-- WARNING when updating, also align the versions below -->
<jakarta.persistence-api.version>3.2.0</jakarta.persistence-api.version> <!-- version controlled by Hibernate ORM's needs -->
<antlr.version>4.13.2</antlr.version> <!-- version controlled by Hibernate ORM's needs -->
<bytebuddy.version>1.17.6</bytebuddy.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-models.version>1.0.1</hibernate-models.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-reactive.version>3.1.12.Final</hibernate-reactive.version> <!-- highly sensitive to Hibernate ORM upgrades -->
<hibernate-reactive.version>3.1.13.Final</hibernate-reactive.version> <!-- highly sensitive to Hibernate ORM upgrades -->
<hibernate-validator.version>9.0.1.Final</hibernate-validator.version>
<hibernate-search.version>8.1.2.Final</hibernate-search.version>
<hibernate-search.version>8.1.3.Final</hibernate-search.version>
<hibernate-tools.version>7.1.12.Final</hibernate-tools.version>

<!-- Make sure to check compatibility between these 2 gRPC components before upgrade -->
Expand Down
Loading