Skip to content

Commit bc933e7

Browse files
Update all non-major dependencies
1 parent eb7d19e commit bc933e7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
verify-gradle-wrapper:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
16-
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3
1717

1818
build:
1919
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
jdk: [17, 21]
2424
steps:
25-
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2727
with:
2828
path: |
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out code
53-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
53+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5454
with:
5555
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("java-gradle-plugin")
33
id("maven-publish")
4-
id("com.gradle.plugin-publish") version "1.0.0"
4+
id("com.gradle.plugin-publish") version "1.2.2"
55
id("org.shipkit.shipkit-auto-version") version "2.0.10"
66
id("org.shipkit.shipkit-changelog") version "2.0.1"
77
id("org.shipkit.shipkit-github-release") version "2.0.1"
@@ -23,15 +23,15 @@ repositories {
2323

2424
dependencies {
2525
api(gradleApi())
26-
compileOnly("org.jetbrains:annotations:24.0.1")
27-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.9.0")
26+
compileOnly("org.jetbrains:annotations:24.1.0")
27+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
2828
// FIXME: Revert to upstream if https://github.com/bsideup/jabel/issues/182#issuecomment-1898900307 is ever closed
2929
annotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
3030
testAnnotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
3131
//annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3232
//testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3333

34-
testImplementation(platform("org.junit:junit-bom:5.9.0"))
34+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
3535
testImplementation("org.junit.jupiter:junit-jupiter")
3636
}
3737

0 commit comments

Comments
 (0)