SpongePowered / Configurate

A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
https://configurate.aoeu.xyz
Apache License 2.0
386 stars 68 forks source link

chore(deps): Update build deps and github actions #414

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.1.1 -> 8.2 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 1.8.21 -> 1.8.22 age adoption passing confidence
org.jetbrains.dokka plugin patch 1.8.10 -> 1.8.20 age adoption passing confidence
io.freefair.aggregate-javadoc-jar plugin minor 8.0.1 -> 8.1.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

JetBrains/kotlin (org.jetbrains.kotlin.jvm) ### [`v1.8.22`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.8.22): Kotlin 1.8.22 #### Changelog ##### Tools. Gradle - [`KT-58280`](https://youtrack.jetbrains.com/issue/KT-58280) org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath #### Checksums | File | Sha256 | | --- | --- | | kotlin-compiler-1.8.22.zip | 91f50fe25c9edfb1e79ae1fe2ede85fa4728f7f4b0587644a4eee40252cdfaa6 | | kotlin-native-linux-x86\_64-1.8.22.tar.gz | a1fb41fc010b347d5d9a5449ebb48ad200c59ec2a9121b01db5165db6697e58b | | kotlin-native-macos-x86\_64-1.8.22.tar.gz | 0d6e6b12569a4b8ff2f301f827192dd715a29962cc01eed05557aa8e6eb7c20d | | kotlin-native-macos-aarch64-1.8.22.tar.gz | 29805af3220eab3c163ac54f02a6097436d4ddfa83eca7815eb053517093e417 | | kotlin-native-windows-x86\_64-1.8.22.zip | 91b04aa9f3dc3d5968c75d8e7f163e542458867915777e995162864cc805b2e5 |
Kotlin/dokka (org.jetbrains.dokka) ### [`v1.8.20`](https://togithub.com/Kotlin/dokka/releases/tag/v1.8.20): 1.8.20 Beta ### Improvements - Update Kotlin Gradle Plugin to 1.8.10 and Android Gradle Plugin to 4.1.3. - Move the "Properties" block to be above functions inside the "Members" tab ([#​2908](https://togithub.com/Kotlin/dokka/issues/2908)) - Make Javadoc tag parsing case-sensitive as per Javadoc specification ([#​2907](https://togithub.com/Kotlin/dokka/issues/2907)) - Improve performance by reducing allocations and thus decreasing time spent in GC ([#​2729](https://togithub.com/Kotlin/dokka/issues/2729)) ### Bugfixes - Fix unresolved links leading to declarations from another source set [#​2878](https://togithub.com/Kotlin/dokka/issues/2878) - Fix Dokka not failing the build if there are errors ([#​2934](https://togithub.com/Kotlin/dokka/issues/2934)), regression from 1.8.10. Thanks to [@​jush](https://togithub.com/jush)! - Fix `TypeNotPresentException` thrown in projects without KGP ([#​2890](https://togithub.com/Kotlin/dokka/issues/2890)), regression from 1.8.10. ### Gradle plugin - Start using `kotlin-dsl` plugin ([#​2702](https://togithub.com/Kotlin/dokka/issues/2702), [#​2833](https://togithub.com/Kotlin/dokka/issues/2833)). Thanks to [@​aSemy](https://togithub.com/aSemy)! - Use Gradle filesystem types for task properties and apply default values lazily ([#​2707](https://togithub.com/Kotlin/dokka/issues/2707), [#​2983](https://togithub.com/Kotlin/dokka/issues/2983)). Thanks to [@​aSemy](https://togithub.com/aSemy)! ### Plugin API - Change the default logging level of console apps (`DokkaConsoleLogger`) to `PROGRESS` ([#​2871](https://togithub.com/Kotlin/dokka/issues/2871)) - Introduce `@InternalDokkaApi` annotation ([#​2904](https://togithub.com/Kotlin/dokka/issues/2904)) - Mark various utility API as Dokka-internal ([#​2937](https://togithub.com/Kotlin/dokka/issues/2937)) ### Infrastructure Big thanks to [@​aSemy](https://togithub.com/aSemy), [@​Goooler](https://togithub.com/Goooler) and [@​3flex](https://togithub.com/3flex) for their valuable contributions and for improving the internal developer experience when working on Dokka! - Use convention plugins to configure the subprojects ([#​2704](https://togithub.com/Kotlin/dokka/issues/2704) by [@​aSemy](https://togithub.com/aSemy)) - Use Gradle Version Catalog and type-safe project dependencies ([#​2884](https://togithub.com/Kotlin/dokka/issues/2884) by [@​aSemy](https://togithub.com/aSemy)) - Migrate `buildSrc` to a composite build ([#​2912](https://togithub.com/Kotlin/dokka/issues/2912) by [@​Goooler](https://togithub.com/Goooler)) - Tidy up build configurations and project files ([#​2911](https://togithub.com/Kotlin/dokka/issues/2911), [#​2930](https://togithub.com/Kotlin/dokka/issues/2930), [#​2909](https://togithub.com/Kotlin/dokka/issues/2909), [#​2946](https://togithub.com/Kotlin/dokka/issues/2946), [#​2910](https://togithub.com/Kotlin/dokka/issues/2910), [#​2705](https://togithub.com/Kotlin/dokka/issues/2705) by [@​aSemy](https://togithub.com/aSemy)) - Execute unit tests in parallel ([#​2953](https://togithub.com/Kotlin/dokka/issues/2953) by [@​Goooler](https://togithub.com/Goooler)) - Add the ability to use different Java versions for build and test tasks ([#​2918](https://togithub.com/Kotlin/dokka/issues/2918) by [@​aSemy](https://togithub.com/aSemy)) - Add reproducible archive build config ([#​2947](https://togithub.com/Kotlin/dokka/issues/2947) by [@​aSemy](https://togithub.com/aSemy)) - Configure Kotlin compiler options lazily ([#​2883](https://togithub.com/Kotlin/dokka/issues/2883) by [@​Goooler](https://togithub.com/Goooler)) - Improve GitHub Actions workflows ([#​2939](https://togithub.com/Kotlin/dokka/issues/2939), [#​2938](https://togithub.com/Kotlin/dokka/issues/2938) by [@​Goooler](https://togithub.com/Goooler)) - Stop testing on Java 15 as it has reached EOL ([#​2892](https://togithub.com/Kotlin/dokka/issues/2892) by [@​3flex](https://togithub.com/3flex)) - Remove a workaround for a fixed Gradle issue ([#​2891](https://togithub.com/Kotlin/dokka/issues/2891) by [@​3flex](https://togithub.com/3flex)) ### Documentation - Add informational badges to the main `README.md` ([#​2940](https://togithub.com/Kotlin/dokka/issues/2940)). Thanks to [@​Goooler](https://togithub.com/Goooler)! - Fix typos, inconsistencies and incorrect links in documentation ([#​2979](https://togithub.com/Kotlin/dokka/issues/2979), [#​2973](https://togithub.com/Kotlin/dokka/issues/2973), [#​2952](https://togithub.com/Kotlin/dokka/issues/2952)). Thanks to [@​LiYing2010](https://togithub.com/LiYing2010), [@​strangesource](https://togithub.com/strangesource) and [@​ansman](https://togithub.com/ansman)! - Add more information about the infrastructure to `CONTRIBUTING.md` ([#​2952](https://togithub.com/Kotlin/dokka/issues/2952)) ### Security - Bump npm dependencies to address various vulnerabilities ([#​2894](https://togithub.com/Kotlin/dokka/issues/2894), [#​2923](https://togithub.com/Kotlin/dokka/issues/2923)) ### Other - Update publication POM links to https ([#​2931](https://togithub.com/Kotlin/dokka/issues/2931)). Thanks to [@​aSemy](https://togithub.com/aSemy)! - Tidy up Gradle example projects and warning suppressions ([#​2916](https://togithub.com/Kotlin/dokka/issues/2916), [#​2975](https://togithub.com/Kotlin/dokka/issues/2975)). Thanks to [@​aSemy](https://togithub.com/aSemy)!
freefair/gradle-plugins (io.freefair.aggregate-javadoc-jar) ### [`v8.1.0`](https://togithub.com/freefair/gradle-plugins/releases/tag/8.1.0) [Compare Source](https://togithub.com/freefair/gradle-plugins/compare/8.0.1...8.1.0) #### What's Changed - Bump com.github.spotbugs from 5.0.13 to 5.0.14 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/749](https://togithub.com/freefair/gradle-plugins/pull/749) - Bump org.apache.commons:commons-compress from 1.22 to 1.23.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/750](https://togithub.com/freefair/gradle-plugins/pull/750) - Bump org.springframework.boot:spring-boot-dependencies from 2.7.9 to 2.7.10 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/752](https://togithub.com/freefair/gradle-plugins/pull/752) - Bump de.larsgrefer.sass:sass-embedded-host from 1.13.0 to 1.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/753](https://togithub.com/freefair/gradle-plugins/pull/753) - Bump net.sourceforge.plantuml:plantuml from 1.2023.4 to 1.2023.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/754](https://togithub.com/freefair/gradle-plugins/pull/754) - Bump com.gradle.publish:plugin-publish-plugin from 1.1.0 to 1.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/762](https://togithub.com/freefair/gradle-plugins/pull/762) - Bump org.mockito:mockito-core from 5.2.0 to 5.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/770](https://togithub.com/freefair/gradle-plugins/pull/770) - Bump com.github.node-gradle:gradle-node-plugin from 3.5.1 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/769](https://togithub.com/freefair/gradle-plugins/pull/769) - Bump com.squareup.okhttp3:okhttp-bom from 4.10.0 to 4.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/773](https://togithub.com/freefair/gradle-plugins/pull/773) - Bump mavenPluginToolsVersion from 3.8.1 to 3.8.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/772](https://togithub.com/freefair/gradle-plugins/pull/772) - Bump de.larsgrefer.sass:sass-embedded-host from 1.14.0 to 1.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/776](https://togithub.com/freefair/gradle-plugins/pull/776) - Bump org.junit:junit-bom from 5.9.2 to 5.9.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/779](https://togithub.com/freefair/gradle-plugins/pull/779) - Bump org.junit:junit-bom from 5.9.2 to 5.9.3 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/780](https://togithub.com/freefair/gradle-plugins/pull/780) - Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.8.1 to 3.8.2 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/774](https://togithub.com/freefair/gradle-plugins/pull/774) - Bump org.springframework.boot:spring-boot-dependencies from 2.7.10 to 2.7.11 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/777](https://togithub.com/freefair/gradle-plugins/pull/777) - Bump de.larsgrefer.sass:sass-embedded-host from 1.14.0 to 1.15.0 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/778](https://togithub.com/freefair/gradle-plugins/pull/778) - Bump org.apache.maven:maven-model from 3.9.1 to 3.9.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/784](https://togithub.com/freefair/gradle-plugins/pull/784) - Bump mavenPluginToolsVersion from 3.8.2 to 3.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/790](https://togithub.com/freefair/gradle-plugins/pull/790) - Bump org.springframework.boot:spring-boot-dependencies from 2.7.11 to 2.7.12 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/800](https://togithub.com/freefair/gradle-plugins/pull/800) - Bump org.apache.maven:maven-plugin-api from 3.9.1 to 3.9.2 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/786](https://togithub.com/freefair/gradle-plugins/pull/786) - Bump org.apache.maven:maven-model from 3.9.1 to 3.9.2 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/785](https://togithub.com/freefair/gradle-plugins/pull/785) - Bump org.apache.maven:maven-core from 3.9.1 to 3.9.2 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/787](https://togithub.com/freefair/gradle-plugins/pull/787) - Bump com.github.node-gradle:gradle-node-plugin from 4.0.0 to 5.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/789](https://togithub.com/freefair/gradle-plugins/pull/789) - Bump org.mockito.kotlin:mockito-kotlin from 4.1.0 to 5.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/803](https://togithub.com/freefair/gradle-plugins/pull/803) - Bump net.sourceforge.plantuml:plantuml from 1.2023.8 to 1.2023.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/812](https://togithub.com/freefair/gradle-plugins/pull/812) - Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.8.2 to 3.9.0 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/806](https://togithub.com/freefair/gradle-plugins/pull/806) - Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/813](https://togithub.com/freefair/gradle-plugins/pull/813) - Bump org.owasp.dependencycheck from 8.2.1 to 8.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/816](https://togithub.com/freefair/gradle-plugins/pull/816) - Bump org.webjars:webjars-locator-core from 0.52 to 0.53 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/815](https://togithub.com/freefair/gradle-plugins/pull/815) - Bump org.sonarqube from 4.0.0.2929 to 4.2.1.3168 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/810](https://togithub.com/freefair/gradle-plugins/pull/810) - Bump org.webjars:bootstrap from 5.2.3 to 5.3.0 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/805](https://togithub.com/freefair/gradle-plugins/pull/805) - Bump org.apache.maven:maven-model from 3.9.2 to 3.9.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/819](https://togithub.com/freefair/gradle-plugins/pull/819) - Bump assertj-core from 3.24.1 to 3.24.2 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/693](https://togithub.com/freefair/gradle-plugins/pull/693) - Bump org.apache.maven:maven-model from 3.9.2 to 3.9.3 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/821](https://togithub.com/freefair/gradle-plugins/pull/821) - Bump org.springframework.boot:spring-boot-dependencies from 2.7.12 to 2.7.13 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/818](https://togithub.com/freefair/gradle-plugins/pull/818) - Bump org.apache.maven:maven-core from 3.9.2 to 3.9.3 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/822](https://togithub.com/freefair/gradle-plugins/pull/822) - Bump org.apache.maven:maven-plugin-api from 3.9.2 to 3.9.3 in /examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/freefair/gradle-plugins/pull/820](https://togithub.com/freefair/gradle-plugins/pull/820) **Full Changelog**: https://github.com/freefair/gradle-plugins/compare/8.0.1...8.1.0

Configuration

📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.