Skip to content

Commit

Permalink
Update MongoSyncSpec.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Oct 21, 2023
1 parent 1511367 commit 0d13a5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class MongoSyncSpec extends ApplicationContextSpec implements CommandOutputFixtu
.render()

then:
template.contains('implementation("org.mongodb:mongodb-driver-sync:4.5.0")')
template.contains('implementation("org.mongodb:mongodb-driver-sync:' +
'4.11.0")')
template.contains('testImplementation("org.testcontainers:mongodb")')
}
}

0 comments on commit 0d13a5d

Please sign in to comment.