From c3fb2daa26197233e7a720ca9e99ba5c62445b1d Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Mon, 31 Oct 2022 20:00:46 +0100 Subject: [PATCH 1/7] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de55e28 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ShowAPI + +This repository contains the official show plugin of McThemeParks. +This plugin contains all the show functions for the server. + +## License + +``` +Copyright (C) McThemeParks 2022 - All Rights Reserved +Unauthorized copying of this file, via any medium is strictly prohibited +Proprietary and confidential +Written by Stijn Bannink , October 2020 +``` From ac5bbdfa1201095ce9884088b4c4d435d0e9373f Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Wed, 28 Dec 2022 10:40:47 +0100 Subject: [PATCH 2/7] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5b06320 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" From b86f41614ad9201c326c886e2b6be5b345053681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:42:25 +0000 Subject: [PATCH 3/7] Bump guardianbeam from 2.3.0 to 2.3.1 Bumps [guardianbeam](https://github.com/SkytAsul/GuardianBeam) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/SkytAsul/GuardianBeam/releases) - [Commits](https://github.com/SkytAsul/GuardianBeam/commits) --- updated-dependencies: - dependency-name: io.github.skytasul:guardianbeam dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 224235a..7c4c8f2 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ io.github.skytasul guardianbeam - 2.3.0 + 2.3.1 compile From 3c0b86216fd4c949a2e918aee4a9108aad0d88c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:42:29 +0000 Subject: [PATCH 4/7] Bump XSeries from 8.8.0 to 9.2.0 Bumps [XSeries](https://github.com/CryptoMorin/XSeries) from 8.8.0 to 9.2.0. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v8.8.0...v9.2.0) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 224235a..294ae1f 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ com.github.cryptomorin XSeries - 8.8.0 + 9.2.0 com.github.fierioziy.particlenativeapi From bc41f206596dc7f27c5865828fe7df8cccc3099d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:42:32 +0000 Subject: [PATCH 5/7] Bump maven-compiler-plugin from 3.9.0-SNAPSHOT to 3.10.1 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0-SNAPSHOT to 3.10.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/commits/maven-compiler-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 224235a..4b1447b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0-SNAPSHOT + 3.10.1 17 From 92b725e7af17da63cbc737c8d2278672dd556577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:43:05 +0000 Subject: [PATCH 6/7] Bump maven-shade-plugin from 3.3.1-SNAPSHOT to 3.4.1 Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.1-SNAPSHOT to 3.4.1. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/commits/maven-shade-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 224235a..8ac95fb 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.3.1-SNAPSHOT + 3.4.1 package From 4b18f45c9df5a94feae528a79275d281cb65a5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:43:09 +0000 Subject: [PATCH 7/7] Bump ParticleNativeAPI-plugin from 3.2.1 to 3.3.1 Bumps [ParticleNativeAPI-plugin](https://github.com/Fierioziy/ParticleNativeAPI) from 3.2.1 to 3.3.1. - [Release notes](https://github.com/Fierioziy/ParticleNativeAPI/releases) - [Commits](https://github.com/Fierioziy/ParticleNativeAPI/compare/3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: com.github.fierioziy.particlenativeapi:ParticleNativeAPI-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 224235a..354ccba 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ com.github.fierioziy.particlenativeapi ParticleNativeAPI-plugin - 3.2.1 + 3.3.1 compile