Skip to content

Commit

Permalink
Merge pull request #76 from mswatosh/updates
Browse files Browse the repository at this point in the history
text fix and testing Mongo Driver update issue
  • Loading branch information
mswatosh authored Oct 29, 2024
2 parents a7d414a + 86a436d commit 7b90506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
services:
mongo:
image: mongo:7.0.7
# Set health checks to wait until postgres has started
# Set health checks to wait until mongo has started
options: >-
--health-cmd "echo 'db.runCommand("ping").ok' | mongosh --quiet"
--health-interval 10s
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.1.4</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>5.1.4</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down

0 comments on commit 7b90506

Please sign in to comment.