-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the specs to 23.1 following the main Fortify SSC release
- Loading branch information
1 parent
c59d96d
commit 2cdd91a
Showing
4 changed files
with
20 additions
and
44,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
plugins { | ||
id 'java' | ||
id 'idea' | ||
id ('org.openapi.generator') version('5.2.1') | ||
id ('org.openapi.generator') version('5.4.0') | ||
id 'maven-publish' | ||
id 'signing' | ||
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0' | ||
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
group = 'com.fortify' | ||
version = '22.2' | ||
version = '23.1' | ||
description 'Fortify SSC REST API client' | ||
|
||
sourceCompatibility = JavaVersion.VERSION_1_8 | ||
|
@@ -27,15 +27,17 @@ ext { | |
|
||
dependencies { | ||
|
||
implementation "org.openapitools:openapi-generator-gradle-plugin:5.2.1" | ||
implementation 'com.squareup.okhttp3:okhttp:4.10.0' | ||
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' | ||
implementation 'io.swagger:swagger-annotations:1.6.6' | ||
implementation 'com.google.code.gson:gson:2.8.9' | ||
implementation "org.openapitools:openapi-generator-gradle-plugin:5.4.0" | ||
implementation 'com.squareup.okhttp3:okhttp:4.11.0' | ||
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0' | ||
implementation 'io.swagger:swagger-annotations:1.6.10' | ||
implementation 'com.google.code.gson:gson:2.10.1' | ||
implementation 'io.gsonfire:gson-fire:1.8.5' | ||
implementation("com.google.code.findbugs:jsr305:3.0.2") | ||
implementation("javax.annotation:javax.annotation-api:1.3.2") | ||
testImplementation 'junit:junit:4.12' | ||
implementation 'com.google.code.findbugs:jsr305:3.0.2' | ||
implementation 'javax.ws.rs:jsr311-api:1.1.1' | ||
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1' | ||
implementation 'jakarta.annotation:jakarta.annotation-api:1.3.5' | ||
testImplementation 'junit:junit:4.13.2' | ||
} | ||
|
||
task sourcesJar(type: Jar, dependsOn: classes) { | ||
|
@@ -121,7 +123,7 @@ publishing { | |
id = 'fortify' | ||
name = 'Fortify' | ||
email = '[email protected]' | ||
organization = 'Micro Focus Fortify' | ||
organization = 'Open Text Fortify' | ||
organizationUrl = 'https://www.microfocus.com/en-us/cyberres/application-security' | ||
} | ||
} | ||
|
Oops, something went wrong.