Skip to content

Commit

Permalink
Revert mongodb driver to 4.9.1 since 4.10.0 has got serialization iss…
Browse files Browse the repository at this point in the history
…ues (#434)
  • Loading branch information
radovanradic committed Jun 22, 2023
1 parent f4fa54e commit f977334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ groovy = "4.0.11"
spock = "2.3-groovy-4.0"
testcontainers = "1.18.3"

managed-mongo = "4.10.0"
managed-mongo-reactive = "4.10.0"
managed-mongo = "4.9.1"
managed-mongo-reactive = "4.9.1"

micronaut-micrometer = "5.0.0-M5"
micronaut-serde = "2.0.0-M12"
Expand Down

0 comments on commit f977334

Please sign in to comment.