Skip to content

Commit d1096c6

Browse files
authored
Update Gradle compatibility testing (#209)
1 parent 14e58a2 commit d1096c6

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
java-version: "11"
4444
- gradle-version: "7.1.1"
4545
java-version: "11"
46-
- gradle-version: "7.6.4"
46+
- gradle-version: "7.6.6"
4747
java-version: "17"
4848
- gradle-version: "8.0.2"
4949
java-version: "17"
5050
- gradle-version: "8.14.4"
5151
java-version: "21"
5252
- gradle-version: "9.0.0"
5353
java-version: "21"
54-
- gradle-version: "9.3.0"
54+
- gradle-version: "9.4.1"
5555
java-version: "21"
5656
runs-on: ubuntu-latest
5757
steps:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ Note that no dependency graph will be generated when configuration state is load
104104
| 5.2 - 5.6.4 || :x: |
105105
| 6.0 - 6.9.4 || :x: |
106106
| 7.0 - 7.0.2 | :x: | :x: |
107-
| 7.1 - 7.6.3 || :x: |
107+
| 7.1 - 7.6.6 || :x: |
108108
| 8.0 - 8.0.2 || :x: |
109-
| 8.1+ |||
109+
| 8.1 - 8.14.4 |||
110+
| 9.0.0 - 9.4.1 |||
110111

111112
### Dependency verification
112113

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-modul
1111
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.21.0" }
1212

1313
github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" }
14-
okio = { group = "com.squareup.okio", name = "okio", version = "3.16.4" }
14+
okio = { group = "com.squareup.okio", name = "okio", version = "3.17.0" }
1515

1616
### Test dependencies
1717

1818
spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" }
1919
spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" }
2020
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
21-
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.14.2" }
21+
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.14.3" }
2222

2323
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.25" }
2424
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.9" }
25-
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.2-1" }
25+
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.1.0" }
2626
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.13.2" }
2727

2828
[plugins]
2929
shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}
30-
plugin-publish = { id = "com.gradle.plugin-publish", version = "2.0.0" }
30+
plugin-publish = { id = "com.gradle.plugin-publish", version = "2.1.0" }
3131
github-release = { id = "com.github.breadmoirai.github-release", version = "2.5.2"}

0 commit comments

Comments
 (0)