Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 44e3b2f commit 4b9e9d0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1
- uses: gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3

build:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
Expand All @@ -23,7 +23,7 @@ jobs:
jdk: [11, 17]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
uses: github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
Expand All @@ -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@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
uses: github/codeql-action/autobuild@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -71,4 +71,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
uses: github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.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"
id("org.shipkit.shipkit-auto-version") version "1.2.2"
id("org.shipkit.shipkit-changelog") version "1.2.3"
id("org.shipkit.shipkit-github-release") version "1.2.3"
id("dev.minco.gradle.defaults-plugin") version "0.2.67"
}

apply(from = "properties.gradle")
Expand Down Expand Up @@ -69,9 +69,9 @@ allprojects {
dependencies {
testImplementation("junit:junit:4.13.2")
implementation("me.nallar.whocalled:WhoCalled:1.1")
api("dev.minco:java-transformer:1.10.49")
api("dev.minco:java-transformer:1.10.54")

val lombok = "org.projectlombok:lombok:1.18.24"
val lombok = "org.projectlombok:lombok:1.18.34"
compileOnly(lombok)
testCompileOnly(lombok)
annotationProcessor(lombok)
Expand Down
8 changes: 4 additions & 4 deletions gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ plugins {
apply(from = "groovy.gradle")

dependencies {
testImplementation(platform("org.spockframework:spock-bom:2.1-groovy-3.0"))
testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0"))
testImplementation("org.spockframework:spock-core")
testImplementation("org.spockframework:spock-junit4")
testImplementation("junit:junit:4.13.2")

val lombok = "org.projectlombok:lombok:1.18.24"
val lombok = "org.projectlombok:lombok:1.18.34"
compileOnly(lombok)
testCompileOnly(lombok)
annotationProcessor(lombok)
Expand All @@ -29,7 +29,7 @@ tasks.withType<Test>().configureEach {

configurations.all {
resolutionStrategy {
force("org.jetbrains:annotations:23.0.0")
force("org.ow2.asm:asm:9.3")
force("org.jetbrains:annotations:23.1.0")
force("org.ow2.asm:asm:9.7")
}
}
2 changes: 1 addition & 1 deletion gradle-plugin/groovy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.149')
testImplementation('io.github.classgraph:classgraph:4.8.174')
}

gradlePlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4b9e9d0

Please sign in to comment.