From ede3a9c742b7ca221288194b993adda71b1e6734 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 23:21:46 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/codeql-analysis.yml | 6 +++--- build.gradle.kts | 10 +++++----- gradle-plugin/groovy.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 765c9d6..4a9cf40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: jdk: [11, 17] steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2 + - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 with: path: | ~/.gradle/caches @@ -32,7 +32,7 @@ jobs: restore-keys: | ${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts- - name: Set up JDK - uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0 + uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1 with: distribution: zulu java-version: ${{ matrix.jdk }} @@ -54,7 +54,7 @@ jobs: with: fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci - - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2 + - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 with: path: | ~/.gradle/caches @@ -62,7 +62,7 @@ jobs: key: releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }} - name: Set up Java 11 - uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0 + uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3.4.1 with: distribution: zulu java-version: 11 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e008c11..646ca32 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11 + uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 with: languages: ${{ matrix.language }} queries: +security-and-quality @@ -57,7 +57,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11 + uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -71,4 +71,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11 + uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 diff --git a/build.gradle.kts b/build.gradle.kts index 4459234..d93d41c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,10 +6,10 @@ plugins { id("java-library") id("maven-publish") id("com.github.johnrengelman.shadow") version "7.1.2" apply false - id("org.shipkit.shipkit-auto-version") version "1.2.0" - id("org.shipkit.shipkit-changelog") version "1.1.15" - id("org.shipkit.shipkit-github-release") version "1.1.15" - id("dev.minco.gradle.defaults-plugin") version "0.2.59" + id("org.shipkit.shipkit-auto-version") version "1.2.1" + id("org.shipkit.shipkit-changelog") version "1.2.0" + id("org.shipkit.shipkit-github-release") version "1.2.0" + id("dev.minco.gradle.defaults-plugin") version "0.2.61" } apply(from = "properties.gradle") @@ -69,7 +69,7 @@ allprojects { dependencies { testImplementation("junit:junit:4.13.2") implementation("me.nallar.whocalled:WhoCalled:1.1") - api("dev.minco:java-transformer:1.10.48") + api("dev.minco:java-transformer:1.10.49") val lombok = "org.projectlombok:lombok:1.18.24" compileOnly(lombok) diff --git a/gradle-plugin/groovy.gradle b/gradle-plugin/groovy.gradle index e0b261d..4ddcd25 100644 --- a/gradle-plugin/groovy.gradle +++ b/gradle-plugin/groovy.gradle @@ -22,7 +22,7 @@ shadowJar { dependencies { //compileOnly 'com.google.guava:guava:25.1-jre' // bundled with gradle implementation parent - testImplementation('io.github.classgraph:classgraph:4.8.146') + testImplementation('io.github.classgraph:classgraph:4.8.149') } gradlePlugin { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 92f06b5..2ec77e5 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.4.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists