From 01c1b17a85af6eab74273f94e11a48af07f5f2c7 Mon Sep 17 00:00:00 2001 From: Richard Harrah Date: Sat, 22 May 2021 22:12:30 -0400 Subject: [PATCH] update all dependencies +semver: minor --- gradle/wrapper/gradle-wrapper.properties | 2 +- pixeloutlaw-gradle-plugin/build.gradle.kts | 5 --- pixeloutlaw-gradle-plugin/settings.gradle.kts | 12 ++----- pixeloutlaw-gradle-plugin/versions.properties | 33 ++++++++++--------- 4 files changed, 21 insertions(+), 31 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1d89812..29e4134 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-7.0-rc-1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/pixeloutlaw-gradle-plugin/build.gradle.kts b/pixeloutlaw-gradle-plugin/build.gradle.kts index 489abee..03db5ef 100644 --- a/pixeloutlaw-gradle-plugin/build.gradle.kts +++ b/pixeloutlaw-gradle-plugin/build.gradle.kts @@ -12,11 +12,6 @@ group = "io.pixeloutlaw" repositories { gradlePluginPortal() mavenCentral() - jcenter { - content { - includeModule("org.jetbrains.kotlinx", "kotlinx-html-jvm") - } - } } dependencies { diff --git a/pixeloutlaw-gradle-plugin/settings.gradle.kts b/pixeloutlaw-gradle-plugin/settings.gradle.kts index f1529f6..f7e4696 100644 --- a/pixeloutlaw-gradle-plugin/settings.gradle.kts +++ b/pixeloutlaw-gradle-plugin/settings.gradle.kts @@ -1,12 +1,6 @@ -import de.fayard.refreshVersions.bootstrapRefreshVersions - -buildscript { - repositories { - gradlePluginPortal() - } - dependencies.classpath("de.fayard.refreshVersions:refreshVersions:0.9.7") +plugins { + // See https://jmfayard.github.io/refreshVersions + id("de.fayard.refreshVersions") version "0.10.0" } rootProject.name = "pixeloutlaw-gradle-plugin" - -bootstrapRefreshVersions() diff --git a/pixeloutlaw-gradle-plugin/versions.properties b/pixeloutlaw-gradle-plugin/versions.properties index 4500300..819c7fd 100644 --- a/pixeloutlaw-gradle-plugin/versions.properties +++ b/pixeloutlaw-gradle-plugin/versions.properties @@ -1,21 +1,23 @@ -## suppress inspection "SpellCheckingInspection" for whole file -## suppress inspection "UnusedProperty" for whole file -## -## Dependencies and Plugin versions with their available updates -## Generated by $ ./gradlew refreshVersions -## Please, don't put extra comments in that file yet, keeping them is not supported yet. +#### Dependencies and Plugin versions with their available updates. +#### Generated by `./gradlew refreshVersions` version 0.10.0 +#### +#### Don't manually edit or split the comments that start with four hashtags (####), +#### they will be overwritten by refreshVersions. +#### +#### suppress inspection "SpellCheckingInspection" for whole file +#### suppress inspection "UnusedProperty" for whole file -plugin.com.gradle.plugin-publish=0.13.0 +plugin.com.gradle.plugin-publish=0.15.0 -plugin.io.gitlab.arturbosch.detekt=1.16.0 +plugin.io.gitlab.arturbosch.detekt=1.17.1 -plugin.org.jetbrains.dokka=1.4.30 +plugin.org.jetbrains.dokka=1.4.32 plugin.org.jlleitschuh.gradle.ktlint=10.0.0 -version.com.adarshr..gradle-test-logger-plugin=2.1.1 +version.com.adarshr..gradle-test-logger-plugin=3.0.0 -version.com.diffplug.spotless..spotless-plugin-gradle=5.11.1 +version.com.diffplug.spotless..spotless-plugin-gradle=5.12.5 version.com.netflix.nebula..gradle-contacts-plugin=5.1.0 @@ -25,11 +27,10 @@ version.de.marcphilipp.gradle..nexus-publish-plugin=0.4.0 version.io.codearte.gradle.nexus..gradle-nexus-staging-plugin=0.30.0 -version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.16.0 +version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.17.1 -version.kotlin=1.4.32 -## # available=1.5.0-M1 +version.kotlin=1.5.0 -version.org.jetbrains.dokka..dokka-core=1.4.30 +version.org.jetbrains.dokka..dokka-core=1.4.32 -version.org.jetbrains.dokka..dokka-gradle-plugin=1.4.30 +version.org.jetbrains.dokka..dokka-gradle-plugin=1.4.32