diff --git a/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle b/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle index a98971e0bd..52d573cd05 100644 --- a/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle +++ b/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle @@ -40,8 +40,10 @@ dependencies { latestDepTestCompile group: 'org.springframework', name: 'spring-test', version: '+' latestDepTestCompile group: 'org.springframework', name: 'spring-context', version: '+' - latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-commons', version: '1.9.+' + latestDepTestCompile group: 'org.springframework', name: 'spring-core', version: '+' latestDepTestCompile group: 'org.springframework', name: 'spring-aop', version: '+' - latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-jpa', version: '1.7.+' + latestDepTestCompile group: 'org.springframework', name: 'spring-tx', version: '+' + latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-commons', version: '+' + latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-jpa', version: '+' }