diff --git a/build.gradle b/build.gradle index 39deaf16..ee9b8b6e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,13 +17,13 @@ sourceSets { } dependencies { - compile 'org.springframework:spring-aop:3.2.13.RELEASE', + implementation 'org.springframework:spring-aop:3.2.13.RELEASE', 'org.springframework:spring-beans:3.2.13.RELEASE', 'org.springframework:spring-context:3.2.13.RELEASE', 'org.springframework:spring-core:3.2.13.RELEASE', 'org.springframework:spring-expression:3.2.13.RELEASE' - testCompile 'junit:junit:4.8.2' + testImplementation 'junit:junit:4.8.2' } mainClassName = 'com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Main' \ No newline at end of file diff --git a/pom.xml b/pom.xml index 05dab880..a2123cd7 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ junit junit - 4.8.2 + 4.13.1 test @@ -29,7 +29,7 @@ org.springframework spring-beans - 3.2.13.RELEASE + 5.2.20.RELEASE org.springframework @@ -39,12 +39,12 @@ org.springframework spring-core - 3.2.13.RELEASE + 5.2.24.RELEASE org.springframework spring-expression - 3.2.13.RELEASE + 5.2.20.RELEASE