about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2024-02-11T04·39+0000
committerlukegb <lukegb@tvl.fyi>2024-02-12T15·59+0000
commit28173ca4b92d5bb723fe77ae217bcf4f3bb6ce0d (patch)
tree53be5ca114e28aa85470de1b3f3a43bb8557c5a7 /ops
parent0c6813ccf8f89c5ee693e9b81796737e6a13ef71 (diff)
chore(3p/gerrit): 3.8.2 -> 3.9.1 r/7503
Change-Id: I8fa10b52c44bd3d5efb0fff740ad6d5da6e96831
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10802
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/monorepo-gerrit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/monorepo-gerrit.nix b/ops/modules/monorepo-gerrit.nix
index 2f7adab3fc..af53d99d0a 100644
--- a/ops/modules/monorepo-gerrit.nix
+++ b/ops/modules/monorepo-gerrit.nix
@@ -42,7 +42,7 @@ in
     # Gerrit.
     #
     # TODO(tazjin): Update Gerrit and remove this when possible.
-    jvmPackage = pkgs.openjdk11_headless;
+    jvmPackage = pkgs.openjdk17_headless;
 
     settings = {
       core.packedGitLimit = "100m";