1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-07-15 00:24:15 +08:00

build(deps): bump org.mongodb:mongodb-driver-sync from 5.8.0 to 5.9.0

Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-07 14:32:50 +00:00
committed by GitHub
parent 824e7e377c
commit 9df4a334dd
+1 -1
View File
@@ -14,7 +14,7 @@
<maven.compiler.target>${project.jdk.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<deps.mongodb.version>5.8.0</deps.mongodb.version>
<deps.mongodb.version>5.9.0</deps.mongodb.version>
</properties>
<artifactId>configured-mongodb</artifactId>
<packaging>jar</packaging>