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 committed May 4, 2022
1 parent 51bcc98 commit f2f0924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 'adopt'
java-version: ${{ matrix.jdk }}
Expand All @@ -55,7 +55,7 @@ jobs:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- 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: 'adopt'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
dependencies {
api(gradleApi())
compileOnly("org.jetbrains:annotations:23.0.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.5.1")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.5.2")
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2")
testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2")

Expand Down

0 comments on commit f2f0924

Please sign in to comment.