pf-wikis / bots

A repository containing and running the bots for pathfinderwiki.com
0 stars 0 forks source link

Bump the dependencies group with 11 updates #24

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the dependencies group with 11 updates:

Package From To
org.jsoup:jsoup 1.17.1 1.17.2
com.fasterxml.jackson.core:jackson-databind 2.16.0 2.16.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.16.0 2.16.1
com.fasterxml.jackson.datatype:jackson-datatype-guava 2.15.3 2.16.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.0 2.16.1
com.google.apis:google-api-services-drive v3-rev20230822-2.0.0 v3-rev20240110-2.0.0
commons-io:commons-io 2.15.0 2.15.1
org.apache.pdfbox:pdfbox 3.0.0 3.0.1
org.slf4j:jcl-over-slf4j 2.0.9 2.0.11
net.dv8tion:JDA 5.0.0-beta.18 5.0.0-beta.20
com.fizzed:rocker-runtime 1.3.0 1.4.0

Updates org.jsoup:jsoup from 1.17.1 to 1.17.2

Release notes

Sourced from org.jsoup:jsoup's releases.

jsoup Java HTML Parser release 1.17.2

Improvements

  • Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply obtain an Attribute object. 2069
  • Attribute source tracking: If source tracking is on, and an Attribute's key is changed ( via Attribute.setKey(String)), the source range is now still tracked in Attribute.sourceRange(). 2070
  • Wildcard attribute selector: Added support for the [*] element with any attribute selector. And also restored support for selecting by an empty attribute name prefix ([^]). 2079

Bug Fixes

  • Mixed-cased source position: When tracking the source position of attributes, if the source attribute name was mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not tracked correctly. 2067
  • Source position NPE: When tracking the source position of a body fragment parse, a null pointer exception was thrown. 2068
  • Multi-point emoji entity: A multi-point encoded emoji entity may be incorrectly decoded to the replacement character. 2074
  • Selector sub-expressions: (Regression) in a selector like parent [attr=va], other, the , OR was binding to [attr=va] instead of parent [attr=va], causing incorrect selections. The fix includes a EvaluatorDebug class that generates a sexpr to represent the query, allowing simpler and more thorough query parse tests. 2073
  • XML CData output: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData sections would have an extraneous CData section added, causing script execution errors. Now, the data content is emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData section. 2078
  • Thread safety: The :has evaluator held a non-thread-safe Iterator, and so if an Evaluator object was shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be incorrect. Now, the iterator object is a thread-local. 2088
Changelog

Sourced from org.jsoup:jsoup's changelog.

1.17.2 (2023-Dec-29)

Improvements

  • Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply obtain an Attribute object. 2069
  • Attribute source tracking: If source tracking is on, and an Attribute's key is changed ( via Attribute.setKey(String)), the source range is now still tracked in Attribute.sourceRange(). 2070
  • Wildcard attribute selector: Added support for the [*] element with any attribute selector. And also restored support for selecting by an empty attribute name prefix ([^]). 2079

Bug Fixes

  • Mixed-cased source position: When tracking the source position of attributes, if the source attribute name was mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not tracked correctly. 2067
  • Source position NPE: When tracking the source position of a body fragment parse, a null pointer exception was thrown. 2068
  • Multi-point emoji entity: A multi-point encoded emoji entity may be incorrectly decoded to the replacement character. 2074
  • Selector sub-expressions: (Regression) in a selector like parent [attr=va], other, the , OR was binding to [attr=va] instead of parent [attr=va], causing incorrect selections. The fix includes a EvaluatorDebug class that generates a sexpr to represent the query, allowing simpler and more thorough query parse tests. 2073
  • XML CData output: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData sections would have an extraneous CData section added, causing script execution errors. Now, the data content is emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData section. 2078
  • Thread safety: The :has evaluator held a non-thread-safe Iterator, and so if an Evaluator object was shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be incorrect. Now, the iterator object is a thread-local. 2088

Older changes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27) may be found in change-archive.txt.

