라이브러리 추가해보기 https://mvnrepository.com/artifact/com.zaxxer/HikariCP/5.1.0 // https://mvnrepository.com/artifact/com.zaxxer/HikariCP implementation group: 'com.zaxxer', name: 'HikariCP', version: '5.1.0' | 의존성 관계 발생 확인 implementation("org.slf4j:slf4j-api:2.0.0-alpha5")implementation("org.slf4j:slf4j-simple:2.0.0") testImplementation("org.slf4j:slf4j-simple:2.0.0") https://mvnrepository.com/art..