Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
+semver: minor
  • Loading branch information
ToppleTheNun committed May 23, 2021
1 parent fc9cff8 commit 01c1b17
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 31 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions pixeloutlaw-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ group = "io.pixeloutlaw"
repositories {
gradlePluginPortal()
mavenCentral()
jcenter {
content {
includeModule("org.jetbrains.kotlinx", "kotlinx-html-jvm")
}
}
}

dependencies {
Expand Down
12 changes: 3 additions & 9 deletions pixeloutlaw-gradle-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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()
33 changes: 17 additions & 16 deletions pixeloutlaw-gradle-plugin/versions.properties
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit 01c1b17

Please sign in to comment.