diff --git a/fastasyncworldedit/API/api-usage.md b/fastasyncworldedit/API/api-usage.md
index 30d2a4e..9ccdbf9 100644
--- a/fastasyncworldedit/API/api-usage.md
+++ b/fastasyncworldedit/API/api-usage.md
@@ -23,7 +23,7 @@ repositories {
 }
 
 dependencies {
-    implementation(platform("com.intellectualsites.bom:bom-newest:1.45")) // Ref: https://github.com/IntellectualSites/bom 
+    implementation(platform("com.intellectualsites.bom:bom-newest:1.46")) // Ref: https://github.com/IntellectualSites/bom 
     compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
 }
 ```
@@ -37,7 +37,7 @@ repositories {
 }
 
 dependencies {
-    implementation(platform("com.intellectualsites.bom:bom-newest:1.45")) // Ref: https://github.com/IntellectualSites/bom 
+    implementation(platform("com.intellectualsites.bom:bom-newest:1.46")) // Ref: https://github.com/IntellectualSites/bom 
     compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
     compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") { isTransitive = false }
 }
@@ -57,7 +57,7 @@ dependencies {
         
             com.intellectualsites.bom
             bom-newest 
-            1.45
+            1.46
             import
             pom
         
@@ -85,7 +85,7 @@ dependencies {
         
             com.intellectualsites.bom
             bom-newest 
-            1.45
+            1.46
             import
             pom
         
diff --git a/plotsquared/api/api-documentation.md b/plotsquared/api/api-documentation.md
index d707ef8..64986b6 100644
--- a/plotsquared/api/api-documentation.md
+++ b/plotsquared/api/api-documentation.md
@@ -24,7 +24,7 @@ repositories {
 }
 
 dependencies {
-    implementation(platform("com.intellectualsites.bom:bom-newest:1.45"))
+    implementation(platform("com.intellectualsites.bom:bom-newest:1.46"))
     compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
 }
 ```
@@ -38,7 +38,7 @@ repositories {
 }
 
 dependencies {
-    implementation(platform("com.intellectualsites.bom:bom-newest:1.45"))
+    implementation(platform("com.intellectualsites.bom:bom-newest:1.46"))
     compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
     compileOnly("com.intellectualsites.plotsquared:plotsquared-bukkit") { isTransitive = false }
 }
@@ -58,7 +58,7 @@ dependencies {
         
             com.intellectualsites.bom
             bom-newest
-            1.45
+            1.46
             import
             pom
         
@@ -87,7 +87,7 @@ dependencies {
         
             com.intellectualsites.bom
             bom-newest
-            1.45
+            1.46
             import
             pom