Commit Graph

385 Commits

Author SHA1 Message Date
dependabot[bot]
3805c85e39
Bump placeholderapi from 2.10.9 to 2.10.10 in /Plan (#1994)
Bumps placeholderapi from 2.10.9 to 2.10.10.

---
updated-dependencies:
- dependency-name: me.clip:placeholderapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-10 12:09:34 +03:00
Antti Koponen
7b45d6c3a5
Bump caffeine from 2.8.0 to 2.9.2 (#1986) 2021-07-07 07:39:44 +03:00
dependabot[bot]
0dada50ac5
Bump sqlite-jdbc from 3.36.0 to 3.36.0.1 in /Plan (#1967)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0 to 3.36.0.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.36.0...3.36.0.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 08:00:41 +03:00
Antti Koponen
6b54efef3c
Velocity 3.0.0 support by Kopo (#1961)
* Add Velocity 3.0.0 support

- Switched `VelocityCommand` implementation to `SimpleCommand` subinterface
- Removed old & deprecated `text` component handling API in favor of Adventure components

* Fix hover & click events not working
2021-06-29 23:29:59 +03:00
dependabot-preview[bot]
90f646bd1d Bump sqlite-jdbc from 3.34.0 to 3.36.0 in /Plan
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.36.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.34.0...3.36.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-28 05:28:32 +00:00
dependabot-preview[bot]
4db83b4a9d Bump mockito-core from 3.11.1 to 3.11.2 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-22 05:40:42 +00:00
dependabot-preview[bot]
08dda0c7fd Bump mockito-junit-jupiter from 3.11.1 to 3.11.2 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-22 05:31:10 +00:00
dependabot-preview[bot]
bc43d95dc6 Bump slf4jVersion from 1.7.30 to 1.7.31 in /Plan
Bumps `slf4jVersion` from 1.7.30 to 1.7.31.

Updates `slf4j-nop` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-api` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-21 05:24:57 +00:00
dependabot-preview[bot]
bf9dfe4035 Bump mockito-core from 3.11.0 to 3.11.1 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-14 05:59:22 +00:00
dependabot-preview[bot]
0202aa30b9 Bump mockito-junit-jupiter from 3.11.0 to 3.11.1 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-14 05:49:59 +00:00
Risto Lahtela
e90606b68a
5.4: Java 16 support, remove H2 (#1932)
* Stop downloading dependencies at startup, include them instead
* 5.4: Removed H2
* Platform Abstraction Layer 5.0.0, delete dependency downloading
* Removed some unnecessary native sqlite drivers
* Serve jquery via CDN

Affects issues:
- Fixes #1886
- Close #1908 (No longer relevant, library no longer included)
2021-06-12 10:21:38 +03:00
Risto Lahtela
fa4a2e6595
Gradle 7 Update by Kopo (#1931)
Updates gradle to version 7 and sorts out all the deprecated stuff

Affects issues:
- Clsoe #1871

Co-authored-by: Antti Koponen <koponen942@outlook.com>
2021-06-12 08:24:24 +03:00
dependabot-preview[bot]
a324c7ee24 Bump dagger-compiler from 2.36 to 2.37 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.36 to 2.37.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.36...dagger-2.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-11 05:32:02 +00:00
dependabot-preview[bot]
2a523db945 Bump org.sonarqube from 3.2.0 to 3.3 in /Plan
Bumps org.sonarqube from 3.2.0 to 3.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-11 05:22:50 +00:00
dependabot-preview[bot]
bcca25f1c4 Bump dagger from 2.36 to 2.37 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.36 to 2.37.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.36...dagger-2.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-11 05:21:09 +00:00
dependabot-preview[bot]
c7a2bd6b29 Bump mockito-junit-jupiter from 3.10.0 to 3.11.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-04 05:36:17 +00:00
dependabot-preview[bot]
d674e9acfe Bump mockito-core from 3.10.0 to 3.11.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-04 05:26:18 +00:00
dependabot-preview[bot]
283c8e02ee Bump dagger-compiler from 2.35.1 to 2.36 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.35.1 to 2.36.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-26 05:36:32 +00:00
dependabot-preview[bot]
3c8d8a0607 Bump dagger from 2.35.1 to 2.36 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.35.1 to 2.36.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35.1...dagger-2.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-26 05:25:10 +00:00
dependabot-preview[bot]
fa0b1aa5d3 Bump gson from 2.8.6 to 2.8.7 in /Plan
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-25 05:26:50 +00:00
dependabot-preview[bot]
6bd96a32a1 Bump RedisBungee from 0.6.2 to 0.6.3 in /Plan
Bumps RedisBungee from 0.6.2 to 0.6.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-21 05:24:17 +00:00
dependabot-preview[bot]
404f38170e Bump RedisBungee from 0.6.1 to 0.6.2 in /Plan
Bumps RedisBungee from 0.6.1 to 0.6.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-18 05:26:43 +00:00
dependabot-preview[bot]
b1c37cd783 Bump junit-jupiter-engine from 5.7.1 to 5.7.2 in /Plan
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-17 05:46:48 +00:00
dependabot-preview[bot]
5f194773c0 Bump junit-jupiter-api from 5.7.1 to 5.7.2 in /Plan
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-17 05:35:59 +00:00
dependabot-preview[bot]
6c6c9034da Bump junit-jupiter-params from 5.7.1 to 5.7.2 in /Plan
Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-17 05:27:12 +00:00
dependabot-preview[bot]
f15e2f30f9 Bump RedisBungee from 0.6 to 0.6.1 in /Plan
Bumps RedisBungee from 0.6 to 0.6.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-14 05:27:52 +00:00
dependabot-preview[bot]
3d89f4c139 Bump mockito-core from 3.9.0 to 3.10.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-13 05:33:26 +00:00
dependabot-preview[bot]
53dc3f4680 Bump mockito-junit-jupiter from 3.9.0 to 3.10.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-13 05:22:44 +00:00
dependabot-preview[bot]
4ab37ba909 Bump mysql-connector-java from 8.0.24 to 8.0.25 in /Plan
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.24 to 8.0.25.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-11 05:26:34 +00:00
Risto Lahtela
bac983d6a0
Revert "Bump caffeine from 2.8.0 to 3.0.2 in /Plan" (#1879)
This reverts commit e3fb56775f.
2021-05-03 10:00:41 +03:00
dependabot-preview[bot]
e3fb56775f Bump caffeine from 2.8.0 to 3.0.2 in /Plan
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.8.0 to 3.0.2.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v2.8.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-03 05:30:53 +00:00
dependabot-preview[bot]
919bc31ebf Bump org.sonarqube from 3.1.1 to 3.2.0 in /Plan
Bumps org.sonarqube from 3.1.1 to 3.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-30 05:25:24 +00:00
dependabot-preview[bot]
7a29fbae63 Bump dagger from 2.35 to 2.35.1 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.35 to 2.35.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35...dagger-2.35.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-28 14:17:53 +00:00
dependabot-preview[bot]
89aaceb0cd Bump dagger-compiler from 2.35 to 2.35.1 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.35 to 2.35.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.35...dagger-2.35.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-28 14:07:51 +00:00
Risto Lahtela
99a13dfb04 Bump version to 5.3 2021-04-25 11:27:57 +03:00
Risto Lahtela
b6f1bb22c8 Updated PlatformAbstraction layer
- Replace usage of DepDownloader with MVNLoader

Affects issues:
- Fixed #1839
2021-04-23 10:23:50 +03:00
dependabot-preview[bot]
3f275fd7e4 Bump dagger-compiler from 2.34.1 to 2.35 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.34.1 to 2.35.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.34.1...dagger-2.35)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 05:36:41 +00:00
dependabot-preview[bot]
5dc642759b Bump dagger from 2.34.1 to 2.35 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.34.1 to 2.35.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.34.1...dagger-2.35)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 05:25:35 +00:00
dependabot-preview[bot]
8c0f2b1106 Bump gradle-aggregate-javadocs-plugin from 2.2.+ to 3.0.1 in /Plan
Bumps [gradle-aggregate-javadocs-plugin](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin) from 2.2.+ to 3.0.1.
- [Release notes](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/releases)
- [Commits](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/commits/v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-22 05:33:02 +00:00
dependabot-preview[bot]
148ee6ae57 Bump mysql-connector-java from 8.0.23 to 8.0.24 in /Plan
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.23 to 8.0.24.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-20 05:30:46 +00:00
dependabot-preview[bot]
aacc4c1534 Bump dagger-compiler from 2.34 to 2.34.1 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.34 to 2.34.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.34...dagger-2.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-14 06:04:29 +00:00
dependabot-preview[bot]
a86e13eac4 Bump dagger from 2.34 to 2.34.1 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.34 to 2.34.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.34...dagger-2.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-14 05:54:28 +00:00
dependabot-preview[bot]
02877fd2fb Bump dagger-compiler from 2.33 to 2.34 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.33 to 2.34.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:49:26 +00:00
dependabot-preview[bot]
5793872660 Bump mockito-junit-jupiter from 3.8.0 to 3.9.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:48:20 +00:00
dependabot-preview[bot]
a085e88be1 Bump dagger from 2.33 to 2.34 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.33 to 2.34.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:38:42 +00:00
dependabot-preview[bot]
74bfe68e7a Bump mockito-core from 3.8.0 to 3.9.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:38:20 +00:00
Risto Lahtela
6ca352e6d0 Bump palVersion to 4.0.13 2021-03-24 14:52:23 +02:00
Creeperface01
0dd5d41955
Update nukkit module to support new PlaceholderAPI version (#1806) 2021-03-21 10:36:15 +02:00
Risto Lahtela
e66900117c Replace jcenter with mavenCentral since it is sunset 2021-03-15 18:26:57 +02:00
Risto Lahtela
7e08ea8245 Fixed plugin not enabling on Sponge or nukkit
- Removed module-info.class that came from asm
- Don't relocate SQLite since the NativeDB class is not relocated properly
2021-03-15 18:24:40 +02:00