File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/kotlin/dev/suresh Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ kotlinx-coroutines = "1.7.2"
28
28
kotlinx-datetime = " 0.4.0"
29
29
kotlinx-serialization = " 1.5.1"
30
30
kotlinx-collections-immutable = " 0.3.5"
31
- kotlinx-lincheck = " 2.21 "
31
+ kotlinx-lincheck = " 2.22 "
32
32
kotlinx-benchmark = " 0.4.8"
33
33
kotlinx-reflect-lite = " 1.0.0"
34
34
zip-prefixer = " 0.3.1"
35
35
ajalt-clikt = " 4.1.0"
36
36
ajalt-mordant = " 2.0.1"
37
37
ajalt-colormath = " 3.3.1"
38
38
dokka = " 1.8.20"
39
- helidon-nima = " 4.0.0-ALPHA6 "
39
+ helidon-nima = " 4.0.0-M1 "
40
40
jgit = " 6.6.0.202305301015-r"
41
41
jte = " 3.0.1"
42
42
junit = " 5.10.0-RC1"
@@ -61,14 +61,14 @@ intellij-markdown = "0.4.1"
61
61
# Plugin versions
62
62
benmanes = " 0.47.0"
63
63
foojay-resolver = " 0.6.0"
64
- gradle-enterprise = " 3.13.4 "
64
+ gradle-enterprise = " 3.14 "
65
65
nexus-publish = " 2.0.0-rc-1"
66
66
shadow = " 8.1.1"
67
- spotless = " 6.19 .0"
67
+ spotless = " 6.20 .0"
68
68
semver-plugin = " 0.5.0-rc.1"
69
69
taskinfo = " 2.1.0"
70
70
dependency-analysis = " 1.20.0"
71
- best-practices-plugin = " 0.9 "
71
+ best-practices-plugin = " 0.10 "
72
72
graalvm-nativeimage = " 0.9.23"
73
73
beryx-jlink = " 2.24.4"
74
74
beryx-runtime = " 1.13.0"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fun main(args: Array<String>) {
85
85
Runtime .getRuntime().addShutdownHook(Thread { println (" Shutting down..." ) })
86
86
87
87
cmdArgs = args.toList()
88
- webServer = WebServer .builder().port(9080 ).routing(::routes).start()
88
+ webServer = WebServer .builder().port(9080 ).routing(::routes).build(). start()
89
89
90
90
val vmTime =
91
91
ProcessHandle .current().info().startInstant().getOrDefault(Instant .now()).toEpochMilli()
You can’t perform that action at this time.
0 commit comments