Skip to content

Commit 0bb18ea

Browse files
committed
chore: dep updates
1 parent cb2ab76 commit 0bb18ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gradle/build-logic/src/main/kotlin/common/ProjectExtns.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ fun Project.jvmArguments(appRun: Boolean = false, headless: Boolean = true) = bu
265265
"-Dcom.sun.management.jmxremote.ssl=false",
266266
"-Djava.rmi.server.hostname=0.0.0.0",
267267
"-Dio.ktor.development=${project.hasProperty("development")}",
268+
// "--sun-misc-unsafe-memory-access=warn",
269+
// "--finalization=enabled",
268270
// "-XX:OnOutOfMemoryError='kill -9 %p'",
269271
// "-ea",
270272
// "-XshowSettings:vm",

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ java-keyring = "1.0.3"
105105
java-keychain = "1.1.0"
106106
webjars-xterm = "5.1.0"
107107
arrow-suspendapp = "0.4.1-alpha.5"
108-
exposed = "0.50.1"
108+
exposed = "0.51.0"
109109
postgresql = "42.7.3"
110110
hikariCP = "5.1.0"
111111
h2 = "2.2.220"
@@ -178,7 +178,7 @@ modulegraph = "0.10.0"
178178
cash-molecule = "1.4.3"
179179
npm-publish-plugin = "3.4.2"
180180
exposed-plugin = "0.2.1"
181-
jib-plugin = "3.4.2"
181+
jib-plugin = "3.4.3"
182182
jib-nativeimage-extn = "0.1.0"
183183
includegit-plugin = "0.1.6"
184184
kmp-hierarchy = "1.1"

0 commit comments

Comments
 (0)