From f3535f9944fc69d132f33eb520c8bfd377312fe9 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Wed, 12 Aug 2026 15:42:48 -0400 Subject: [PATCH] Prevent mock-oauth2-server from being bumped (and add in hppc as well) --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index a8fb0a4b983..29900462983 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -34,6 +34,16 @@ "description": "Keep Error Prone on 2.31.0; the build hard-pins it to 2.31.0 for JDK11 compatibility on branch_9x", "matchPackagePrefixes": ["com.google.errorprone:"], "allowedVersions": "2.31.0" + }, + { + "description": "Pin no.nav.security:mock-oauth2-server to 0.5.10; every 1.0.0+ release requires Java 17 but branch_9x builds with Java 11", + "matchPackageNames": ["no.nav.security:mock-oauth2-server"], + "allowedVersions": "0.5.10" + }, + { + "description": "Pin com.carrotsearch:hppc to 0.10.0; 0.11.0+ is compiled for Java 21 but branch_9x builds with Java 11", + "matchPackageNames": ["com.carrotsearch:hppc"], + "allowedVersions": "0.10.0" } ], "schedule": ["* * * * *"],