Commits
  • 9dec1ba [maven-release-plugin] prepare release jsoup-1.17.2
  • d3a5724 Changelog for 1.17.2
  • 1963a7c Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#2...
  • d4b2c36 Simplify node filtering operations using Streams API (#2080)
  • 78be89a Move iter into Has class
  • 374ded2 Use a threadlocal to hold the NodeIterator
  • 4fb1036 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#2086)
  • c9ce65a Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 (#2085)
  • 20c9162 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#2...
  • d5bc100 Corrected namespace tests
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1

Commits


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.0 to 2.16.1

Commits
  • 370682e [maven-release-plugin] prepare release jackson-dataformats-text-2.16.1
  • 124d9b3 Prepare for 2.16.1 release
  • 0b7087b Update release notes wrt backport #445 fix
  • 18108a4 Fixes for issue #445: Wraps unexpected NullPointerException (#446)
  • 8e47f98 Warnings removal
  • f4c2cf2 Back to snapshot dep
  • b1c7177 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates com.fasterxml.jackson.datatype:jackson-datatype-guava from 2.15.3 to 2.16.1

Commits
  • 992dcc0 [maven-release-plugin] prepare release jackson-datatypes-collections-2.16.1
  • fd301d0 Prepare for 2.16.1 release
  • 1c23a46 Back to snapshot deps
  • 000103c [maven-release-plugin] prepare for next development iteration
  • 5f53d9c [maven-release-plugin] prepare release jackson-datatypes-collections-2.16.0
  • 21fa527 Prepare for 2.16.0 release
  • 47f45b3 Back to snapshot dep
  • 2be7672 [maven-release-plugin] prepare for next development iteration
  • 4865cea [maven-release-plugin] prepare release jackson-datatypes-collections-2.16.0-rc1
  • e065f81 Prepare for 2.16.0-rc1 release
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.16.1

Updates com.google.apis:google-api-services-drive from v3-rev20230822-2.0.0 to v3-rev20240110-2.0.0

Updates commons-io:commons-io from 2.15.0 to 2.15.1

Updates org.apache.pdfbox:pdfbox from 3.0.0 to 3.0.1

Updates org.slf4j:jcl-over-slf4j from 2.0.9 to 2.0.11

Updates net.dv8tion:JDA from 5.0.0-beta.18 to 5.0.0-beta.20

Release notes

Sourced from net.dv8tion:JDA's releases.

v5.0.0-beta.20 | Bug fixes and internal refactoring

Overview

With this release, we reworked a lot of internals related to how we cache channels. Ideally, you should not notice any difference.

New Features

Changes

Bug Fixes

Full Changelog: https://github.com/discord-jda/JDA/compare/v5.0.0-beta.19...v5.0.0-beta.20

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.0.0-beta.20")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.0-beta.20</version> 
</dependency>

v5.0.0-beta.19 | Bug fixes and voice channel status

Overview

Smaller release with some bug fixes and added support for voice channel status feature.

Voice Channel Status (#2532)

... (truncated)

Commits


Updates com.fizzed:rocker-runtime from 1.3.0 to 1.4.0

Changelog

Sourced from com.fizzed:rocker-runtime's changelog.

1.4.0 - 2023-10-11

  • Java 6 support dropped. Java 7 is now minimum.
  • Validation of Java 7, 8, 11, 17, and 19
  • Gradle build process uses version 7.3
Commits
  • 014d2ed [maven-release-plugin] prepare release v1.4.0
  • 7466b93 [maven-release-plugin] rollback the release of v1.4.0
  • db4f24b [maven-release-plugin] prepare for next development iteration
  • 1f31e62 [maven-release-plugin] prepare release v1.4.0
  • b3bcd16 Skip javadocs for gradle plugin
  • d749fbf Update changelog [skip ci]
  • 257392f Update readme [skip ci]
  • e082b31 Update workflows and readme
  • 9c2b414 Merge pull request #167 from fizzed/java17
  • a1590e6 Remove Java 7 workflow
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions