dependencies { api project(':jdbc-query') implementation libs.mariadb testImplementation project(':jdbc-test') testImplementation libs.testcontainers testImplementation libs.testcontainers.junit.jupiter testImplementation libs.testcontainers.mariadb } test { systemProperty 'user.timezone', 'GMT' }