22kotlinVersion = " 2.1.0"
33lsp4jVersion = " 0.21.2"
44exposedVersion = " 0.37.3"
5- jmhVersion = " 1.20 "
5+ jmhVersion = " 1.37 "
66guavaVersion = " 33.3.0-jre"
77
88[libraries ]
@@ -22,7 +22,7 @@ org-eclipse-lsp4j-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.json
2222
2323hamcrest-all = { module = " org.hamcrest:hamcrest-all" , version = " 1.3" }
2424
25- junit-junit = { module = " junit:junit" , version = " 4.11 " }
25+ junit-junit = { module = " junit:junit" , version = " 4.13.2 " }
2626
2727org-jetbrains-exposed-core = { module = " org.jetbrains.exposed:exposed-core" , version.ref = " exposedVersion" }
2828org-jetbrains-exposed-dao = { module = " org.jetbrains.exposed:exposed-dao" , version.ref = " exposedVersion" }
@@ -36,7 +36,7 @@ com-google-guava-guava = { module = "com.google.guava:guava", version.ref = "gua
3636
3737com-h2database-h2 = { module = " com.h2database:h2" , version = " 1.4.200" }
3838
39- com-beust-jcommander = { module = " com.beust:jcommander" , version = " 1.78 " }
39+ com-beust-jcommander = { module = " com.beust:jcommander" , version = " 1.82 " }
4040
4141org-openjdk-jmh-generator-annprocess = { module = " org.openjdk.jmh:jmh-generator-annprocess" , version.ref = " jmhVersion" }
4242org-openjdk-jmh-core = { module = " org.openjdk.jmh:jmh-core" , version.ref = " jmhVersion" }
@@ -47,6 +47,6 @@ org-xerial-sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.41.2.
4747org-jetbrains-kotlin-gradle-plugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" ,version.ref = " kotlinVersion" }
4848
4949[plugins ]
50- com-github-jk1-tcdeps = { id = " com.github.jk1.tcdeps" , version = " 1.2" }
50+ com-github-jk1-tcdeps = { id = " com.github.jk1.tcdeps" , version = " 1.6. 2" }
5151com-jaredsburrows-license = { id = " com.jaredsburrows.license" , version = " 0.8.42" }
5252io-gitlab-arturbosch-detekt = { id = " io.gitlab.arturbosch.detekt" , version = " 1.22.0" }
0 commit comments