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