Skip to content

Commit

Permalink
Upgrade mongo client to 4.7.1 and mongo-crypt to 1.5.2
Browse files Browse the repository at this point in the history
Both upgrade must be done together or the native build will fail
  • Loading branch information
loicmathieu committed Aug 9, 2022
1 parent 8409f81 commit 556f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
<liquibase.version>4.15.0</liquibase.version>
<snakeyaml.version>1.30</snakeyaml.version>
<osgi.version>6.0.0</osgi.version>
<mongo-client.version>4.6.1</mongo-client.version>
<mongo-crypt.version>1.4.1</mongo-crypt.version>
<mongo-client.version>4.7.1</mongo-client.version>
<mongo-crypt.version>1.5.2</mongo-crypt.version>
<proton-j.version>0.33.10</proton-j.version>
<javaparser.version>3.24.2</javaparser.version>
<okhttp.version>3.14.9</okhttp.version><!-- keep in sync with okio -->
Expand Down

0 comments on commit 556f6cd

Please sign in to comment.