From ead2ec0172e53d1eb8b4213e86a107e076345913 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 7 Jan 2025 17:06:25 +0100 Subject: [PATCH] chore(deps): Update classgraph and cors-filter --- pom.xml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index b5243e2..0a7ad70 100755 --- a/pom.xml +++ b/pom.xml @@ -32,12 +32,12 @@ <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> - <version>4.8.165</version> + <version>4.8.179</version> </dependency> <dependency> <groupId>com.thetransactioncompany</groupId> <artifactId>cors-filter</artifactId> - <version>2.10</version> + <version>3.0</version> </dependency> <dependency> @@ -68,23 +68,12 @@ <artifactId>VIPSCommon</artifactId> <version>3.0.0</version> </dependency> - <dependency> - <groupId>javax</groupId> - <artifactId>javaee-web-api</artifactId> - <version>8.0.1</version> - <type>jar</type> - </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> - <dependency> - <groupId>axis</groupId> - <artifactId>axis</artifactId> - <version>1.4</version> - </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> -- GitLab