From 50ea6b1b029f3e85fce2be91e5bba9930ff83843 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 22 Dec 2023 11:38:44 -0500 Subject: [PATCH] Move Spring Security into dev group for Dependabot --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bdcd5b648..17b14f0a2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,3 +40,4 @@ updates: - "org.apache.tomcat.embed:tomcat-embed-websocket" - "org.xmlunit:xmlunit-assertj3" - "com.thoughtworks.xstream:xstream" + - "org.springframework.security*"