Skip to content

Commit

Permalink
fix(deps): update dependency org.grails:grails-gorm-testing-support t…
Browse files Browse the repository at this point in the history
…o v3.1.2
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 2525af9 commit 0bfa6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-datastore-gorm-mongodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly "javax.servlet:javax.servlet-api:$servletApiVersion"

testImplementation "org.grails:grails-datastore-gorm-tck:$datastoreVersion"
testImplementation "org.grails:grails-gorm-testing-support:3.1.1"
testImplementation "org.grails:grails-gorm-testing-support:3.1.2"
testImplementation "org.hibernate:hibernate-validator:$hibernateValidatorVersion"
testImplementation "org.grails:grails-datastore-gorm-support:$datastoreVersion", {
exclude group: "org.grails", module:"grails-datastore-gorm-hibernate-core"
Expand Down

0 comments on commit 0bfa6d6

Please sign in to comment.