diff options
author | Thomas <thomas.lenz@egiz.gv.at> | 2025-05-05 11:37:42 +0200 |
---|---|---|
committer | Thomas <thomas.lenz@egiz.gv.at> | 2025-05-05 13:06:02 +0200 |
commit | b8da9aad3741d0e4c0d1c82164a9bb3c5834c93f (patch) | |
tree | d5a60fb564cdcb4b5f12d1ef4f2987861e7a1d82 /eaaf-springboot-utils | |
parent | 1c68010a113c209edd87e215b5338e5429ad9d38 (diff) | |
download | EAAF-Components-b8da9aad3741d0e4c0d1c82164a9bb3c5834c93f.tar.gz EAAF-Components-b8da9aad3741d0e4c0d1c82164a9bb3c5834c93f.tar.bz2 EAAF-Components-b8da9aad3741d0e4c0d1c82164a9bb3c5834c93f.zip |
chore(core): update third-party libs
Diffstat (limited to 'eaaf-springboot-utils')
-rw-r--r-- | eaaf-springboot-utils/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index fc6bee5b..61a68d6e 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -59,11 +59,10 @@ <artifactId>spring-boot-starter-security</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>ch.qos.logback.access</groupId> - <artifactId>common</artifactId> - <scope>provided</scope> - </dependency> + <dependency> + <groupId>ch.qos.logback.access</groupId> + <artifactId>logback-access-common</artifactId> + </dependency> <dependency> <groupId>ch.qos.logback.access</groupId> <artifactId>logback-access-tomcat</artifactId> |