aboutsummaryrefslogtreecommitdiffstats
path: root/gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-10 14:32:17 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-12 16:31:04 +0100
commitd786792fcf32eb5d94c870a83020941b8693deb1 (patch)
treeea8b5a57468cb24f864859639bb537d46354823f /gradle
parentrefactor(frontend): split vite config (diff)
downloadrefinery-d786792fcf32eb5d94c870a83020941b8693deb1.tar.gz
refinery-d786792fcf32eb5d94c870a83020941b8693deb1.tar.zst
refinery-d786792fcf32eb5d94c870a83020941b8693deb1.zip
chore(web): upgrade to Jetty 12.0.0.alpha3
Also refactor virtual thread ExecutorService handling and integration tests.
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0ee21b5e..1e4278d2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1[versions] 1[versions]
2eclipseCollections = "11.1.0" 2eclipseCollections = "11.1.0"
3jetty = "12.0.0.alpha2" 3jetty = "12.0.0.alpha3"
4jmh = "1.36" 4jmh = "1.36"
5junit = "5.9.1" 5junit = "5.9.1"
6mockito = "4.9.0" 6mockito = "4.9.0"