Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 18 updates #64

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the dependencies group with 18 updates:

Package From To
org.jooq:jooq 3.18.7 3.19.0
com.github.mwiede:jsch 0.2.13 0.2.14
com.google.guava:guava 32.1.3-jre 33.0.0-jre
io.netty:netty-codec-haproxy 4.1.101.Final 4.1.104.Final
io.netty:netty-codec-dns 4.1.101.Final 4.1.104.Final
io.netty:netty-codec-http2 4.1.101.Final 4.1.104.Final
io.netty:netty-codec-http 4.1.101.Final 4.1.104.Final
io.netty:netty-codec-socks 4.1.101.Final 4.1.104.Final
io.netty:netty-handler-proxy 4.1.101.Final 4.1.104.Final
io.netty:netty-handler 4.1.101.Final 4.1.104.Final
io.netty:netty-resolver-dns 4.1.101.Final 4.1.104.Final
io.netty:netty-transport-classes-epoll 4.1.101.Final 4.1.104.Final
net.kyori:adventure-text-serializer-gson 4.14.0 4.15.0
net.kyori:adventure-text-serializer-legacy 4.14.0 4.15.0
net.kyori:adventure-text-serializer-ansi 4.14.0 4.15.0
org.redisson:redisson 3.25.0 3.25.1
com.viaversion:viaversion 4.9.3-SNAPSHOT 4.10.0-23w51b-SNAPSHOT
com.viaversion:viabackwards 4.9.2-SNAPSHOT 4.10.0-23w51b-SNAPSHOT

Updates org.jooq:jooq from 3.18.7 to 3.19.0

Updates com.github.mwiede:jsch from 0.2.13 to 0.2.14

Release notes

Sourced from com.github.mwiede:jsch's releases.

jsch-0.2.14

What's Changed

  • #450 use Socket.connect() with a timeout that has been supported since Java 1.4 instead of using old method of creating a separate thread and joining to that thread with timeout. by @​norrisjeremy in mwiede/jsch#451

Dependency Updates

Full Changelog: mwiede/jsch@jsch-0.2.13...jsch-0.2.14

Commits
  • bcccc1f [maven-release-plugin] prepare release jsch-0.2.14
  • 5426168 Merge pull request #451 from norrisjeremy/20231211
  • 898e2e2 Merge pull request #444 from mwiede/dependabot/maven/org.codehaus.mojo-build-...
  • ff259d6 Merge pull request #452 from mwiede/dependabot/maven/jna.version-5.14.0
  • fb86803 Merge pull request #449 from mwiede/dependabot/github_actions/actions/setup-j...
  • 1b22b20 Bump jna.version from 5.13.0 to 5.14.0
  • 5d73d5d Update dependencies.
  • 73f8bee #450 use Socket.connect() with a timeout that has been supported since Java 1...
  • f54e932 Bump actions/setup-java from 3 to 4
  • 485a0a2 Merge pull request #446 from mwiede/dependabot/maven/com.kohlschutter-compile...
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.0.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.0.0-jre</version>
  <!-- or, for Android: -->
  <version>33.0.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. (73dbf7ef26)
  • Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. (c294c23760, 747924e, b2baf48)
  • Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. (280b5d2f60)
  • reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. (045cd8428f)
  • util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android. (4fe1df56bd)
Commits

Updates io.netty:netty-codec-haproxy from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-dns from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-http2 from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-http from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-socks from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-handler-proxy from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-handler from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-resolver-dns from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates io.netty:netty-transport-classes-epoll from 4.1.101.Final to 4.1.104.Final

