Skip to content

Commit

Permalink
Release 23.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
akaryakina committed Nov 14, 2023
1 parent c687732 commit 1760f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Fortify Software Security Center REST API java client
Communicate with Fortify Software Security Center through REST API in java, a swagger generated client
- API version: 1:23.2.0.0153
- API version: 1:23.2.0.0154

## Generation:

Expand All @@ -27,7 +27,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.fortify</groupId>
<artifactId>ssc-restapi-client</artifactId>
<version>23.2</version>
<version>23.2.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -37,7 +37,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.fortify:ssc-restapi-client:23.2"
compile "com.fortify:ssc-restapi-client:23.2.1"
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

group = 'com.fortify'
version = '23.2'
version = '23.2.1'
description 'Fortify SSC REST API client'

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1760f96

Please sign in to comment.