From c2074e450491ec8810aadfc3e253fe8e2282444d Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Sun, 30 Jun 2024 22:56:04 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98f254a..1f20539 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MapReflectionAPI -This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.20. +This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.21. ## Usage: @@ -18,7 +18,7 @@ First, include the API using Maven: tech.sbdevelopment MapReflectionAPI - 1.6 + 1.6.4 provided ``` @@ -162,7 +162,6 @@ public class MapRenderDistanceListener implements Listener { ## Credits: -This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses -other dependencies. +This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to the latest version of Minecraft and uses other dependencies. This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information. From 59d4f84625c07a7c3b0ebb1c1598f0d2ab985a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:54:17 +0000 Subject: [PATCH 2/5] Bump org.bstats:bstats-bukkit from 3.0.2 to 3.1.0 Bumps [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: org.bstats:bstats-bukkit 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 005712b..df0609f 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ org.bstats bstats-bukkit - 3.0.2 + 3.1.0 compile From 48762f97032704ee6657450184c0f9fb9dbd8b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:50:30 +0000 Subject: [PATCH 3/5] Bump io.netty:netty-transport from 4.1.97.Final to 4.1.114.Final Bumps [io.netty:netty-transport](https://github.com/netty/netty) from 4.1.97.Final to 4.1.114.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.1.114.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport 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 005712b..0f90fa2 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ io.netty netty-transport - 4.1.97.Final + 4.1.114.Final provided From 7e392eb0ecc8a58b67584c15a629cce29300c751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:50:37 +0000 Subject: [PATCH 4/5] Bump com.github.cryptomorin:XSeries from 11.2.0 to 11.3.0 Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 11.2.0 to 11.3.0. - [Release notes](https://github.com/CryptoMorin/XSeries/releases) - [Commits](https://github.com/CryptoMorin/XSeries/compare/v11.2.0...v11.3.0) --- updated-dependencies: - dependency-name: com.github.cryptomorin:XSeries 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 005712b..2375634 100644 --- a/pom.xml +++ b/pom.xml @@ -190,7 +190,7 @@ com.github.cryptomorin XSeries - 11.2.0 + 11.3.0 From fa5e26ffd836c737d10839c901294ad5f3f02205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:29:25 +0000 Subject: [PATCH 5/5] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.1 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.11.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.11.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-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 005712b..9f3b9d9 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.11.1 11 ${maven.lombok.delombok-target}