Skip to content

Commit

Permalink
Update mongodbDriverVersion to v4.5.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored May 8, 2023
1 parent 92ac705 commit f162847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-forge-core/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.4.2</version>
<version>4.5.0</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MongoSyncSpec extends ApplicationContextSpec implements CommandOutputFixtu
.render()

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

0 comments on commit f162847

Please sign in to comment.