Skip to content

Commit

Permalink
Manual cherry-pick (ie recreation) of quarkusio#44361
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Dec 17, 2024
1 parent 00290b3 commit b0edace
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@
<liquibase-mongodb.version>4.29.1</liquibase-mongodb.version>
<snakeyaml.version>2.2</snakeyaml.version>
<osgi.version>6.0.0</osgi.version>
<mongo-client.version>5.1.3</mongo-client.version>
<mongo-crypt.version>1.11.0</mongo-crypt.version>
<mongo-client.version>5.2.1</mongo-client.version>
<proton-j.version>0.34.1</proton-j.version>
<javaparser.version>3.26.1</javaparser.version>
<hibernate-quarkus-local-cache.version>0.3.0</hibernate-quarkus-local-cache.version>
Expand Down Expand Up @@ -252,7 +251,7 @@
<scope>import</scope>
</dependency>

<!-- Dev UI -->
<!-- Dev UI -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom-dev-ui</artifactId>
Expand Down Expand Up @@ -4519,7 +4518,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-crypt</artifactId>
<version>${mongo-crypt.version}</version>
<version>${mongo-client.version}</version>
</dependency>
<dependency>
<!-- Solves version conflicts -->
Expand Down

0 comments on commit b0edace

Please sign in to comment.