@@ -29,10 +29,10 @@ plugins {
2929 idea
3030 application
3131
32- kotlin(" jvm" ) version " 1.6.0 "
32+ kotlin(" jvm" ) version " 1.7.10 "
3333 id(" org.liquibase.gradle" ) version " 2.0.4"
3434// id("org.jmailen.kotlinter") version "3.9.0" // removes star imports :(
35- id(" org.jmailen.kotlinter" ) version " 3.6.0 "
35+ id(" org.jmailen.kotlinter" ) version " 3.11.1 "
3636 id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
3737 id(" com.github.breadmoirai.github-release" ) version " 2.2.12"
3838}
@@ -93,7 +93,7 @@ dependencies {
9393 implementation(group = " ch.qos.logback" , name = " logback-classic" , version = " 1.2.10" )
9494
9595 // Spotify API
96- implementation(group = " se.michaelthelin.spotify" , name = " spotify-web-api-java" , version = " 6.5.4 " )
96+ implementation(group = " se.michaelthelin.spotify" , name = " spotify-web-api-java" , version = " 7.2.0 " )
9797
9898 // Youtube Cache
9999 implementation(group = " net.notfab.cache" , name = " cache-client" , version = " 2.2.1" )
@@ -149,8 +149,9 @@ dependencies {
149149 implementation(group = " redis.clients" , name = " jedis" , version = " 3.7.0" )
150150
151151 implementation(group = " com.zaxxer" , name = " HikariCP" , version = " 5.0.0" )
152+ // TODO: replace with official? https://jdbc.postgresql.org/
152153 implementation(group = " com.impossibl.pgjdbc-ng" , name = " pgjdbc-ng" , version = " 0.8.9" )
153- implementation(group = " org.liquibase" , name = " liquibase-core" , version = " 4.5 .0" )
154+ implementation(group = " org.liquibase" , name = " liquibase-core" , version = " 4.8 .0" )
154155 runtimeOnly(group = " com.mattbertolini" , name = " liquibase-slf4j" , version = " 4.0.0" )
155156}
156157
@@ -260,7 +261,6 @@ tasks.withType<Wrapper> {
260261
261262kotlinter {
262263 ignoreFailures = false
263- indentSize = 4
264264 reporters = arrayOf(" checkstyle" , " plain" )
265265 experimentalRules = true
266266 disabledRules = arrayOf(
0 commit comments