Skip to content

Commit 89ccf76

Browse files
committed
Release 24.2 version
1 parent 18f229d commit 89ccf76

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2019 - 2023 Open Text
3+
Copyright 2019 - 2024 Open Text
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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:23.2.0.0154
5+
- API version: 1:24.2.0.0152
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>23.2.1</version>
30+
<version>24.2</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:23.2.1"
40+
compile "com.fortify:ssc-restapi-client:24.2"
4141
```
4242

4343
## Getting Started

build.gradle

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

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

1818
sourceCompatibility = JavaVersion.VERSION_1_8

src/swagger/spec.json

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

0 commit comments

Comments
 (0)