diff --git a/build.gradle b/build.gradle index 1e886c5..27c27bf 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation platform("com.fasterxml.jackson:jackson-bom:2.14.+") - implementation 'com.gradle.publish:plugin-publish-plugin:1.2.1' + implementation 'com.gradle.publish:plugin-publish-plugin:1.2.2' testImplementation 'com.netflix.nebula:nebula-test:latest.release' testImplementation("org.ajoberstar.grgit:grgit-core:4.1.1") { @@ -73,4 +73,4 @@ tasks.withType(GenerateModuleMetadata).configureEach { tasks.withType(Test).configureEach { systemProperty('ignoreDeprecations', true) -} \ No newline at end of file +} diff --git a/gradle.lockfile b/gradle.lockfile index 1089c5f..ebe0a73 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -5,7 +5,7 @@ cglib:cglib-nodep:3.2.2=integTestRuntimeClasspath,testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.3=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.zafarkhaja:java-semver:0.9.0=integTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath com.googlecode.javaewah:JavaEWAH:1.1.12=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath -com.gradle.publish:plugin-publish-plugin:1.2.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.gradle.publish:plugin-publish-plugin:1.2.2=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.jcraft:jzlib:1.1.2=integTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath com.netflix.nebula:gradle-contacts-plugin:7.0.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-dependency-lock-plugin:15.1.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath