Skip to content

Commit 7bb0f93

Browse files
renovate-botsnazy
andauthored
main: Update Quarkus Platform and Group to v3.23.3 (#1797)
* main: Update Quarkus Platform and Group to v3.23.3 * Adopt polaris-admin test invocation --------- Co-authored-by: Robert Stupp <snazy@snazy.de>
1 parent 9fd13c4 commit 7bb0f93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
checkstyle = "10.25.0"
2222
hadoop = "3.4.1"
2323
iceberg = "1.9.0" # Ensure to update the iceberg version in regtests to keep regtests up-to-date
24-
quarkus = "3.21.4"
24+
quarkus = "3.23.3"
2525
immutables = "2.10.1"
2626
picocli = "4.7.7"
2727
scala212 = "2.12.19"

runtime/admin/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ artifacts {
8989
}
9090

9191
tasks.named<Test>("test").configure {
92+
maxParallelForks = 4
93+
// enlarge the max heap size to avoid out of memory error
94+
maxHeapSize = "4g"
9295
// Silence the 'OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader
9396
// classes because bootstrap classpath has been appended' warning from OpenJDK.
9497
jvmArgs("-Xshare:off")

0 commit comments

Comments
 (0)