Skip to content

Commit

Permalink
Upgrade MongoDB client to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu authored and gsmet committed Jul 4, 2023
1 parent eaaedd3 commit e4dc9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<liquibase.version>4.20.0</liquibase.version>
<snakeyaml.version>2.0</snakeyaml.version>
<osgi.version>6.0.0</osgi.version>
<mongo-client.version>4.9.1</mongo-client.version>
<mongo-client.version>4.10.1</mongo-client.version>
<mongo-crypt.version>1.8.0</mongo-crypt.version>
<proton-j.version>0.34.1</proton-j.version>
<javaparser.version>3.25.3</javaparser.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,6 @@ void registerServiceBinding(Capabilities capabilities, BuildProducer<ServiceProv
@BuildStep
void runtimeInitializedClasses(BuildProducer<RuntimeInitializedClassBuildItem> runtimeInitializedClasses) {
runtimeInitializedClasses.produce(new RuntimeInitializedClassBuildItem(ObjectId.class.getName()));
runtimeInitializedClasses.produce(new RuntimeInitializedClassBuildItem("com.mongodb.internal.dns.DefaultDnsResolver"));
}
}

0 comments on commit e4dc9d0

Please sign in to comment.