2
2
kotlinVersion = " 2.1.0"
3
3
lsp4jVersion = " 0.21.2"
4
4
exposedVersion = " 0.37.3"
5
- jmhVersion = " 1.20 "
5
+ jmhVersion = " 1.37 "
6
6
guavaVersion = " 33.3.0-jre"
7
7
8
8
[libraries ]
@@ -22,7 +22,7 @@ org-eclipse-lsp4j-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.json
22
22
23
23
hamcrest-all = { module = " org.hamcrest:hamcrest-all" , version = " 1.3" }
24
24
25
- junit-junit = { module = " junit:junit" , version = " 4.11 " }
25
+ junit-junit = { module = " junit:junit" , version = " 4.13.2 " }
26
26
27
27
org-jetbrains-exposed-core = { module = " org.jetbrains.exposed:exposed-core" , version.ref = " exposedVersion" }
28
28
org-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
36
36
37
37
com-h2database-h2 = { module = " com.h2database:h2" , version = " 1.4.200" }
38
38
39
- com-beust-jcommander = { module = " com.beust:jcommander" , version = " 1.78 " }
39
+ com-beust-jcommander = { module = " com.beust:jcommander" , version = " 1.82 " }
40
40
41
41
org-openjdk-jmh-generator-annprocess = { module = " org.openjdk.jmh:jmh-generator-annprocess" , version.ref = " jmhVersion" }
42
42
org-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.
47
47
org-jetbrains-kotlin-gradle-plugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" ,version.ref = " kotlinVersion" }
48
48
49
49
[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" }
51
51
com-jaredsburrows-license = { id = " com.jaredsburrows.license" , version = " 0.8.42" }
52
52
io-gitlab-arturbosch-detekt = { id = " io.gitlab.arturbosch.detekt" , version = " 1.22.0" }
0 commit comments