This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch 8.0.x-hibernate7 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 028c3c7e5d666823663c6a21eec270bf7bb97bdb Author: Walter B Duque de Estrada <[email protected]> AuthorDate: Thu Jan 29 11:50:02 2026 -0600 progress --- grails-data-hibernate7/core/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grails-data-hibernate7/core/build.gradle b/grails-data-hibernate7/core/build.gradle index 6d912f8671..4383a09f0d 100644 --- a/grails-data-hibernate7/core/build.gradle +++ b/grails-data-hibernate7/core/build.gradle @@ -81,7 +81,8 @@ dependencies { exclude group:'xml-apis', module:'xml-apis' } - testImplementation platform('org.testcontainers:testcontainers-bom:2.0.3') + testImplementation platform('org.testcontainers:testcontainers-bom:1.20.4') + testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.postgresql:postgresql:42.7.5' testImplementation 'org.testcontainers:postgresql' testImplementation 'com.mysql:mysql-connector-j:9.2.0'
