diff --git a/Changelog.txt b/Changelog.txt
index b8384fc0d..d1ffe936c 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,6 +1,8 @@
Version 2.1.207
Fixed an IndexOutOfBounds exception with our BlockTracker
Fixed a bug where leveling up a party at level cap would spam the chat with messages
+ mcMMO will no longer use enchanted repair materials (thanks JeBobs)
+ Added an option to allow enchanted repair materials 'Skills.Repair.Use_Enchanted_Materials' in config.yml
Temporarily rolling required Java version back to 16
Added unicode (UTF-8) support to locale files (no more UTF-16 codes needed)
Added locale key 'Scoreboard.Disabled' to en_US
diff --git a/pom.xml b/pom.xml
index 92fd1226b..9a0b92191 100755
--- a/pom.xml
+++ b/pom.xml
@@ -326,25 +326,25 @@
org.junit.jupiter
junit-jupiter
- 5.8.1
+ 5.8.2
test
org.mockito
mockito-core
- 4.0.0
+ 4.2.0
test
org.mockito
mockito-inline
- 4.0.0
+ 4.2.0
test
org.apache.tomcat
tomcat-jdbc
- 10.0.12
+ 10.0.14
compile
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 29dae4df0..84798fd72 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -391,6 +391,7 @@ Skills:
Anvil_Placed_Sounds: true
Anvil_Use_Sounds: true
Anvil_Material: IRON_BLOCK
+ Use_Enchanted_Materials: false
# Ask for a confirmation when a player tries to repair an enchanted item
Confirm_Required: true
Salvage: