11plugins {
22 id ' java'
33 id ' idea'
4- id (' org.openapi.generator' ) version(' 5.2.1 ' )
4+ id (' org.openapi.generator' ) version(' 5.4.0 ' )
55 id ' maven-publish'
66 id ' signing'
7- id ' io.github.gradle-nexus.publish-plugin' version ' 1.0 .0'
7+ id ' io.github.gradle-nexus.publish-plugin' version ' 1.3 .0'
88}
99
1010repositories {
1111 mavenCentral()
1212}
1313
1414group = ' com.fortify'
15- version = ' 22.2 '
15+ version = ' 23.1 '
1616description ' Fortify SSC REST API client'
1717
1818sourceCompatibility = JavaVersion . VERSION_1_8
@@ -27,15 +27,17 @@ ext {
2727
2828dependencies {
2929
30- implementation " org.openapitools:openapi-generator-gradle-plugin:5.2.1 "
31- implementation ' com.squareup.okhttp3:okhttp:4.10 .0'
32- implementation ' com.squareup.okhttp3:logging-interceptor:4.10 .0'
33- implementation ' io.swagger:swagger-annotations:1.6.6 '
34- implementation ' com.google.code.gson:gson:2.8.9 '
30+ implementation " org.openapitools:openapi-generator-gradle-plugin:5.4.0 "
31+ implementation ' com.squareup.okhttp3:okhttp:4.11 .0'
32+ implementation ' com.squareup.okhttp3:logging-interceptor:4.11 .0'
33+ implementation ' io.swagger:swagger-annotations:1.6.10 '
34+ implementation ' com.google.code.gson:gson:2.10.1 '
3535 implementation ' io.gsonfire:gson-fire:1.8.5'
36- implementation(" com.google.code.findbugs:jsr305:3.0.2" )
37- implementation(" javax.annotation:javax.annotation-api:1.3.2" )
38- testImplementation ' junit:junit:4.12'
36+ implementation ' com.google.code.findbugs:jsr305:3.0.2'
37+ implementation ' javax.ws.rs:jsr311-api:1.1.1'
38+ implementation ' javax.ws.rs:javax.ws.rs-api:2.1.1'
39+ implementation ' jakarta.annotation:jakarta.annotation-api:1.3.5'
40+ testImplementation ' junit:junit:4.13.2'
3941}
4042
4143task sourcesJar (type : Jar , dependsOn : classes) {
@@ -121,7 +123,7 @@ publishing {
121123 id = ' fortify'
122124 name = ' Fortify'
123125 email = ' fortify-oss@fortify.com'
124- organization = ' Micro Focus Fortify'
126+ organization = ' Open Text Fortify'
125127 organizationUrl = ' https://www.microfocus.com/en-us/cyberres/application-security'
126128 }
127129 }
0 commit comments