Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 558ac8b

Browse files
author
anatoliy
committed
jackson version increased to 2.11.1
1 parent 58834ad commit 558ac8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

endpoints-framework/src/main/java/com/google/api/server/spi/config/jsonwriter/JacksonResourceSchemaProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private TypeToken<?> getPropertyType(TypeToken<?> beanType, Method readMethod, M
126126
}
127127
} else if (field != null) {
128128
return ApiAnnotationIntrospector.getSchemaType(
129-
beanType.resolveType(field.getGenericType()), config);
129+
beanType.resolveType(field.getAnnotated().getGenericType()), config);
130130
}
131131
return null;
132132
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version=2.0.7-CA.3
1+
version=2.0.7-CA.4
22
sourceCompatibility=1.7
33
targetCompatibility=1.7
44
group=com.google.endpoints
55

66
servletVersion=2.5
77
javaxinjectVersion=1
88
guavaVersion=19.0
9-
jacksonVersion=2.6.4
9+
jacksonVersion=2.11.1
1010
appengineVersion=1.9.49
1111
apiclientVersion=1.21.0
1212
findbugsVersion=3.0.1

0 commit comments

Comments
 (0)