File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 35
35
Update-Spec-Version :
36
36
needs : [Artefact-Version]
37
37
runs-on : ubuntu-latest
38
+ permissions :
39
+ id-token : write
40
+ attestations : write
38
41
outputs :
39
42
upload_artifact_name : ${{ steps.update_spec.outputs.upload_artifact_name }}
40
43
steps :
Original file line number Diff line number Diff line change 31
31
Update-Spec-Version :
32
32
needs : [Artefact-Version]
33
33
runs-on : ubuntu-latest
34
+ permissions :
35
+ id-token : write
36
+ attestations : write
34
37
outputs :
35
38
upload_artifact_name : ${{ steps.update_spec.outputs.upload_artifact_name }}
36
39
steps :
Original file line number Diff line number Diff line change @@ -59,19 +59,19 @@ sourceSets {
59
59
}
60
60
61
61
dependencies {
62
- implementation ' com.fasterxml.jackson.core:jackson-core:2.19.0 ' // Use a compatible version
63
- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0 ' // For Java 8 date/time
62
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.19.2 ' // Use a compatible version
63
+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2 ' // For Java 8 date/time
64
64
implementation ' org.slf4j:slf4j-api:2.0.17'
65
65
implementation ' ch.qos.logback:logback-classic:1.5.18'
66
66
// If you use the validation, also add this
67
- implementation ' io.swagger.parser.v3:swagger-parser:2.1.28 '
68
- implementation ' io.swagger.core.v3:swagger-annotations:2.2.32 '
67
+ implementation ' io.swagger.parser.v3:swagger-parser:2.1.31 '
68
+ implementation ' io.swagger.core.v3:swagger-annotations:2.2.34 '
69
69
70
70
implementation ' javax.annotation:javax.annotation-api:1.3.2'
71
71
72
72
implementation ' org.openapitools:jackson-databind-nullable:0.2.6'
73
73
74
- testImplementation(platform(' org.junit:junit-bom:5.12.2 ' ))
74
+ testImplementation(platform(' org.junit:junit-bom:5.13.4 ' ))
75
75
testImplementation ' org.junit.jupiter:junit-jupiter-api'
76
76
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
77
77
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments