Skip to content

Commit 4073525

Browse files
authored
Merge pull request #95 from MinimallyCorrect/renovate/all-minor-patch
Update all non-major dependencies
2 parents 624b19a + a2d6a44 commit 4073525

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
jdk: [11, 15, 16]
2424
steps:
2525
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
26-
- uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # tag=v2.1.6
26+
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # tag=v2.1.7
2727
with:
2828
path: |
2929
~/.gradle/caches
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
3434
- name: Set up JDK
35-
uses: actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # tag=v2.3.1
35+
uses: actions/setup-java@f0bb91606209742fe3ea40199be2f3ef195ecabf # tag=v2.5.0
3636
with:
3737
java-version: ${{ matrix.jdk }}
3838
distribution: adopt
@@ -54,15 +54,15 @@ jobs:
5454
with:
5555
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656

57-
- uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # tag=v2.1.6
57+
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # tag=v2.1.7
5858
with:
5959
path: |
6060
~/.gradle/caches
6161
~/.gradle/wrapper
6262
key: releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }}
6363

6464
- name: Set up Java 11
65-
uses: actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # tag=v2.3.1
65+
uses: actions/setup-java@f0bb91606209742fe3ea40199be2f3ef195ecabf # tag=v2.5.0
6666
with:
6767
java-version: 11
6868
distribution: adopt

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("org.ow2.asm:asm-util:$asmVer")
4646
implementation("org.ow2.asm:asm-tree:$asmVer")
4747

48-
val lombok = "org.projectlombok:lombok:1.18.22"
48+
val lombok = "org.projectlombok:lombok:1.18.24"
4949
compileOnly(lombok)
5050
testCompileOnly(lombok)
5151
annotationProcessor(lombok)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)