NeoBotCore is an extensible Discord Bot created using Java.

Overview

NeoBotCore

GitHub release (latest by date) GitHub release (latest by date including pre-releases) GitHub Java CI with Gradle Codacy Badge

A NeoBotCore is an implementation of the NeoBotAPI.

NeoBot is an extensible Discord Bot developed using Java.
By combining modules, you can create a single Discord Bot best suited for your use.
Also, by developing functions as modules, you can develop a Discord Bot in less time than starting from zero.

Operation requirements

  • Windows, MacOS, Linux, and other common PC operating systems.
  • Java 17 or later execution environment.
  • MariaDB 5.5 or later or MySQL 5.5 or later.
  • Discord account.
    • Message Content Intent must be enabled.

If you find a problem with the program

Please submit an Issue to our repository and report it.
Pull requests for bug fixes, feature additions, etc. are also welcome.
Please be careful not to change the original code style when modifying the source code.

License.

The original source code of this program is released under the Apache License 2.0.

    Copyright 2022 NAFU_at.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Comments
  • Bump io.freefair.lombok from 6.4.3.1 to 6.6

    Bump io.freefair.lombok from 6.4.3.1 to 6.6

    Bumps io.freefair.lombok from 6.4.3.1 to 6.6.

    Release notes

    Sourced from io.freefair.lombok's releases.

    6.6

    What's Changed

    Full Changelog: https://github.com/freefair/gradle-plugins/compare/6.6-rc1...6.6

    6.6-rc1

    What's Changed

    ... (truncated)

    Commits
    • bd822c8 Merge pull request #643 from freefair/dependabot/gradle/examples/org.webjars-...
    • 258dea1 Bump bootstrap from 5.2.2 to 5.2.3 in /examples
    • ae5e1cf Update to Spring Boot 2.7.6
    • ad2def3 Fix javadoc link for Tomcat 10
    • bf5bb1b Merge pull request #649 from freefair/dependabot/gradle/examples/org.apache.h...
    • 31d0dc7 Bump httpcore-nio from 4.4.15 to 4.4.16 in /examples
    • 15866b0 Merge pull request #648 from freefair/dependabot/gradle/org.jetbrains.kotlin-...
    • 086c480 Bump kotlin-gradle-plugin from 1.7.21 to 1.7.22
    • fc7348c Merge pull request #645 from freefair/dependabot/gradle/examples/org.jetbrain...
    • 6c87bf9 Bump kotlin-gradle-plugin-api from 1.7.21 to 1.7.22 in /examples
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump slf4j-api from 2.0.4 to 2.0.5

    Bump slf4j-api from 2.0.4 to 2.0.5

    Bumps slf4j-api from 2.0.4 to 2.0.5.

    Commits
    • 7e62e1e prepare release 2.0.5
    • d250ad7 in jcl-over-slf4j rename LICENSE.TXT as LICENSE, add LICENSE file to log4j-ov...
    • 3bc58f3 add SecurityManager support
    • 207bb29 start work on 2.0.5-SNAPSHOT
    • See full diff in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump io.freefair.lombok from 6.4.3.1 to 6.5.1

    Bump io.freefair.lombok from 6.4.3.1 to 6.5.1

    Bumps io.freefair.lombok from 6.4.3.1 to 6.5.1.

    Release notes

    Sourced from io.freefair.lombok's releases.

    6.5.1

    What's Changed

    Full Changelog: https://github.com/freefair/gradle-plugins/compare/6.5.0.3...6.5.1

    6.5.0.3

    What's Changed

    Full Changelog: https://github.com/freefair/gradle-plugins/compare/6.5.0.2...6.5.0.3

    6.5.0.2

    Added flag to disable output directory deletion in plantuml-plugin

    Full Changelog: https://github.com/freefair/gradle-plugins/compare/6.5.0...6.5.0.2

    6.5.0

    What's Changed

    ... (truncated)

    Commits
    • 85868d2 Merge branch 'master' of github.com:freefair/gradle-plugins
    • 2622749 Update to sass-embedded-host 1.6.1
    • 2a0e81e Update README.md
    • 7544520 Merge pull request #586 from freefair/dependabot/gradle/de.larsgrefer.sass-sa...
    • 44f88a3 Bump sass-embedded-host from 1.5.1 to 1.6.0
    • 8673247 Merge pull request #584 from freefair/dependabot/gradle/examples/org.slf4j-sl...
    • 694466f Bump slf4j-api from 1.+ to 2.0.0 in /examples
    • e2081f6 Merge pull request #585 from freefair/dependabot/gradle/net.sourceforge.plant...
    • 6a4f87d Bump plantuml from 1.2022.6 to 1.2022.7
    • 776ac29 Merge pull request #582 from freefair/dependabot/gradle/examples/org.springfr...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump logback-core from 1.2.11 to 1.4.5

    Bump logback-core from 1.2.11 to 1.4.5

    Bumps logback-core from 1.2.11 to 1.4.5.

    Commits
    • 34a6efc preparfe release 1.4.5
    • 0d3ac63 fix LOGBACK-1698, [Nested appenders are not allowed] warning using SiftingApp...
    • a64b8d4 make jakarta.servlet-api as both provided and optional
    • 114b3de bump slf4j version
    • 1df6662 fix LOGBACK-1706
    • ea165fb fix LOGBACK-1703
    • 9e07bd0 fix LOGBACK-1703
    • a871e9f minor edits in README.md
    • 7dc0ce5 Merge pull request #605 from Zardoz89/patch-1
    • 7130dfe README.md MUST inform about Java & Jackarta EE support
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump mariadb-java-client from 3.0.6 to 3.0.9

    Bump mariadb-java-client from 3.0.6 to 3.0.9

    Bumps mariadb-java-client from 3.0.6 to 3.0.9.

    Release notes

    Sourced from mariadb-java-client's releases.

    MariaDB Connector/Java 3.0.9

    3.0.9 (Nov 2022)

    Full Changelog

    • 2.7.7 merge
    • CONJ-1012 stored procedure register output parameter as null if set before registerOutParameter command
    • CONJ-1017 Calendar possible race condition, cause wrong timestamp setting

    MariaDB Connector/Java 3.0.8

    3.0.8 (Sept 2022)

    Full Changelog

    Notable Changes
    • small performance improvement
      • [CONJ-1010] improve client side prepared parameter parameter substitution
    Bugs Fixed
    • [CONJ-997] regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
    • [CONJ-1002] 2nd failover reconnection ignores default database/schema setting when not set by connection string
    • [CONJ-1003] replication configuration always use 1st replica on 3.0
    • [CONJ-996] BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
    • [CONJ-1006] disabling cachePrepStmts with useServerPrepStmts might result in Exception
    • [CONJ-1007] Socket file descriptors are leaked after connecting with unix socket if DB is not up running
    • [CONJ-1010] improve client side prepare statement parameter substitution
    • [CONJ-999] setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

    MariaDB Connector/Java 3.0.7

    3.0.7 (Jul 2022)

    Full Changelog

    • [CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4
    • [CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility
    • [CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte[] as 2.7.6 did
    • [CONJ-989] Binary column read as String
    • [CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException
    • [CONJ-991] Regression: binary(16) is returned as String by getObject()
    • [CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field
    Changelog

    Sourced from mariadb-java-client's changelog.

    3.0.9 (Nov 2022)

    Full Changelog

    • 2.7.7 merge
    • CONJ-1012 stored procedure register output parameter as null if set before registerOutParameter command
    • CONJ-1017 Calendar possible race condition, cause wrong timestamp setting

    2.7.7 (Nov 2022)

    Full Changelog

    • CONJ-1021 GSSAPI authentication might result in connection reset
    • CONJ-1019 DatabaseMetaData.getImportedKeys should return real value for PK_NAME column
    • CONJ-1016 avoid splitting BULK command into multiple commands in case of prepareStatement.setNull() use
    • CONJ-1011 correcting possible NPE when using statement.cancel() that coincide with statement.close() in another thread
    • CONJ-1007 Socket file descriptors are leaked after connecting with unix socket if DB is not up running

    3.0.8 (Sept 2022)

    Full Changelog

    Notable Changes
    • small performance improvement
      • [CONJ-1010] improve client side prepared parameter parameter substitution
    Bugs Fixed
    • [CONJ-997] regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
    • [CONJ-1002] 2nd failover reconnection ignores default database/schema setting when not set by connection string
    • [CONJ-1003] replication configuration always use 1st replica on 3.0
    • [CONJ-996] BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
    • [CONJ-1006] disabling cachePrepStmts with useServerPrepStmts might result in Exception
    • [CONJ-1007] Socket file descriptors are leaked after connecting with unix socket if DB is not up running
    • [CONJ-1010] improve client side prepare statement parameter substitution
    • [CONJ-999] setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

    3.0.7 (Jul 2022)

    Full Changelog

    • [CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4
    • [CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility
    • [CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte[] as 2.7.6 did
    • [CONJ-989] Binary column read as String
    • [CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException
    • [CONJ-991] Regression: binary(16) is returned as String by getObject()
    • [CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field
    Commits
    • a42cde1 Merge branch 'release/3.0.9'
    • de514c8 [misc] correcting test for maxscale
    • daa3b6e bump 3.0.9 version
    • 610cf5b [CONJ-1021] correcting windows GSSAPI test
    • 79c4ad3 [misc] code style correction
    • 9843769 [misc] test suite stability improvement
    • 4337157 [CONJ-1021] add windows GSSAPI test
    • 7da254a [CONJ-1021] GSSAPI authentication might result in connection reset
    • d5e44be [misc] ensure test suite reliability
    • 63f0264 [misc] skip test with FLUSH PRIVILEGES with MySQL server 8.0.31 that broke ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump jackson-databind from 2.13.3 to 2.14.0

    Bump jackson-databind from 2.13.3 to 2.14.0

    Bumps jackson-databind from 2.13.3 to 2.14.0.

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump logback-core from 1.2.11 to 1.4.4

    Bump logback-core from 1.2.11 to 1.4.4

    Bumps logback-core from 1.2.11 to 1.4.4.

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump sentry-logback from 6.0.0 to 6.7.0

    Bump sentry-logback from 6.0.0 to 6.7.0

    Bumps sentry-logback from 6.0.0 to 6.7.0.

    Release notes

    Sourced from sentry-logback's releases.

    6.7.0

    Fixes

    • Use correct set-cookie for the HTTP Client response object (#2326)
    • Fix NoSuchElementException in CircularFifoQueue when cloning a Scope (#2328)

    Features

    • Customizable fragment lifecycle breadcrumbs (#2299)
    • Provide hook for Jetpack Compose navigation instrumentation (#2320)
    • Populate event.modules with dependencies metadata (#2324)
    • Support Spring 6 and Spring Boot 3 (#2289)

    Dependencies

    6.7.0-alpha.1

    Fixes

    • Ensure potential callback exceptions are caught #2123 (#2291)
    • Remove verbose FrameMetricsAggregator failure logging (#2293)
    • Ignore broken regex for tracePropagationTarget (#2288)

    Features

    • Add support for using Encoder with logback.SentryAppender (#2246)
    • Add captureProfile method to hub and client (#2290)
    • Support Spring 6 and Spring Boot 3 (#2289)

    6.6.0

    Fixes

    • Ensure potential callback exceptions are caught #2123 (#2291)
    • Remove verbose FrameMetricsAggregator failure logging (#2293)
    • Ignore broken regex for tracePropagationTarget (#2288)
    • No longer serialize static fields; use toString as fallback (#2309)
    • Fix SentryFileWriter/SentryFileOutputStream append overwrites file contents (#2304)
    • Respect incoming parent sampled decision when continuing a trace (#2311)

    Features

    • Profile envelopes are sent directly from profiler (#2298)
    • Add support for using Encoder with logback.SentryAppender (#2246)
    • Report Startup Crashes (#2277)
    • HTTP Client errors for OkHttp (#2287)
    • Add option to enable or disable Frame Tracking (#2314)

    ... (truncated)

    Changelog

    Sourced from sentry-logback's changelog.

    6.7.0

    Fixes

    • Use correct set-cookie for the HTTP Client response object (#2326)
    • Fix NoSuchElementException in CircularFifoQueue when cloning a Scope (#2328)

    Features

    • Customizable fragment lifecycle breadcrumbs (#2299)
    • Provide hook for Jetpack Compose navigation instrumentation (#2320)
    • Populate event.modules with dependencies metadata (#2324)
    • Support Spring 6 and Spring Boot 3 (#2289)

    Dependencies

    6.6.0

    Fixes

    • Ensure potential callback exceptions are caught #2123 (#2291)
    • Remove verbose FrameMetricsAggregator failure logging (#2293)
    • Ignore broken regex for tracePropagationTarget (#2288)
    • No longer serialize static fields; use toString as fallback (#2309)
    • Fix SentryFileWriter/SentryFileOutputStream append overwrites file contents (#2304)
    • Respect incoming parent sampled decision when continuing a trace (#2311)

    Features

    • Profile envelopes are sent directly from profiler (#2298)
    • Add support for using Encoder with logback.SentryAppender (#2246)
    • Report Startup Crashes (#2277)
    • HTTP Client errors for OkHttp (#2287)
    • Add option to enable or disable Frame Tracking (#2314)

    Dependencies

    6.5.0

    Fixes

    • Improve public facing API for creating Baggage from header (#2284)

    ... (truncated)

    Commits
    • 78ede0b release: 6.7.0
    • 21f0cd2 Add dependabot for github-actions (#2331)
    • 43077c0 Release branch for pre-releasing 6.7 (#2307)
    • 2826e76 Populate event.modules with dependencies metadata (#2324)
    • 34811f4 Call setSustainedPerformanceMode for better benchmarks (#2329)
    • cc45d5c Fix NoSuchElementException in CircularFifoQueue when cloning a Scope (#2328)
    • f809aac Use correct set-cookie for the HTTP Client response object (#2326)
    • 90e9745 chore(deps): update Native SDK to v0.5.2 (#2315)
    • b7fb83c Fix: Make lifecycle breadcrumbs logged in fragments customizable (#1734) (#2299)
    • b516cf3 Overload withSentryObservableEffect to provide compose instrumentation hook(#...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump mariadb-java-client from 3.0.6 to 3.0.8

    Bump mariadb-java-client from 3.0.6 to 3.0.8

    Bumps mariadb-java-client from 3.0.6 to 3.0.8.

    Release notes

    Sourced from mariadb-java-client's releases.

    MariaDB Connector/Java 3.0.8

    3.0.8 (Sept 2022)

    Full Changelog

    Notable Changes
    • small performance improvement
      • [CONJ-1010] improve client side prepared parameter parameter substitution
    Bugs Fixed
    • [CONJ-997] regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
    • [CONJ-1002] 2nd failover reconnection ignores default database/schema setting when not set by connection string
    • [CONJ-1003] replication configuration always use 1st replica on 3.0
    • [CONJ-996] BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
    • [CONJ-1006] disabling cachePrepStmts with useServerPrepStmts might result in Exception
    • [CONJ-1007] Socket file descriptors are leaked after connecting with unix socket if DB is not up running
    • [CONJ-1010] improve client side prepare statement parameter substitution
    • [CONJ-999] setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

    MariaDB Connector/Java 3.0.7

    3.0.7 (Jul 2022)

    Full Changelog

    • [CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4
    • [CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility
    • [CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte[] as 2.7.6 did
    • [CONJ-989] Binary column read as String
    • [CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException
    • [CONJ-991] Regression: binary(16) is returned as String by getObject()
    • [CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field
    Changelog

    Sourced from mariadb-java-client's changelog.

    3.0.8 (Sept 2022)

    Full Changelog

    Notable Changes
    • small performance improvement
      • [CONJ-1010] improve client side prepared parameter parameter substitution
    Bugs Fixed
    • [CONJ-997] regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
    • [CONJ-1002] 2nd failover reconnection ignores default database/schema setting when not set by connection string
    • [CONJ-1003] replication configuration always use 1st replica on 3.0
    • [CONJ-996] BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
    • [CONJ-1006] disabling cachePrepStmts with useServerPrepStmts might result in Exception
    • [CONJ-1007] Socket file descriptors are leaked after connecting with unix socket if DB is not up running
    • [CONJ-1010] improve client side prepare statement parameter substitution
    • [CONJ-999] setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

    3.0.7 (Jul 2022)

    Full Changelog

    • [CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4
    • [CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility
    • [CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte[] as 2.7.6 did
    • [CONJ-989] Binary column read as String
    • [CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException
    • [CONJ-991] Regression: binary(16) is returned as String by getObject()
    • [CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field
    Commits
    • a3fdec6 Merge branch 'release/3.0.8'
    • 66e6130 [misc] test suite better error description
    • e60dd93 [misc] parsing correction after #9a972b12
    • f5fc563 bump 3.0.8
    • 506ab96 [misc] javadoc addition
    • 57a5f06 [misc] client side prepare parameter setting avoiding null check for primitiv...
    • 7b9458c [misc] update mysql connector version
    • 0e4dbec [CONJ-1010] improve client side prepared parameter parameter substitution
    • be083fe [misc] test correction for NULL geometry value
    • 1e5f510 [misc] socket flushing correction
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump gson from 2.9.0 to 2.10

    Bump gson from 2.9.0 to 2.10

    Bumps gson from 2.9.0 to 2.10.

    Release notes

    Sourced from gson's releases.

    Gson 2.10

    Most important changes

    • Support for serializing and deserializing Java records, on Java ≥ 16. (#2201)

    • Add JsonArray.asList and JsonObject.asMap view methods (#2225)

    • Fix TypeAdapterRuntimeTypeWrapper not detecting reflective TreeTypeAdapter and FutureTypeAdapter (#1787)

    • Improve JsonReader.skipValue() (#2062)

    • Perform numeric conversion for primitive numeric type adapters (#2158)

    • Add Gson.fromJson(..., TypeToken) overloads (#1700)

    • Fix changes to GsonBuilder affecting existing Gson instances (#1815)

    • Make JsonElement conversion methods more consistent and fix javadoc (#2178)

    • Throw UnsupportedOperationException when JsonWriter.jsonValue is not supported (#1651)

    • Disallow JsonObject Entry.setValue(null) (#2167)

    • Fix TypeAdapter.toJson throwing AssertionError for custom IOException (#2172)

    • Convert null to JsonNull for JsonArray.set (#2170)

    • Fixed nullSafe usage. (#1555)

    • Validate TypeToken.getParameterized arguments (#2166)

    • Fix #1702: Gson.toJson creates CharSequence which does not implement toString (#1703)

    • Prefer existing adapter for concurrent Gson.getAdapter calls (#2153)

    • Improve ArrayTypeAdapter for Object[] (#1716)

    • Improve AppendableWriter performance (#1706)

    List of all changes

    ... (truncated)

    Changelog

    Sourced from gson's changelog.

    Version 2.10

    Version 2.9.1

    Also many small improvements to javadoc.

    Commits
    • dd92e49 [maven-release-plugin] prepare release gson-parent-2.10
    • 7ca36c5 Add a \<developers> section to the main pom.xml.
    • 79c27dd [maven-release-plugin] prepare for next development iteration
    • 87e9ee5 [maven-release-plugin] prepare release gson-parent-2.10
    • 4705518 Revise the version regex in GsonVersionDiagnosticsTest. (#2228)
    • 7bca5c4 [maven-release-plugin] rollback the release of gson-parent-2.10
    • c7544a0 [maven-release-plugin] prepare for next development iteration
    • 9efdfad [maven-release-plugin] prepare release gson-parent-2.10
    • 4f948dd Automatically replace version references on release:prepare (#2212)
    • 9578583 Small tweaks to fix Error Prone warnings. (#2227)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump mariadb-java-client from 3.0.6 to 3.1.0

    Bump mariadb-java-client from 3.0.6 to 3.1.0

    Bumps mariadb-java-client from 3.0.6 to 3.1.0.

    Release notes

    Sourced from mariadb-java-client's releases.

    MariaDB Connector/Java 3.0.9

    3.0.9 (Nov 2022)

    Full Changelog

    • 2.7.7 merge
    • CONJ-1012 stored procedure register output parameter as null if set before registerOutParameter command
    • CONJ-1017 Calendar possible race condition, cause wrong timestamp setting

    MariaDB Connector/Java 3.0.8

    3.0.8 (Sept 2022)

    Full Changelog

    Notable Changes
    • small performance improvement
      • [CONJ-1010] improve client side prepared parameter parameter substitution
    Bugs Fixed
    • [CONJ-997] regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
    • [CONJ-1002] 2nd failover reconnection ignores default database/schema setting when not set by connection string
    • [CONJ-1003] replication configuration always use 1st replica on 3.0
    • [CONJ-996] BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
    • [CONJ-1006] disabling cachePrepStmts with useServerPrepStmts might result in Exception
    • [CONJ-1007] Socket file descriptors are leaked after connecting with unix socket if DB is not up running
    • [CONJ-1010] improve client side prepare statement parameter substitution
    • [CONJ-999] setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

    MariaDB Connector/Java 3.0.7

    3.0.7 (Jul 2022)

    Full Changelog

    • [CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4
    • [CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility
    • [CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte[] as 2.7.6 did
    • [CONJ-989] Binary column read as String
    • [CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException
    • [CONJ-991] Regression: binary(16) is returned as String by getObject()
    • [CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field
    Changelog

    Sourced from mariadb-java-client's changelog.

    3.1.0 (Nov 2022)

    Full Changelog

    Notable Changes
    • CONJ-899 Support UUID Object
    • CONJ-916 when a failover occurs, log replayed transaction
    • CONJ-917 deprecated options use must be logged
    • CONJ-992 load balance distribution
    • CONJ-1008 default value for socket option useReadAheadInput
    • CONJ-1009 improve performance reading big result-set
    • CONJ-1014 avoid creating array when receiving server packet
    • CONJ-1015 pipelining sending multiple packet to socket
    Bugs Fixed
    • CONJ-1020 java 11 option setting ignored

    3.0.9 (Nov 2022)

    Full Changelog

    • 2.7.7 merge
    • CONJ-1012 stored procedure register output parameter as null if set before registerOutParameter command
    • CONJ-1017 Calendar possible race condition, cause wrong timestamp setting

    2.7.7 (Nov 2022)

    Full Changelog

    • CONJ-1021 GSSAPI authentication might result in connection reset
    • CONJ-1019 DatabaseMetaData.getImportedKeys should return real value for PK_NAME column
    • CONJ-1016 avoid splitting BULK command into multiple commands in case of prepareStatement.setNull() use
    • CONJ-1011 correcting possible NPE when using statement.cancel() that coincide with statement.close() in another thread
    • CONJ-1007 Socket file descriptors are leaked after connecting with unix socket if DB is not up running

    3.0.8 (Sept 2022)

    Full Changelog

    Notable Changes
    • small performance improvement
      • [CONJ-1010] improve client side prepared parameter parameter substitution
    Bugs Fixed
    • [CONJ-997] regression in 3.x when using option galeraAllowedState resulting in an IndexOutOfBoundsException
    • [CONJ-1002] 2nd failover reconnection ignores default database/schema setting when not set by connection string
    • [CONJ-1003] replication configuration always use 1st replica on 3.0
    • [CONJ-996] BatchUpdateException doesn't inherited the SQLState & vendorCode from the cause SQL exception
    • [CONJ-1006] disabling cachePrepStmts with useServerPrepStmts might result in Exception
    • [CONJ-1007] Socket file descriptors are leaked after connecting with unix socket if DB is not up running
    • [CONJ-1010] improve client side prepare statement parameter substitution
    • [CONJ-999] setting createDatabaseIfNotExist option use on read-only server will refuse connection on 3.0

    3.0.7 (Jul 2022)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump io.freefair.lombok from 6.4.3.1 to 6.6.1

    Bump io.freefair.lombok from 6.4.3.1 to 6.6.1

    Bumps io.freefair.lombok from 6.4.3.1 to 6.6.1.

    Release notes

    Sourced from io.freefair.lombok's releases.

    6.6.1

    No release notes provided.

    6.6

    What's Changed

    Full Changelog: https://github.com/freefair/gradle-plugins/compare/6.6-rc1...6.6

    6.6-rc1

    What's Changed

    ... (truncated)

    Commits
    • 62941d3 fixup
    • f4546b5 Prepare Lombok Plugin for android extension
    • 4bed6b3 Prepare AspectJ Plugin for android extension
    • 219f8f1 Merge branch 'master' of github.com:freefair/gradle-plugins
    • a6c2df4 Check for AspectJ and android conflicts
    • 72594f7 Merge pull request #659 from freefair/dependabot/gradle/examples/org.mockito-...
    • 9a17b6e Bump mockito-core from 4.9.0 to 4.10.0 in /examples
    • af507ce Update to sass-embedded-host 1.10.0
    • 328d632 Merge pull request #655 from freefair/dependabot/gradle/io.github.classgraph-...
    • 5d7dcbe Bump classgraph from 4.8.151 to 4.8.152
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump slf4j-api from 2.0.4 to 2.0.6

    Bump slf4j-api from 2.0.4 to 2.0.6

    Bumps slf4j-api from 2.0.4 to 2.0.6.

    Commits
    • 5ff6f2c prepare for release 2.0.6
    • 2f4aa75 fix SLF4J-575
    • 363f0a5 remove unused parts
    • 171679b SLF4J-574: Add full OSGi headers, especially "uses" clauses
    • 921b5b3 fix FUNDING file
    • e02244c fix FUNDING file
    • 441d458 fix FUNDING file
    • f5e741b add FUNDING file
    • 2e71327 remove unused log4j dependency in the version definition section of pom.xml
    • 3ff2a30 start work on 2.0.6-SNAPSHOT
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump jackson-dataformat-yaml from 2.14.0 to 2.14.1

    Bump jackson-dataformat-yaml from 2.14.0 to 2.14.1

    Bumps jackson-dataformat-yaml from 2.14.0 to 2.14.1.

    Commits
    • 003d3db [maven-release-plugin] prepare release jackson-dataformats-text-2.14.1
    • 9e67e8f Prepare for 2.14.1 release
    • cd59497 Update release notes wrt #352 (follow-up to #285)
    • 53cf263 Allow missing header columns with Feature.FAIL_ON_MISSING_HEADER_COLUMNS (#...
    • 9fb60b2 Add main level LICENSE file
    • 6a9a866 Back to snapshot deps; add 2.14 javadocs
    • e0a5c93 [maven-release-plugin] prepare for next development iteration
    • See full diff in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump jackson-core from 2.14.0 to 2.14.1

    Bump jackson-core from 2.14.0 to 2.14.1

    Bumps jackson-core from 2.14.0 to 2.14.1.

    Commits
    • 2be384b [maven-release-plugin] prepare release jackson-core-2.14.1
    • dd0b3b6 Prepare for 2.14.1 release
    • ede8519 Rearrange README a bit
    • ccd23d5 Add JDK and Android compatibility sections on README
    • 8108879 Correct Android SDK compatibility statement in pom.xml
    • af41fe5 Merge branch '2.13' into 2.14
    • 2faf10b Fix #838: Add Android SDK compatibility check with AnimalSniffer (#841)
    • c1f5462 Fix #838: Add Android SDK compatibility check with AnimalSniffer (#841)
    • a615ffe Backport release note update
    • 006bdab Fix previous commit on wrong branch :)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump jackson-databind from 2.14.0 to 2.14.1

    Bump jackson-databind from 2.14.0 to 2.14.1

    Bumps jackson-databind from 2.14.0 to 2.14.1.

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v0.3.1)
Owner
null
This is some Discord bot I made to help me learn Java. Not very useful yet.

JennyChan This is some Discord bot I made to help me learn Java. Not very useful yet. What it can do so far: Reply to mention List commands Show bot u

null 0 Sep 1, 2022
A Java Discord Bot Base that supports Slash Commands!

Nyjava Nyjava is a discord bot base that supports ?? Discord Slash Commands! ?? I'll see where I go with this, I might update it, I might not. Time wi

Alexandros 8 Nov 19, 2022
Some anti afk bot which prevents you from getting punished for going afk in games. Way of stopping the bot is slightly flawed but we'll ignore that.

AntiAFK Some anti afk bot which prevents you from getting punished for going afk in games. Gui mode coming soon... Installation Install Java 17. Downl

flasky 1 Jan 13, 2022
A useful Discord Bot for you!

kottbot A useful Discord Bot for you! Installation Download the build. Put it on your local or root server Execute this command to start the Bot: java

Jannis Wollschläger 1 Jan 24, 2022
paste bot for discord. Choose between multiple paste services.

WriterBot Description A simple paste bot written in java. This bot uploads all kinds of text files sent in the channels to https://paste.gg and provid

Dibyajyoti Dey 5 Aug 27, 2022
Discord Bot with many useful utilities!

Utility Discord Bot Discord Bot with many utilities like base64/hex de-/encode and string hashing Invite the bot Does need manage role perms. Its requ

ReisMiner 4 Dec 14, 2022
An advanced, multi-purpose Discord bot

TechnoBot An advanced, multi-purpose bot for Discord Explore this project » Visit Wiki · Report Bug · Request Feature Table of Contents About The Proj

Thomas 13 Dec 28, 2022
NFT sales tracking on the secondary market, on the Songbird network and notification via a Discord bot

SgbNftMarketDiscordBot Fork this project for any other chain using Ethereum Virtual Machine (EVM) like ETH, FLR, BSC etc If you like the project or fi

null 4 Jan 9, 2023
Aliucord - Discord Android app mod inspired by desktop Discord client mods.

Aliucord Aliucord is a modification for the Android Discord app inspired by desktop client modifications. Unlike other Android Discord app modificatio

null 2k Dec 31, 2022
A lightweight and extensible library to resolve application properties from various external sources.

Externalized Properties A lightweight and extensible library to resolve application properties from various external sources. Twelve Factor Methodolog

Joel Jeremy Marquez 20 Nov 29, 2022
Simple and extensible identity management service

AuthGuard An easy-to-use, and easy-to-customize, identity server. It supports multiple authentication and authorization options and can be extended to

null 7 Jan 9, 2022
An extensible media player for Android

ExoPlayer ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and vi

Google 20.2k Dec 30, 2022
Simple and extensible storage service implementation with optional encryption.

Simple and extensible storage service implementation with optional encryption. About Hole Hole is a simple data storage made with a soul for those who

d1s utils 3 Aug 13, 2022
A lightweight and extensible library to resolve application properties from various external sources.

Externalized Properties A lightweight and extensible library to resolve application properties from various external sources. Twelve Factor Methodolog

Joel Jeremy Marquez 20 Nov 29, 2022
An application created using Android Studio, Java and Firebase DB to serve patients and doctors at a medical clinic.

MEDICAL CLINIC APP An application created using Android Studio, Java and Firebase DB to serve patients and doctors at a medical clinic. Patients are a

Anik Sarker 16 Jan 5, 2023
Word wrapping program created using Java and Scanner imports.

WordWrap Word wrapping program created using Java and Scanner imports. The program begins by asking the user to input a number for line width. This re

Nikhil Khanna 1 Jan 31, 2022
The Quotation Management application is a API REST created using Spring Boot framework.

✅ Quotation Management API - Done ✅ About • Features • Setup • Technologies • Author • License ?? About The Quotation Management application is a API

Vanessa Swerts 6 Apr 29, 2022
The repository is created to showcase examples of microservices patterns using different technologies.

Repository Objective The goal of this repository is to demonstrate coding examples in different languages mainly Java and .NET core. These examples wi

Roland Salloum 13 Nov 17, 2022
Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.

Quick Start | Documentation | Discord | Twitter Create and run your java crypto trading bot in minutes Our Spring boot starter takes care of exchange

Cassandre 442 Jan 3, 2023