|
1 | 1 | plugins { |
2 | 2 | id 'java' |
3 | | - id 'org.openapi.generator' version '7.13.0' |
4 | | - id 'com.diffplug.spotless' version '7.0.3' |
| 3 | + id 'org.openapi.generator' version '7.14.0' |
| 4 | + id 'com.diffplug.spotless' version '7.0.4' |
5 | 5 | id 'jacoco' |
6 | 6 | id 'maven-publish' |
7 | 7 | id "com.github.ben-manes.versions" version "0.52.0" |
@@ -58,19 +58,19 @@ sourceSets { |
58 | 58 | } |
59 | 59 |
|
60 | 60 | dependencies { |
61 | | - implementation 'com.fasterxml.jackson.core:jackson-core:2.19.0' // Use a compatible version |
62 | | - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0' // For Java 8 date/time |
| 61 | + implementation 'com.fasterxml.jackson.core:jackson-core:2.19.1' // Use a compatible version |
| 62 | + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1' // For Java 8 date/time |
63 | 63 | implementation 'org.slf4j:slf4j-api:2.0.17' |
64 | 64 | implementation 'ch.qos.logback:logback-classic:1.5.18' |
65 | 65 | //If you use the validation, also add this |
66 | | - implementation 'io.swagger.parser.v3:swagger-parser:2.1.28' |
67 | | - implementation 'io.swagger.core.v3:swagger-annotations:2.2.32' |
| 66 | + implementation 'io.swagger.parser.v3:swagger-parser:2.1.30' |
| 67 | + implementation 'io.swagger.core.v3:swagger-annotations:2.2.34' |
68 | 68 |
|
69 | 69 | implementation 'javax.annotation:javax.annotation-api:1.3.2' |
70 | 70 |
|
71 | 71 | implementation 'org.openapitools:jackson-databind-nullable:0.2.6' |
72 | 72 |
|
73 | | - testImplementation(platform('org.junit:junit-bom:5.12.2')) |
| 73 | + testImplementation(platform('org.junit:junit-bom:5.13.2')) |
74 | 74 | testImplementation 'org.junit.jupiter:junit-jupiter-api' |
75 | 75 | testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' |
76 | 76 | testRuntimeOnly 'org.junit.platform:junit-platform-launcher' |
|
0 commit comments