pf-wikis / bots

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

Bump the dependencies group with 7 updates #32

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the dependencies group with 7 updates:

Package From To
io.github.classgraph:classgraph 4.8.167 4.8.168
com.fasterxml.jackson.core:jackson-databind 2.16.1 2.16.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.16.1 2.16.2
com.fasterxml.jackson.datatype:jackson-datatype-guava 2.16.1 2.16.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.16.2
net.dv8tion:JDA 5.0.0-beta.20 5.0.0-beta.21
org.apache.maven.plugins:maven-assembly-plugin 3.6.0 3.7.0

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

Release notes

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

classgraph-4.8.168

Fix #701 "When using wildfly 21, the jar under WEB-INF/lib will not be displayed." Thanks to @​mmusenbr for the bug report and fix.

Commits


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

Commits


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

Commits
  • d4977eb [maven-release-plugin] prepare release jackson-dataformats-text-2.16.2
  • cd23e6c Prepare for 2.16.2 release
  • 55dd409 Merge branch '2.15' into 2.16
  • ef3e7ae Back to snapshot dep
  • 65cc7ec [maven-release-plugin] prepare for next development iteration
  • a133fd9 [maven-release-plugin] prepare release jackson-dataformats-text-2.15.4
  • d543cd0 Prepare for 2.15.4 release
  • 8a573e5 Back to snapshot dep
  • 201a86e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


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

Commits
  • ffdb947 [maven-release-plugin] prepare release jackson-datatypes-collections-2.16.2
  • c2dee64 Prepare for 2.16.2 release
  • ee58cc2 Merge branch '2.15' into 2.16
  • f05e0e4 Back to snapshot dep
  • bd4c2b1 [maven-release-plugin] prepare for next development iteration
  • 451bbf0 [maven-release-plugin] prepare release jackson-datatypes-collections-2.15.4
  • 37b5185 Prepare for 2.15.4 release
  • b94e67d Fixes #145: use correct delegation for GuavaOptionalDeserializer.getEmpty()...
  • 3456419 Back to snapshot dep
  • 7bae4dc [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


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

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

Release notes

Sourced from net.dv8tion:JDA's releases.

v5.0.0-beta.21 | Bug fixes and enforced nonce on messages

Overview

This release fixes a few bugs but also implements a new behavior on message sending.

With the new enforce nonce behavior, messages will no longer be duplicated due to timeouts or discord outages. This means, any message request will now send an automatically generated nonce. You can still set a custom nonce using setNonce, but you should make sure that this nonce is unique. If you previously relied on this setter, ensure that you are not sending duplicated nonce values.

New Features

Changes

Bug Fixes

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

Installation

Gradle

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

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.0-beta.21</version> 
</dependency>
Commits
  • 711e4e7 Bump version to 5.0.0-beta.21
  • f8bdadb Add support for enforce_nonce (#2614)
  • 184e8bf Add DiscordLocale values for these locales: Indonesian and Latin America (Spa...
  • ae90da3 Fix suppressing embeds on messages with webhooks (#2620)
  • 621fb7b Add missing proxy url field to the MessageEmbed.VideoInfo class (#2618)
  • 833563d Add missing generic type to shardmanager (#2612)
  • See full diff in compare view


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

Commits
  • 9be6e87 [maven-release-plugin] prepare release maven-assembly-plugin-3.7.0
  • e8630dc Bump apache/maven-gh-actions-shared from 3 to 4
  • 98f97a5 Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730
  • c84e110 [MASSEMBLY-1019] Maven 3.6.3 as minimum requirements
  • 136fe36 [MASSEMBLY-1018] Fix examples about useStrictFiltering
  • 33d3d94 [MASSEMBLY-967] IT for jar-with-dependencies with main class
  • b3b7866 [MASSEMBLY-1017] Don't use deprecated methods in code (#182)
  • aeed884 [MASSEMBLY-1016] fix history (#181)
  • 3d97c2d Bump com.google.guava:guava
  • 36ebace [MASSEMBLY-1008] Fix transitive dependencies resolving with required scope (#...
  • 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