File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Fortify Software Security Center REST API java client
4
4
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
6
6
7
7
## Generation:
8
8
@@ -27,7 +27,7 @@ Add this dependency to your project's POM:
27
27
<dependency >
28
28
<groupId >com.fortify</groupId >
29
29
<artifactId >ssc-restapi-client</artifactId >
30
- <version >24.2 </version >
30
+ <version >24.4 </version >
31
31
<scope >compile</scope >
32
32
</dependency >
33
33
```
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
37
37
Add this dependency to your project's build file:
38
38
39
39
``` groovy
40
- compile "com.fortify:ssc-restapi-client:24.2 "
40
+ compile "com.fortify:ssc-restapi-client:24.4 "
41
41
```
42
42
43
43
## Getting Started
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
12
12
}
13
13
14
14
group = ' com.fortify'
15
- version = ' 24.2 '
15
+ version = ' 24.4 '
16
16
description ' Fortify SSC REST API client'
17
17
18
18
sourceCompatibility = JavaVersion . VERSION_1_8
@@ -29,15 +29,15 @@ dependencies {
29
29
30
30
implementation ' com.squareup.okhttp3:okhttp:4.12.0'
31
31
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 '
33
33
implementation ' io.gsonfire:gson-fire:1.9.0'
34
34
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 '
36
36
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 '
41
41
testImplementation ' junit:junit:4.13.2'
42
42
}
43
43
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments