File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ configure(allprojects) { project ->
4848 ext. htmlunitVersion = " 2.19"
4949 ext. httpasyncVersion = " 4.1.1"
5050 ext. httpclientVersion = " 4.5.2"
51- ext. jackson2Version = " 2.6.5 "
51+ ext. jackson2Version = " 2.6.6 "
5252 ext. jasperreportsVersion = " 6.2.1"
5353 ext. javamailVersion = " 1.5.5"
5454 ext. jettyVersion = " 9.3.8.v20160314"
@@ -716,7 +716,7 @@ project("spring-web") {
716716 exclude group : " javax.servlet" , module : " javax.servlet-api"
717717 }
718718 optional(" log4j:log4j:1.2.17" )
719- optional(" com.googlecode.protobuf-java-format:protobuf-java-format:1.2 " )
719+ optional(" com.googlecode.protobuf-java-format:protobuf-java-format:1.4 " )
720720 optional(" com.google.protobuf:protobuf-java:${ protobufVersion} " )
721721 optional(" javax.mail:javax.mail-api:${ javamailVersion} " )
722722 testCompile(project(" :spring-context-support" )) // for JafMediaTypeFactory
You can’t perform that action at this time.
0 commit comments