pf-wikis / bots

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

Bump the dependencies group across 1 directory with 13 updates #42

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies group with 13 updates in the / directory:

Package From To
org.projectlombok:lombok 1.18.30 1.18.32
io.github.classgraph:classgraph 4.8.168 4.8.172
ch.qos.logback:logback-classic 1.5.3 1.5.6
com.fasterxml.jackson.core:jackson-databind 2.16.2 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.16.2 2.17.1
com.fasterxml.jackson.datatype:jackson-datatype-guava 2.16.2 2.17.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.2 2.17.1
com.google.apis:google-api-services-drive v3-rev20240123-2.0.0 v3-rev20240521-2.0.0
commons-io:commons-io 2.15.1 2.16.1
org.apache.pdfbox:pdfbox 3.0.1 3.0.2
org.slf4j:jcl-over-slf4j 2.0.12 2.0.13
net.dv8tion:JDA 5.0.0-beta.21 5.0.0-beta.24
org.apache.maven.plugins:maven-assembly-plugin 3.7.0 3.7.1

Updates org.projectlombok:lombok from 1.18.30 to 1.18.32

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.32 (March 20th, 2024)

  • PLATFORM: Initial JDK22 support added.
  • PLAFTORM Added support for Eclipse 2024-03. [Issue #3620](projectlombok/lombok#3620).
  • PLATFORM: Added support for recent versions of eclipse (released Q4 2023 or later or so) which would cause failures in the eclipse logs such as java.lang.NoSuchMethodError: 'java.lang.StringBuffer org.eclipse.jdt…. [Issue #3564](projectlombok/lombok#3564).
  • FEATURE: @Locked has been introduced. Like @Synchronized but with java.util.concurrent.locks locks instead of the synchronized primitive. Thanks, Pim van der Loos for the PR! [Issue #3506](projectlombok/lombok#3506).
  • NECROMANCY: Inlining a generated getter in eclipse would result in eclipse incorrectly replacing calls with @Getter instead of the actual field's name. [Issue #562](projectlombok/lombok#562). This issue is almost old enough to drink. Points for dedication go to Rawi for fixing this one.
  • BUGFIX: When @SuperBuilder was used on a type with an annotated generic type, it would error wrong number of type arguments. [Issue #3592](projectlombok/lombok#3592).
  • BUGFIX: It was possible to create an infinite build loop using @ExtensionMethod. [Issue #3225](projectlombok/lombok#3225).
  • BUGFIX: Using @Getter(lazy=true) would fail if the expression contained a variable called value. [Issue #2917](projectlombok/lombok#2917).
  • BUGFIX: Many lombok features wouldn't work properly on records contained within an outer type unless you explicitly marked it static. [Issue #3497](projectlombok/lombok#3497) [Issue #3559](projectlombok/lombok#3559).
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-plugin will now compile.
  • BUGFIX: @FieldNameConstants now works when generated fields are involved. [Issue #3529](projectlombok/lombok#3529).
  • IMPROBABLE BREAKING CHANGE: For JSpecify, the package name changed from org.jspecify.nullness to org.jspecify.annotations, which might lead to a different null analysis. [Issue #3608](projectlombok/lombok#3608).
Commits
  • 2618848 [release] pre-release version bump
  • 5719fde Update changelog in preparation for the upcoming release
  • 1b713ad Add eclipse 2024-03 as test target
  • 521be03 Remove unused string literal code
  • 3b20b70 Support @​Delegate in eclipse 2024-03
  • 98cdf67 Javadoc support for eclipse 2024-03
  • e4824cb Fix Javadoc in Eclipse
  • c93400d [fixes #2917] Use $value instead of value in lazy getter
  • 23307eb [jdk22] Adds support for unnamed variables (JEP 456)
  • a54ec70 Document using jdk22 GA
  • Additional commits viewable in compare view


Updates io.github.classgraph:classgraph from 4.8.168 to 4.8.172

Release notes

Sourced from io.github.classgraph:classgraph's releases.

classgraph-4.8.172

Some small optimizations to the changes in the previous release, by @​attilapuskas.

classgraph-4.8.171

A set of heroic changes by @​attilapuskas (#850) that almost doubles the scanning speed of ClassGraph for a large classpath, by reducing the number of redundant file metadata checks (which are particularly slow on Windows). Thank you, Attila!

classgraph-4.8.170

Fixes Zip64 central directory length calculation. Thanks to @​cushon for the bug report, analysis, and fix! (#841, #842.)

classgraph-4.8.169

Fix an obscure regression introduced in the previous release (#795, thanks to @​mgroth0 for noticing it).

Commits
  • d3b2295 [maven-release-plugin] prepare release classgraph-4.8.172
  • 0bf6d6d Merge pull request #851 from attilapuskas/feature/ClasspathElementDir-review-...
  • 3d2ebc2 Use Iterator.remove instead of List copy
  • 9bf48dc Use file attributes cache when checking subdirectories
  • 9ea7871 [maven-release-plugin] prepare for next development iteration
  • a81b80e [maven-release-plugin] prepare release classgraph-4.8.171
  • 270331d Merge pull request #849 from classgraph/dependabot/maven/org.apache.maven.plu...
  • 2b200a8 Merge pull request #848 from classgraph/dependabot/maven/org.slf4j-slf4j-api-...
  • 228bd88 Merge pull request #847 from classgraph/dependabot/maven/org.slf4j-slf4j-jdk1...
  • c8ab262 Merge pull request #846 from classgraph/dependabot/maven/org.apache.maven.plu...
  • Additional commits viewable in compare view


Updates ch.qos.logback:logback-classic from 1.5.3 to 1.5.6

Commits
  • 7812a55 prepare release 1.5.6
  • 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
  • 3d55638 start work on 1.5.6-SNAPSHOT
  • a91d2b6 notes about javadocs
  • c7c5e89 prepare release 1.5.5
  • 7db8797 upgrade build to slf4j 2.0.13
  • f9c04d2 test inclusion with conditionals
  • f32ed30 remove support for metaannotations for NoAutoStart annotation
  • 4476edd Search for @​NoAutoStart annotations in ancestor hierarchy, implemented interf...
  • a649c60 rename IncludeActionTest as IncludeModelHandlerTest
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.1

Commits


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.2 to 2.17.1

Commits
  • d7b7bf1 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.1
  • 8de9ac8 Prepare for 2.17.1 release
  • 163849b Fix #469: Add a way to distinguish between null and empty (#471)
  • 029030b Fix one flag in #472
  • 9039e78 Merge part of #471 ahead of it (to reduce diff) (#472)
  • b41a64e ...
  • 5e2fa72 Back to snapshot dep
  • 0d7a4d6 [maven-release-plugin] prepare for next development iteration
  • 5947a45 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.0
  • 66e39ff Prepare for 2.17.0 release
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.datatype:jackson-datatype-guava from 2.16.2 to 2.17.1

Commits
  • 87224b5 [maven-release-plugin] prepare release jackson-datatypes-collections-2.17.1
  • fd8ad6c Prepare for 2.17.1 release
  • d9bc86d Fix #149: add CI build matrix to test min/max/default Guava version (#152)
  • 251013a Remove accidental test debug statement
  • b95cf40 Update Guava vs 2.17 compatibility matrix
  • 16b55ba Merge branch '2.16' into 2.17
  • a3a5209 Update Guava min/max versions for 2.16
  • e41f1cd Update HPPC dep to 0.8.2 (for 2.17.1) (#151)
  • 388728b Back to snapshot dep
  • ad76cde [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.2 to 2.17.1

Updates com.google.apis:google-api-services-drive from v3-rev20240123-2.0.0 to v3-rev20240521-2.0.0

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

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

Updates org.slf4j:jcl-over-slf4j from 2.0.12 to 2.0.13

Updates net.dv8tion:JDA from 5.0.0-beta.21 to 5.0.0-beta.24

Release notes

Sourced from net.dv8tion:JDA's releases.

v5.0.0-beta.24 | Bug fixes and entitlement types

Overview

This is a small bugfix release, including some missing features for premium app entitlements.

Additional Entitlement Features (#2667)

This release adds support for test entitlements and consumed entitlements.

An entitlement can be consumed, marking it as already used. This can be useful for one-time entitlements, which are consumed on use.

public boolean hasEntitlement(long skuId, List<Entitlement> entitlements) {
  return entitlements.stream().anyMatch(e -> e.getSkuIdLong() == skuId && !e.isConsumed());
}
public void consumeEntitlement(long skuId, List<Entitlement> entitlements) {
  entitlements.stream()
    .filter(e -> e.getSkuIdLong() == skuId && !e.isConsumed())
    .findFirst()
    .ifPresent(entitlement -> entitlement.consume().queue());
}

New Features

Changes

Bug Fixes

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

Installation

Gradle

</tr></table> 

... (truncated)

Commits


Updates org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1

Release notes

Sourced from org.apache.maven.plugins:maven-assembly-plugin's releases.

3.7.1

Release Notes - Maven Assembly Plugin - Version 3.7.1

What's Changed

Full Changelog: https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1

Commits
  • 0afbb3e [maven-release-plugin] prepare release maven-assembly-plugin-3.7.1
  • 74e858a [MASSEMBLY-1022] Unresolved artifacts should be not processed
  • cb56382 [MASSEMBLY-1025] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2...
  • 86bbed0 [MASSEMBLY-1024] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26...
  • bdcc4d0 [MASSEMBLY-1023] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3...
  • 74fe92e [maven-release-plugin] prepare for next development iteration
  • See full diff 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
dependabot[bot] commented 3 months ago

Superseded by #44.