Skip to content

Commit 18c2f72

Browse files
committed
Updating the SSC spec to 24.4 and the dependencies to their latest versions
1 parent 89ccf76 commit 18c2f72

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Fortify Software Security Center REST API java client
44
Communicate with Fortify Software Security Center through REST API in java, a swagger generated client
5-
- API version: 1:24.2.0.0152
5+
- API version: 1:24.4.0.0320
66

77
## Generation:
88

@@ -27,7 +27,7 @@ Add this dependency to your project's POM:
2727
<dependency>
2828
<groupId>com.fortify</groupId>
2929
<artifactId>ssc-restapi-client</artifactId>
30-
<version>24.2</version>
30+
<version>24.4</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
```
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
Add this dependency to your project's build file:
3838

3939
```groovy
40-
compile "com.fortify:ssc-restapi-client:24.2"
40+
compile "com.fortify:ssc-restapi-client:24.4"
4141
```
4242

4343
## Getting Started

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
group = 'com.fortify'
15-
version = '24.2'
15+
version = '24.4'
1616
description 'Fortify SSC REST API client'
1717

1818
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -29,15 +29,15 @@ dependencies {
2929

3030
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
3131
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
32-
implementation 'com.google.code.gson:gson:2.10.1'
32+
implementation 'com.google.code.gson:gson:2.11.0'
3333
implementation 'io.gsonfire:gson-fire:1.9.0'
3434
implementation 'com.google.code.findbugs:jsr305:3.0.2'
35-
implementation 'io.swagger:swagger-annotations:1.6.13'
35+
implementation 'io.swagger:swagger-annotations:1.6.14'
3636
implementation 'jakarta.annotation:jakarta.annotation-api:1.3.5'
37-
implementation 'com.squareup.okio:okio-jvm:3.8.0'
38-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22'
39-
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22'
40-
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22'
37+
implementation 'com.squareup.okio:okio-jvm:3.9.1'
38+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.25'
39+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25'
40+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.25'
4141
testImplementation 'junit:junit:4.13.2'
4242
}
4343

src/swagger/spec.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)