Commits
  • 2577426 [maven-release-plugin] prepare release netty-4.1.104.Final
  • c295086 [maven-release-plugin] prepare for next development iteration
  • a34f445 [maven-release-plugin] prepare release netty-4.1.103.Final
  • 3ac963f Add check for JAVA8_HOME to release script (#13725)
  • b4dad39 [maven-release-plugin] prepare for next development iteration
  • 0da2058 [maven-release-plugin] prepare release netty-4.1.102.Final
  • f9e20ac Make SizeClasses as composition with PoolArena instead of inheritance to redu...
  • ade1223 Add support for RISC-V (#13670)
  • e2c706a ConnectTimeoutException: include timeout value (#13719)
  • 1e2b955 Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#13718)
  • Additional commits viewable in compare view

Updates net.kyori:adventure-text-serializer-gson from 4.14.0 to 4.15.0

Release notes

Sourced from net.kyori:adventure-text-serializer-gson's releases.

🌏 Adventure 4.15.0

Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.

The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for 4.16.0.

✨ Features

🐛 Fixes

📚 Documentation

Other

New Contributors

Full Changelog: KyoriPowered/adventure@v4.14.0...v4.15.0

Commits
  • 7ad3536 release: version 4.15.0
  • 1320efe chore: bring in release note generation config
  • b55319b chore(nbt): Remove option dep that will be unused in this release
  • 75e29ac Merge pull request #968 from booky10/feat/nameless-nbt
  • 3a3a0e2 chore(nbt): Improve documentation around nameless tags
  • 6fd5262 Merge pull request #1002 from KyoriPowered/feat/feature-flags
  • 59438cb chore(build): option 1.0.0 release
  • 4e23fcd chore(text-serializer-json): more renames
  • ec79116 chore(api): Remove now-unused test
  • 75f23ef feature-flag -> option
  • Additional commits viewable in compare view

Updates net.kyori:adventure-text-serializer-legacy from 4.14.0 to 4.15.0

Release notes

Sourced from net.kyori:adventure-text-serializer-legacy's releases.

🌏 Adventure 4.15.0

Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.

The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for 4.16.0.

✨ Features

🐛 Fixes

📚 Documentation

Other

New Contributors

Full Changelog: KyoriPowered/adventure@v4.14.0...v4.15.0

Commits
  • 7ad3536 release: version 4.15.0
  • 1320efe chore: bring in release note generation config
  • b55319b chore(nbt): Remove option dep that will be unused in this release
  • 75e29ac Merge pull request #968 from booky10/feat/nameless-nbt
  • 3a3a0e2 chore(nbt): Improve documentation around nameless tags
  • 6fd5262 Merge pull request #1002 from KyoriPowered/feat/feature-flags
  • 59438cb chore(build): option 1.0.0 release
  • 4e23fcd chore(text-serializer-json): more renames
  • ec79116 chore(api): Remove now-unused test
  • 75f23ef feature-flag -> option
  • Additional commits viewable in compare view

Updates net.kyori:adventure-text-serializer-ansi from 4.14.0 to 4.15.0

Release notes

Sourced from net.kyori:adventure-text-serializer-ansi's releases.

🌏 Adventure 4.15.0

Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.

The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for 4.16.0.

✨ Features

🐛 Fixes

📚 Documentation

Other

New Contributors

Full Changelog: KyoriPowered/adventure@v4.14.0...v4.15.0

Commits
  • 7ad3536 release: version 4.15.0
  • 1320efe chore: bring in release note generation config
  • b55319b chore(nbt): Remove option dep that will be unused in this release
  • 75e29ac Merge pull request #968 from booky10/feat/nameless-nbt
  • 3a3a0e2 chore(nbt): Improve documentation around nameless tags
  • 6fd5262 Merge pull request #1002 from KyoriPowered/feat/feature-flags
  • 59438cb chore(build): option 1.0.0 release
  • 4e23fcd chore(text-serializer-json): more renames
  • ec79116 chore(api): Remove now-unused test
  • 75f23ef feature-flag -> option
  • Additional commits viewable in compare view

Updates org.redisson:redisson from 3.25.0 to 3.25.1

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.25.1

Improvement - JDK21 Virtual Threads compatibility

Fixed - EvictionTask keeps running even after destroy() method called
Fixed - Sprint Data Redis throws Subscription registration timeout exceeded
Fixed - Sprint Data Redis RedisMessageListenerContainer.addMessageListener() method hangs if called after container start
Fixed - NPE is thrown if lazyInitialization = true
Fixed - PriorityQueue methods may hang due to unreleased lock after exception
Fixed - RMap.getAll() method throws IndexOutOfBoundsException
Fixed - natMapper isn't applied to slaves and master nodes at start in Sentinel mode
Fixed - method invocation hangs after failover if retryInterval = 0
Fixed - transactional Map and MapCache keySet method returns inconsistent state
Fixed - Multilock lock method doesn't work properly with non-MILLISECONDS TimeUnit

Changelog

Sourced from org.redisson:redisson's changelog.

18-Dec-2023 - 3.25.1 released

Improvement - JDK21 Virtual Threads compatibility

Fixed - EvictionTask keeps running even after destroy() method called
Fixed - Sprint Data Redis throws Subscription registration timeout exceeded
Fixed - Sprint Data Redis RedisMessageListenerContainer.addMessageListener() method hangs if called after container start
Fixed - NPE is thrown if lazyInitialization = true
Fixed - PriorityQueue methods may hang due to unreleased lock after exception
Fixed - RMap.getAll() method throws IndexOutOfBoundsException
Fixed - natMapper isn't applied to slaves and master nodes at start in Sentinel mode
Fixed - method invocation hangs after failover if retryInterval = 0
Fixed - transactional Map and MapCache keySet method returns inconsistent state
Fixed - Multilock lock method doesn't work properly with non-MILLISECONDS TimeUnit

Commits
  • 174f358 [maven-release-plugin] prepare release redisson-3.25.1
  • 9d947dd test fixed
  • 32a0652 refactoring
  • dc32e93 javadoc added
  • f7c25e9 test timeout added
  • 1ca8291 some methods were deprecated
  • aca5639 Fixed - EvictionTask keeps running even after destroy() method has been calle...
  • 9384160 refactoring
  • a26a076 test added
  • 59fd8fc Fixed - Sprint Data Redis RedisMessageListenerContainer.addMessageListener()...
  • Additional commits viewable in compare view

Updates com.viaversion:viaversion from 4.9.3-SNAPSHOT to 4.10.0-23w51b-SNAPSHOT

Updates com.viaversion:viabackwards from 4.9.2-SNAPSHOT to 4.10.0-23w51b-SNAPSHOT

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| org.jooq:jooq | `3.18.7` | `3.19.0` |
| [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `0.2.13` | `0.2.14` |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.3-jre` | `33.0.0-jre` |
| [io.netty:netty-codec-haproxy](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-codec-dns](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-codec-socks](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-handler-proxy](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-handler](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-resolver-dns](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [io.netty:netty-transport-classes-epoll](https://github.com/netty/netty) | `4.1.101.Final` | `4.1.104.Final` |
| [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) | `4.14.0` | `4.15.0` |
| [net.kyori:adventure-text-serializer-legacy](https://github.com/KyoriPowered/adventure) | `4.14.0` | `4.15.0` |
| [net.kyori:adventure-text-serializer-ansi](https://github.com/KyoriPowered/adventure) | `4.14.0` | `4.15.0` |
| [org.redisson:redisson](https://github.com/redisson/redisson) | `3.25.0` | `3.25.1` |
| com.viaversion:viaversion | `4.9.3-SNAPSHOT` | `4.10.0-23w51b-SNAPSHOT` |
| com.viaversion:viabackwards | `4.9.2-SNAPSHOT` | `4.10.0-23w51b-SNAPSHOT` |


Updates `org.jooq:jooq` from 3.18.7 to 3.19.0

Updates `com.github.mwiede:jsch` from 0.2.13 to 0.2.14
- [Release notes](https://github.com/mwiede/jsch/releases)
- [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog)
- [Commits](mwiede/jsch@jsch-0.2.13...jsch-0.2.14)

Updates `com.google.guava:guava` from 32.1.3-jre to 33.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `io.netty:netty-codec-haproxy` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-codec-dns` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-codec-http2` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-codec-http` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-codec-socks` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-handler-proxy` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-handler` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-resolver-dns` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `io.netty:netty-transport-classes-epoll` from 4.1.101.Final to 4.1.104.Final
- [Commits](netty/netty@netty-4.1.101.Final...netty-4.1.104.Final)

Updates `net.kyori:adventure-text-serializer-gson` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](KyoriPowered/adventure@v4.14.0...v4.15.0)

Updates `net.kyori:adventure-text-serializer-legacy` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](KyoriPowered/adventure@v4.14.0...v4.15.0)

Updates `net.kyori:adventure-text-serializer-ansi` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/KyoriPowered/adventure/releases)
- [Commits](KyoriPowered/adventure@v4.14.0...v4.15.0)

Updates `org.redisson:redisson` from 3.25.0 to 3.25.1
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.25.0...redisson-3.25.1)

Updates `com.viaversion:viaversion` from 4.9.3-SNAPSHOT to 4.10.0-23w51b-SNAPSHOT

Updates `com.viaversion:viabackwards` from 4.9.2-SNAPSHOT to 4.10.0-23w51b-SNAPSHOT

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.mwiede:jsch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-haproxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-dns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-socks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-handler-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-resolver-dns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-classes-epoll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: net.kyori:adventure-text-serializer-ansi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.viaversion:viaversion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.viaversion:viabackwards
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
@rfresh2 rfresh2 merged commit 7c235e7 into 1.20.1 Dec 18, 2023
1 check passed
@rfresh2 rfresh2 deleted the dependabot/gradle/dependencies-01c3095b70 branch December 18, 2023 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant