diff --git a/core/src/main/java/org/apache/druid/guice/GuiceAnnotationIntrospector.java b/core/src/main/java/org/apache/druid/guice/GuiceAnnotationIntrospector.java
index ce49253e0ffb..1f1a20d43f99 100644
--- a/core/src/main/java/org/apache/druid/guice/GuiceAnnotationIntrospector.java
+++ b/core/src/main/java/org/apache/druid/guice/GuiceAnnotationIntrospector.java
@@ -58,9 +58,9 @@ public Object findInjectableValueId(AnnotatedMember m)
if (m instanceof AnnotatedMethod) {
throw new IAE("Annotated methods don't work very well yet...");
}
- return Key.get(m.getGenericType());
+ return Key.get(m.getType());
}
- return Key.get(m.getGenericType(), guiceAnnotation);
+ return Key.get(m.getType(), guiceAnnotation);
}
/**
diff --git a/licenses.yaml b/licenses.yaml
index 317e1ded848b..09914d15f8d3 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -237,7 +237,7 @@ name: Jackson
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 2.10.5
+version: 2.13.2
libraries:
- com.fasterxml.jackson.core: jackson-annotations
- com.fasterxml.jackson.core: jackson-core
@@ -278,7 +278,7 @@ name: Jackson
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 2.10.5.1
+version: 2.13.2
libraries:
- com.fasterxml.jackson.core: jackson-databind
notice: |
diff --git a/pom.xml b/pom.xml
index 598a16a0d1b6..352d70367a89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
1.3
9.4.40.v20210413
1.19.4
- 2.10.5.20201202
+ 2.13.2
1.9.13
2.17.1
5.1.48