From 70c9b7eaf1a4ef504300cb270a76c61d19603818 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 3 Oct 2023 08:14:29 +0200 Subject: [PATCH] Add asm to the build dependency group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d636129de53..142af28fe6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -59,6 +59,7 @@ updates: - "org.skyscreamer:*" - "com.github.tomakehurst:*" - "org.jsoup:*" + - "org.ow2.asm:*" # for Surefire/Failsafe plugins to support builds on latest JDKs ignore: # These dependencies are updated manually - dependency-name: "org.hibernate:*"