File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,10 @@ jobs:
6565 rm -r ../src/main/resources/test-cases || true
6666 mv ./out/test-cases ../src/main/resources/
6767
68- - name : Install JDK 11
68+ - name : Install JDK
6969 uses : actions/setup-java@v4
70- if : steps.filter.outputs.parsing_required == 'true'
7170 with :
72- java-version : ' 11 '
71+ java-version : ' 21 '
7372 distribution : ' temurin'
7473
7574 - name : Generate XSDs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ group = 'com.hubsante'
99
1010java {
1111 toolchain {
12- languageVersion = JavaLanguageVersion . of(8 )
12+ languageVersion = JavaLanguageVersion . of(21 )
1313 }
1414}
1515
@@ -24,15 +24,15 @@ dependencies {
2424 implementation ' javax.validation:validation-api:2.0.1.Final'
2525 implementation ' jakarta.annotation:jakarta.annotation-api:1.3.5'
2626 implementation ' com.networknt:json-schema-validator:1.0.87'
27- implementation ' org.projectlombok:lombok:1.18.22 '
27+ implementation ' org.projectlombok:lombok:1.18.30 '
2828 implementation ' org.junit.jupiter:junit-jupiter-params:5.8.2'
2929 implementation ' com.google.guava:guava:32.1.3-jre'
3030 implementation ' ch.qos.logback:logback-classic:1.3.8'
31- annotationProcessor ' org.projectlombok:lombok:1.18.22 '
31+ annotationProcessor ' org.projectlombok:lombok:1.18.30 '
3232
3333 testImplementation ' junit:junit:4.13.2'
3434 testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
35- testAnnotationProcessor ' org.projectlombok:lombok:1.18.22 '
35+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
3636}
3737
3838jacocoTestReport {
You can’t perform that action at this time.
0 commit comments