From b74264be6981e72b6785fc7fc02b5e22feabe7a2 Mon Sep 17 00:00:00 2001 From: singinginwind Date: Wed, 28 Mar 2018 17:08:26 +0800 Subject: [PATCH 01/18] =?UTF-8?q?:=20=E6=98=AF=E9=9D=9E=E6=B3=95=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=EF=BC=8C=E6=97=A0=E6=B3=95=E4=BD=9C=E4=B8=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit : 是非法字符,无法作为文件名 --- .../java/us/codecraft/webmagic/model/samples/GithubRepo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java b/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java index e8998ec..422dffd 100644 --- a/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java +++ b/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java @@ -48,7 +48,7 @@ public class GithubRepo implements HasKey { @Override public String key() { - return author+":"+name; + return author+"_"+name; } public String getName() { From e2c143b52f7685df4a331d954a56556a11bc98a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 02:58:48 +0000 Subject: [PATCH 02/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1048302 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1070799 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082234 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082235 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082236 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-564897 - https://snyk.io/vuln/SNYK-JAVA-ORGFREEMARKER-1076795 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6341bc0..1800c97 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ com.github.dreamhead moco-core - 1.1.0 + 1.2.0 test From 129e9184bf3b08cdaeb10b89b43700725db00f42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 03:28:14 +0000 Subject: [PATCH 03/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1078499 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1298655 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1800c97..f4a268a 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ com.jayway.jsonpath json-path - 2.4.0 + 2.6.0 org.slf4j From cdbba362bb4c80416afb23b3b013069b1a7ca7ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Sep 2021 07:48:41 +0000 Subject: [PATCH 04/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGITHUBJNR-1570422 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d721fa4..90d124d 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ org.jruby jruby - 9.2.14.0 + 9.3.0.0 org.python From 0c2a7daf4b58ff1b308e0030e55a38092a50bcef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Dec 2021 13:32:43 +0000 Subject: [PATCH 05/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1078499 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1298655 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90d124d..1094075 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ com.jayway.jsonpath json-path - 2.5.0 + 2.6.0 org.slf4j From 88da899a897ec2b86f8c7b3227e0ac310f842200 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jan 2022 18:51:21 +0000 Subject: [PATCH 06/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584063 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584064 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-2314893 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1094075..a4c2db1 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ com.github.dreamhead moco-core - 1.2.0 + 1.3.0 test From a4f2bead800061b27bd767ecf812426498d7536b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:51:10 +0000 Subject: [PATCH 07/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJDOM-1309669 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4c2db1..db80066 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,7 @@ net.sourceforge.htmlcleaner htmlcleaner - 2.9 + 2.26 com.github.detro From 3776de6de2ef4490971cd7740d50fb1844225ad7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Mar 2022 16:26:38 +0000 Subject: [PATCH 08/18] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244 --- 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 dda1821..ef9276d 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.0-rc1 + 2.13.0 From 90e3d631fb070a6e55c3358deace71e94ce861e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:09:14 +0000 Subject: [PATCH 09/18] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244 --- 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 ef9276d..0f6592d 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.2 From 9628739cebc098489999d894a627706f2199603d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Mar 2022 16:18:31 +0000 Subject: [PATCH 10/18] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244 --- 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 0f6592d..7f7ceb2 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.2 + 2.13.2.1 From 137e7b56ca15ce1404b5badfcf48a977c9cc2c27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:18:38 +0000 Subject: [PATCH 11/18] fix: webmagic-scripts/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2628385 --- webmagic-scripts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 webmagic-scripts/pom.xml diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml old mode 100755 new mode 100644 index 1aca5b3..f0c1679 --- a/webmagic-scripts/pom.xml +++ b/webmagic-scripts/pom.xml @@ -9,7 +9,7 @@ webmagic-scripts - 1.1.2-2 + 1.6.0 From 1ece3ce344cd2b04c8d51a5954e4211f14dcb973 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 19:18:20 +0000 Subject: [PATCH 12/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMALIBABA-2859222 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db80066..bef91c3 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ com.alibaba fastjson - 1.2.75 + 1.2.83 com.github.dreamhead From 31cf237e7c7704bc2ba9dc53592e8a111fec0711 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 19:41:24 +0000 Subject: [PATCH 13/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-1567345 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bef91c3..dea6dea 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ us.codecraft xsoup - 0.3.2 + 0.3.4 com.alibaba From 565300cbaa24f65277040d975d0a432c1a6f76b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Jul 2022 05:43:39 +0000 Subject: [PATCH 14/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dea6dea..a2d39f4 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.seleniumhq.selenium selenium-java - 3.141.59 + 4.0.0 net.sf.saxon From a255640c3d3d31815f39f0b0f9304ddbaa2a098e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Oct 2022 07:46:32 +0000 Subject: [PATCH 15/18] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424 --- 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 7f7ceb2..f1ee732 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.2.1 + 2.13.4 From 223cfc609db9678dc3f3c98f2db02187ef2039f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 04:58:32 +0000 Subject: [PATCH 16/18] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-2989728 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2d39f4..aa695cf 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ us.codecraft xsoup - 0.3.4 + 0.3.6 com.alibaba From a0ad7b808be7969f073f5d090ec2866d7fbd0a6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 13:06:21 +0000 Subject: [PATCH 17/18] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 --- 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 f1ee732..770314d 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4 + 2.13.4.2 From 838c47f1f6a6274f0d18f432c00729957be0e90d Mon Sep 17 00:00:00 2001 From: Sutra Zhou Date: Sun, 23 Oct 2022 23:58:21 +0800 Subject: [PATCH 18/18] Update versions for release --- 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.xml index 1beac05..2394459 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ us.codecraft - 0.7.6-SNAPSHOT + 0.7.6 4.0.0 pom diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml index 64b8013..fe1ff12 100644 --- a/webmagic-core/pom.xml +++ b/webmagic-core/pom.xml @@ -3,7 +3,7 @@ us.codecraft webmagic-parent - 0.7.6-SNAPSHOT + 0.7.6 4.0.0 diff --git a/webmagic-coverage/pom.xml b/webmagic-coverage/pom.xml index e6e6068..289d275 100644 --- a/webmagic-coverage/pom.xml +++ b/webmagic-coverage/pom.xml @@ -8,7 +8,7 @@ us.codecraft webmagic-parent - 0.7.6-SNAPSHOT + 0.7.6 webmagic-coverage diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml index 741b081..fc5d9b7 100644 --- a/webmagic-extension/pom.xml +++ b/webmagic-extension/pom.xml @@ -3,7 +3,7 @@ us.codecraft webmagic-parent - 0.7.6-SNAPSHOT + 0.7.6 4.0.0 diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index c5582c0..6b3af83 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.7.6-SNAPSHOT + 0.7.6 4.0.0 diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml index d4d3efa..893fc0b 100644 --- a/webmagic-saxon/pom.xml +++ b/webmagic-saxon/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.7.6-SNAPSHOT + 0.7.6 4.0.0 diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml index fe4ef68..80b9eef 100755 --- a/webmagic-scripts/pom.xml +++ b/webmagic-scripts/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.7.6-SNAPSHOT + 0.7.6 4.0.0 diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml index be36376..36ded00 100644 --- a/webmagic-selenium/pom.xml +++ b/webmagic-selenium/pom.xml @@ -3,7 +3,7 @@ webmagic-parent us.codecraft - 0.7.6-SNAPSHOT + 0.7.6 4.0.0