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 8 updates #64

Closed dependabot[bot] closed 3 days ago

dependabot[bot] commented 1 week ago

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

Package From To
io.github.classgraph:classgraph 4.8.176 4.8.177
ch.qos.logback:logback-classic 1.5.8 1.5.12
com.fasterxml.jackson.core:jackson-databind 2.17.2 2.18.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.2 2.18.1
com.fasterxml.jackson.datatype:jackson-datatype-guava 2.17.2 2.18.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 2.18.1
com.google.apis:google-api-services-drive v3-rev20240914-2.0.0 v3-rev20241014-2.0.0
net.dv8tion:JDA 5.1.1 5.2.0

Updates io.github.classgraph:classgraph from 4.8.176 to 4.8.177

Release notes

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

classgraph-4.8.177

Throw IllegalStateException rather than NPE if the user tries to access a resource after the ScanResult has been closed (#885, thanks to @​sebthom for reporting).

Commits
  • 8841196 [maven-release-plugin] prepare release classgraph-4.8.177
  • e5422fb Reset version number
  • a138641 Fix previous commit
  • dcd7ece Don't allow resources to be opened after ScanResult is closed (#885)
  • b61f6e0 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates ch.qos.logback:logback-classic from 1.5.8 to 1.5.12

Commits
  • 3a64b51 prepare release 1.5.12
  • ecae664 fix issues/879
  • 85968fa logger call ends with two exceptions - fix issues/876
  • ea3cec8 Update README.md
  • 887cbba update README.md
  • df2a3b6 start work on 1.5.12-SNAPSHOT
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.1

Commits


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.2 to 2.18.1

Commits
  • 4f3aa83 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.1
  • 2f722bc Prepare for 2.18.1 release
  • 1619e14 Remove use of TypeFactory.defaultInstance()
  • 998064b Backport #499 in 2.18(.1) as well
  • 46de17e Merge branch '2.17' into 2.18
  • 306d255 Backport #499 in 2.17(.3)
  • cbf4ad9 Back to snapshot deps
  • e4eca1c [maven-release-plugin] prepare for next development iteration
  • 13e4274 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.0
  • cd642d3 Prepare for 2.18.0 release
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.datatype:jackson-datatype-guava from 2.17.2 to 2.18.1

Commits
  • 01f127f [maven-release-plugin] prepare release jackson-datatypes-collections-2.18.1
  • 5e16569 Prep for 2.18.1 release
  • 71f48df Back to snapshot dep
  • ed8b9f5 [maven-release-plugin] prepare for next development iteration
  • e2cee41 [maven-release-plugin] prepare release jackson-datatypes-collections-2.18.0
  • 2f3db97 Prepare for 2.18.0 release
  • 5ad9f42 Try to fix #160 (OSGi dep problem wrt Guava) (#161)
  • f76649a Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-actions group (#159)
  • 021e87b Back to snapshots
  • 9437e20 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.18.1

Updates com.google.apis:google-api-services-drive from v3-rev20240914-2.0.0 to v3-rev20241014-2.0.0

Updates net.dv8tion:JDA from 5.1.1 to 5.2.0

Release notes

Sourced from net.dv8tion:JDA's releases.

v5.2.0 | Application emoji and premium buttons

Overview

This release adds some new features for applications. We've also started working on more compliance tests to make contributing and reviewing changes easier.

Premium Buttons (#2752)

The interaction response replyWithPremiumRequired is being phased out in favor of custom messages with a new button style Button.premium(sku) to upsell specific premium features instead.

You can change your code to a simple reply(content) with this button as a component.

event.reply("This feature is only available for premium users.")
  .addActionRow(Button.primary(SkuSnowflake.fromId(PREMIUM_FEATURE_SKU)))
  .setEphemeral(true)
  .queue();

For more info, see the official Discord Changelog.

Application Emoji (#2726)

Your bot can now manage emoji with JDA by using JDA#createApplicationEmoji. These emojis can then be used like any other emoji with Emoji.fromCustom(name, id, animated).

New Features

Bug Fixes

Changes

  • Deprecated GatewayIntent#GUILD_EMOJIS_AND_STICKERS in favor of GUILD_EXPRESSIONS by @​freya022 in discord-jda/JDA#2755
  • Remove deprecated permission constants
  • Remove deprecated and stage instance privacy level

Full Changelog: https://github.com/discord-jda/JDA/compare/v5.1.2...v5.2.0

Installation

Gradle

repositories {
    mavenCentral()
</tr></table> 

... (truncated)

Commits


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 days ago

Looks like these dependencies are updatable in another way, so this is no longer needed.