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:
 <dependency>
   <groupId>tech.sbdevelopment</groupId>
   <artifactId>MapReflectionAPI</artifactId>
-  <version>1.6</version>
+  <version>1.6.4</version>
   <scope>provided</scope>
 </dependency>
 ```
@@ -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.
diff --git a/pom.xml b/pom.xml
index 225d473..5eecb15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.7.0</version>
+                <version>3.11.1</version>
                 <configuration>
                     <release>11</release>
                     <sourcepath>${maven.lombok.delombok-target}</sourcepath>
@@ -188,7 +188,7 @@
         <dependency>
             <groupId>org.bstats</groupId>
             <artifactId>bstats-bukkit</artifactId>
-            <version>3.0.2</version>
+            <version>3.1.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>