Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d0bee44

Browse files
fix(deps): update dependency org.grails:grails-gorm-testing-support to v3.1.2 (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a99906b commit d0bee44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-mongodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
compileOnly "javax.servlet:javax.servlet-api:$servletApiVersion"
1515

1616
testImplementation "org.grails:grails-datastore-gorm-tck:$datastoreVersion"
17-
testImplementation "org.grails:grails-gorm-testing-support:3.1.1"
17+
testImplementation "org.grails:grails-gorm-testing-support:3.1.2"
1818
testImplementation "org.hibernate:hibernate-validator:$hibernateValidatorVersion"
1919
testImplementation "org.grails:grails-datastore-gorm-support:$datastoreVersion", {
2020
exclude group: "org.grails", module:"grails-datastore-gorm-hibernate-core"

0 commit comments

Comments
 (0)