games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
492 stars 120 forks source link

Bump the production-dependencies group with 4 updates #1158

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps the production-dependencies group with 4 updates: com.puppycrawl.tools:checkstyle, org.slf4j:slf4j-jdk14, org.apache.maven.plugins:maven-shade-plugin and org.mariadb.jdbc:mariadb-java-client.

Updates com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.13.0

Checkstyle 10.13.0 - https://checkstyle.org/releasenotes.html#Release_10.13.0

New:

#14289 - IllegalTokenText support for STRING_TEMPLATE_CONTENT #13830 - Support Java 21 string template syntax

Bug fixes:

#12238 - "Unable to persist cache file" if target directory is a symlink

Commits


Updates org.slf4j:slf4j-jdk14 from 2.0.11 to 2.0.12

Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2

Commits
  • 95e22b4 [maven-release-plugin] prepare release maven-shade-plugin-3.5.2
  • d807fea Bump org.vafer:jdependency from 2.9.0 to 2.10
  • 6d60841 Bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0
  • 68457e5 [MSHADE-468] add system requirements history
  • 631371b Add mshade-462 IT
  • cb7b10d [MSHADE-462] 3.5.1 not compatible with 3.4.1: The version cannot be empty.
  • bd982e7 [MSHADE-420] fix time when read from extra field
  • 3692f81 [SHADE-420] create IT: 2 runs with different TZ give different jars
  • a5315de [MSHADE-464] Maven 3.6.3 as minimum requirements
  • e7077c6 [MSHADE-467] Improved concurrency problem fix
  • Additional commits viewable in compare view


Updates org.mariadb.jdbc:mariadb-java-client from 3.3.2 to 3.3.3

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 3.3.3

3.3.3 (Feb 2024)

Full Changelog

Bugs Fixed
  • CONJ-1050 regression in 3.x.y: nonparameterized batch "INSERT INTO products( name ) VALUES ( 'aaaa' )" fails
  • CONJ-1150 Error using PrepareStatement.setURL with null url
  • CONJ-1152 Improve message when reaching socket timeout during connection initial commands
Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

3.3.3 (Feb 2024)

Full Changelog

Bugs Fixed
  • CONJ-1050 regression in 3.x.y: nonparameterized batch "INSERT INTO products( name ) VALUES ( 'aaaa' )" fails
  • CONJ-1150 Error using PrepareStatement.setURL with null url
  • CONJ-1152 Improve message when reaching socket timeout during connection initial commands
Commits
  • 2eb246d [misc] set correct coverage goal
  • 4211558 update copyright year
  • 1b1a5cf bump 3.3.3 version
  • 68a712a [misc] test correction for Load local infile and mysql
  • 6821e13 [misc] code style correction + ensuring setLocalInfileInputStream test
  • 23ae44f [CONJ-1152] Improve message when reaching socket timeout during connection in...
  • 8094896 [misc] bump 3.4.0-SNAPSHOT version
  • 3a4443c [misc] ensure not loading static class of wrong socketFactory implementation
  • 5e825c8 [misc] code style correction
  • 5b2a40c [CONJ-1150] adding test case for #190
  • 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
dependabot[bot] commented 5 months ago

Superseded by #1165.