diff --git a/build.gradle.kts b/build.gradle.kts index 23aa741..495a84a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -102,7 +102,7 @@ subprojects { dependencies { api("org.jetbrains.kotlin:kotlin-reflect") api("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - testImplementation(platform("org.junit:junit-bom:5.7.0")) + testImplementation(platform("org.junit:junit-bom:5.8.1")) testImplementation("org.junit.jupiter:junit-jupiter") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2a56324..a0f7639 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/spring-json-api/build.gradle.kts b/spring-json-api/build.gradle.kts index cc6e0b7..9a38f6c 100644 --- a/spring-json-api/build.gradle.kts +++ b/spring-json-api/build.gradle.kts @@ -1,13 +1,13 @@ dependencies { api(group = "org.springframework.boot", name = "spring-boot-starter-web") - testImplementation("io.mockk:mockk:1.10.6") + testImplementation("io.mockk:mockk:1.12.0") } publishingInfo { description = "SpringBoot json api response classes and advices" } -publishing{ +publishing { val sourcesJarSubProject by tasks.creating(Jar::class) { dependsOn("classes") archiveClassifier.set("sources")