diff --git a/Plan/build.gradle b/Plan/build.gradle
index 4ba318d37..e51a12805 100644
--- a/Plan/build.gradle
+++ b/Plan/build.gradle
@@ -12,7 +12,7 @@ allprojects {
wrapper.gradleVersion = "5.0"
group "com.djrapitops"
- version "4.6.1-SNAPSHOT"
+ version "4.6.2-SNAPSHOT"
test {
testLogging {
@@ -46,7 +46,7 @@ subprojects {
ext.daggerCompilerVersion = "2.21"
ext.abstractPluginFrameworkVersion = "3.4.1"
- ext.planPluginBridgeVersion = "4.6.1"
+ ext.planPluginBridgeVersion = "4.6.2"
ext.bukkitVersion = "1.12.2-R0.1-SNAPSHOT"
ext.spigotVersion = "1.12.2-R0.1-SNAPSHOT"
diff --git a/PlanPluginBridge/pom.xml b/PlanPluginBridge/pom.xml
index a5c77bb7b..1a84ccfe7 100644
--- a/PlanPluginBridge/pom.xml
+++ b/PlanPluginBridge/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.djrapitops
PlanPluginBridge
- 4.6.1
+ 4.6.2
jar
${project.groupId}:${project.artifactId}
@@ -132,6 +132,13 @@
jar
provided
+
+
+ com.google.dagger
+ dagger
+ 2.20
+
+