Skip to content

Commit

Permalink
Merge pull request #79 from MinimallyCorrect/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
LunNova authored May 22, 2022
2 parents f86f2da + b3f71b6 commit 434005d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4fe61d24fe5472910b93bdeffb8aad49f979d862 # tag=v3.2.0
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0
with:
distribution: zulu
java-version: ${{ matrix.jdk }}
Expand Down Expand Up @@ -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@4fe61d24fe5472910b93bdeffb8aad49f979d862 # tag=v3.2.0
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3.3.0
with:
distribution: zulu
java-version: 11
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@7502d6e991ca767d2db617bfd823a1ed925a0d59 # tag=v2.1.9
uses: github/codeql-action/init@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11
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@7502d6e991ca767d2db617bfd823a1ed925a0d59 # tag=v2.1.9
uses: github/codeql-action/autobuild@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11

# ℹ️ 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@7502d6e991ca767d2db617bfd823a1ed925a0d59 # tag=v2.1.9
uses: github/codeql-action/analyze@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11
6 changes: 3 additions & 3 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.1.20"
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.58"
id("dev.minco.gradle.defaults-plugin") version "0.2.59"
}

apply(from = "properties.gradle")
Expand Down Expand Up @@ -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.39")
api("dev.minco:java-transformer:1.10.48")

val lombok = "org.projectlombok:lombok:1.18.24"
compileOnly(lombok)
Expand Down

0 comments on commit 434005d

Please sign in to comment.