We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f4f2c commit f1cf06fCopy full SHA for f1cf06f
build.gradle
@@ -83,10 +83,10 @@ ext {
83
// Example:
84
// ./gradlew build -PvertxSqlClientVersion=4.0.0-SNAPSHOT
85
if ( !project.hasProperty( 'vertxSqlClientVersion' ) ) {
86
- vertxSqlClientVersion = '4.5.1'
+ vertxSqlClientVersion = '4.5.2'
87
}
88
89
- testcontainersVersion = '1.18.3'
+ testcontainersVersion = '1.19.4'
90
91
logger.lifecycle "Hibernate ORM Version: " + project.hibernateOrmVersion
92
logger.lifecycle "Hibernate ORM Gradle plugin Version: " + project.hibernateOrmGradlePluginVersion
0 commit comments