From 4281f82352505021a36fab064a1bfff9bbb55c0d Mon Sep 17 00:00:00 2001 From: Yihua Huang Date: Thu, 11 Jan 2024 08:53:43 +0800 Subject: [PATCH 1/6] fix: webmagic-samples/pom.xml to reduce vulnerabilities (#1142) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744 - https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2628385 Co-authored-by: snyk-bot --- webmagic-samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index 08e70c161..906606fba 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -27,7 +27,7 @@ org.mapdb mapdb - 3.0.10 + 3.1.0 com.fasterxml.jackson.core From 65fd8f3779580f925e0ec54e1d8037859a6ce303 Mon Sep 17 00:00:00 2001 From: Yihua Huang Date: Mon, 22 Jan 2024 12:50:01 +0800 Subject: [PATCH 2/6] fix: pom.xml to reduce vulnerabilities (#1146) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMJAYWAYJSONPATH-6140361 Co-authored-by: snyk-bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f1bdf901..2fb56e7be 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.4.15 3.7.1 9.3.9.0 - 2.8.0 + 2.9.0 4.13.2 2.7.3 1.2.17 From 76ef0332f1a29361e77458338e29db10506a48a7 Mon Sep 17 00:00:00 2001 From: Sutra Zhou Date: Tue, 23 Apr 2024 20:06:47 +0800 Subject: [PATCH 3/6] Update versions for hotfix --- pom.xml | 2 +- webmagic-core/pom.xml | 2 +- webmagic-coverage/pom.xml | 2 +- webmagic-extension/pom.xml | 2 +- webmagic-samples/pom.xml | 2 +- webmagic-saxon/pom.xml | 2 +- webmagic-scripts/pom.xml | 2 +- webmagic-selenium/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom