diff --git a/dd-java-agent/instrumentation/spring-webmvc-3.1/spring-webmvc-3.1.gradle b/dd-java-agent/instrumentation/spring-webmvc-3.1/spring-webmvc-3.1.gradle index 172c28fd804..e147571337c 100644 --- a/dd-java-agent/instrumentation/spring-webmvc-3.1/spring-webmvc-3.1.gradle +++ b/dd-java-agent/instrumentation/spring-webmvc-3.1/spring-webmvc-3.1.gradle @@ -30,7 +30,7 @@ muzzle { apply from: "$rootDir/gradle/java.gradle" dependencies { - compileOnly group: 'org.springframework', name: 'spring-webmvc', version: '3.1.0.RELEASE' + compileOnly group: 'org.springframework', name: 'spring-webmvc', version: '3.2.0.RELEASE' compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0' // compileOnly group: 'org.springframework', name: 'spring-webmvc', version: '2.5.6' // compileOnly group: 'javax.servlet', name: 'servlet-api', version: '2.4'