File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright 2019 - 2023 Open Text
3
+ Copyright 2019 - 2024 Open Text
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
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:23 .2.0.0154
5
+ - API version: 1:24 .2.0.0152
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 >23.2.1 </version >
30
+ <version >24.2 </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:23.2.1 "
40
+ compile "com.fortify:ssc-restapi-client:24.2 "
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 = ' 23.2.1 '
15
+ version = ' 24.2 '
16
16
description ' Fortify SSC REST API client'
17
17
18
18
sourceCompatibility = JavaVersion . VERSION_1_8
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments