From e56272db7fa7765e4b97aaf8e41d99b7ed10f9d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:45:15 +0000 Subject: [PATCH] Update dependency com.github.fakemongo:fongo to v2.1.1 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 56778720..293efd2c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -10,7 +10,7 @@ dependencies { testCompile "org.grails:grails-datastore-gorm-hibernate5:${gormHibernateVersion}" testCompile "org.grails:grails-datastore-gorm-mongodb:${gormMongoDbVersion}" - testCompile 'com.github.fakemongo:fongo:2.1.0' + testCompile 'com.github.fakemongo:fongo:2.1.1' testRuntime "com.h2database:h2:1.4.192" testRuntime "org.apache.tomcat:tomcat-jdbc:8.5.0" testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.0"