diff --git a/CHANGELOG.md b/CHANGELOG.md index 44017ef..6e7a814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.1] - 2024-03-23 - Provide javadoc artifacts for Sonatype Maven Central +- Dependency update: + - [Gradle 8.8](https://docs.gradle.org/8.8/release-notes.html) ## [1.1.0] - 2023-09-14 ### Changed diff --git a/build.gradle.kts b/build.gradle.kts index a3188ef..1098659 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,10 +10,10 @@ spotless { } kotlin { target("**/*.kt") - ktlint("1.2.1").setEditorConfigPath(".editorconfig") + ktlint("1.3.0").setEditorConfigPath(".editorconfig") } kotlinGradle { - ktlint("1.2.1").setEditorConfigPath(".editorconfig") + ktlint("1.3.0").setEditorConfigPath(".editorconfig") } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e7646de..6f7a6eb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME