Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Bump crawler-commons from 1.2 to 1.3 #100

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps crawler-commons from 1.2 to 1.3.

Release notes

Sourced from crawler-commons's releases.

crawler-commons-1.3

  • [Sitemaps] Disable support for DTDs in XML sitemaps and feeds by default (Kenneth Wong) #371
  • Migrate Continuous Integration from Travis to GitHub Actions (Valery Yatsynovich) #333
  • Upgrade dependencies (dependabot, Richard Zowalla) #334, #339, #345, #346, #347, #350, #354, #361, #369
  • Upgrade Maven plugins (dependabot, Richard Zowalla, sebastian-nagel) #328, #329, #330, #331, #335, #336, #337, #338, #340, #341, #343, #356, #363. #364, #366, #373, #374
  • Update pom.xml to address Maven warnings and deprecations (sebastian-nagel, Richard Zowalla, Avi Hayun) #342
  • Enable Dependabot (Valery Yatsynovich) #327
  • Removes test dependency towards mockito-core (Richard Zowalla) #367
  • Drops provided dependency towards servlet-api (Richard Zowalla) #368
Changelog

Sourced from crawler-commons's changelog.

Crawler-Commons Change Log

Current Development 1.4-SNAPSHOT (yyyy-mm-dd)

Release 1.3 (2022-07-19)

  • [Sitemaps] Disable support for DTDs in XML sitemaps and feeds by default (Kenneth Wong) #371
  • Migrate Continuous Integration from Travis to GitHub Actions (Valery Yatsynovich) #333
  • Upgrade dependencies (dependabot, Richard Zowalla) #334, #339, #345, #346, #347, #350, #354, #361, #369
  • Upgrade Maven plugins (dependabot, Richard Zowalla, sebastian-nagel) #328, #329, #330, #331, #335, #336, #337, #338, #340, #341, #343, #356, #363. #364, #366, #373, #374
  • Update pom.xml to address Maven warnings and deprecations (sebastian-nagel, Richard Zowalla, Avi Hayun) #342
  • Enable Dependabot (Valery Yatsynovich) #327
  • Removes test dependency towards mockito-core (Richard Zowalla) #367
  • Drops provided dependency towards servlet-api (Richard Zowalla) #368

Release 1.2 (2021-10-06)

  • [Sitemaps] Avoid calling java.net.URL::equals in equals method of sitemaps and extensions (sebastian-nagel) #322
  • [URLs] Provide a builder class to configure the URL normalizer (aecio) #321, #324
  • [URLs] Make normalization of IDNs configurable (to ASCII or Unicode) via builder (aecio, sebastian-nagel) #324
  • [Sitemaps] Fix XXE vulnerability in Sitemap parser (kovyrin) #323
  • [URLs] Sorting the Query Parameters (aecio) #246, #309
  • [URLs] Allows to (optionally) remove common irrelevant query parameters (aecio) #309
  • [Sitemaps] Allow to normalize URLs in sitemaps (murderinc, sebastian-nagel) #305
  • Normalize CHANGES.txt (Avi Hayun) #270
  • Readme.MD Overhaul of TOC, Installation, License (Avi Hayun) #311
  • [URLs] Normalize URL without a scheme (Avi Hayun, sebastian-nagel) #271
  • [Domains] EffectiveTldFinder: upgrade public suffix list / Download latest effective_tld_names.dat during Maven build (Richard Zowalla) #295, #302
  • [URLs] decode percent-encoded host names (sebastian-nagel) #303
  • [Sitemaps] Document options strict and allowPartial in SiteMapParser constructors (sebastian-nagel) #267
  • [Robots.txt] Maximum values (crawl-delay and warnings): document and make visible (sebastian-nagel, Avi Hayun) #276
  • [Sitemaps] Replace priority "NaN" by default value (sebastian-nagel) #296
  • [Sitemaps] Adding duration to the map generated by VideoAttributes.asMap (evanhalley) #300

Release 1.1 (2020-06-29)

  • [Sitemaps] Sitemaps to implement Serializable (cdalexndr, sebastian-nagel) #244
  • [Sitemaps] Allow to deduplicate sitemap links in sitemap indexes (sebastian-nagel) #262
  • [Robots.txt] Upgrade the toString() method of the Base/Simple RobotRules (Avi Hayun) #264
  • Upgrade GitIgnore (Avi Hayun) #260
  • [Robots.txt] Deduplicate sitemap links (sebastian-nagel) #261
  • [Domains] EffectiveTldFinder to log loading of public suffix list (sebastian-nagel) #284
  • [Sitemaps] SiteMapParser getPublicationDate in VideoAttributes may throw NPE (panthony, sebastian-nagel) #283
  • [Robots.txt] SimpleRobotRulesParser: Trim log messages (jnioche, sebastian-nagel) #281
  • [Robots.txt] SimpleRobotRulesParser: counter _numWarnings not thread-safe (sebastian-nagel, kkrugler) #278
  • ParameterizedTest not executed by mvn builds (sebastian-nagel) #273
  • [URLs] Empty path before query to be normalized to / (Avi Hayun, sebastian-nagel) #247
  • [Domains] EffectiveTldFinder to validate returned domain names for length restrictions (sebastian-nagel, Avi Hayun) #251
  • Upgrade unit tests to use JUnit v5.x and parameterized tests (Avi Hayun) #249, #253, #255
  • [Robots.txt] Robots parser to always handle absolute sitemap URL even without valid base URL (pr3mar, kkrugler, sebastian-nagel) #240
  • [Sitemaps] Adding asMap to ExtensionMetadata Interface (evanhalley) #288
  • [Sitemaps] NewsAttribute.equals() compares the instance variable PublicationDate with itself (evanhalley) #289

... (truncated)

Commits
  • e2e7898 [maven-release-plugin] prepare release crawler-commons-1.3
  • 39ab109 Prepare release of crawler-commons-1.3
  • 527e4cf Update change log: add #354, #361, #373, #374
  • 9d558f6 Merge pull request #361 from crawler-commons/dependabot/maven/org.slf4j-slf4j...
  • b07f4e0 Merge pull request #354 from crawler-commons/dependabot/maven/org.slf4j-slf4j...
  • 4e94ff5 Merge pull request #373 from crawler-commons/dependabot/maven/de.thetaphi-for...
  • 6925d4d Merge pull request #374 from crawler-commons/dependabot/maven/org.apache.mave...
  • 0ea8aea Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
  • b577f05 Bump forbiddenapis from 3.2 to 3.3
  • 2538504 Bump maven-compiler-plugin from 3.10.0 to 3.10.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crawler-commons](https://github.com/crawler-commons/crawler-commons) from 1.2 to 1.3.
- [Release notes](https://github.com/crawler-commons/crawler-commons/releases)
- [Changelog](https://github.com/crawler-commons/crawler-commons/blob/master/CHANGES.txt)
- [Commits](crawler-commons/crawler-commons@crawler-commons-1.2...crawler-commons-1.3)

---
updated-dependencies:
- dependency-name: com.github.crawler-commons:crawler-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@rzo1 rzo1 merged commit adbad6e into master Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.github.crawler-commons-crawler-commons-1.3 branch August 1, 2022 13:41
@rzo1 rzo1 added this to the v4.10.1 milestone Aug 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant