File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright 2019 - 2024 Open Text
3+ Copyright 2019 - 2025 Open Text
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 22
33# Fortify Software Security Center REST API java client
44Communicate with Fortify Software Security Center through REST API in java, a swagger generated client
5- - API version: 1:24.4 .0.0320
5+ - API version: 1:25.2 .0.0151
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.4 </version >
30+ <version >25.2 </version >
3131 <scope >compile</scope >
3232</dependency >
3333```
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737Add this dependency to your project's build file:
3838
3939``` groovy
40- compile "com.fortify:ssc-restapi-client:24.4 "
40+ compile "com.fortify:ssc-restapi-client:25.2 "
4141```
4242
4343## Getting Started
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212}
1313
1414group = ' com.fortify'
15- version = ' 24.4 '
15+ version = ' 25.2 '
1616description ' Fortify SSC REST API client'
1717
1818sourceCompatibility = 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.11 .0'
32+ implementation ' com.google.code.gson:gson:2.13 .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.14 '
35+ implementation ' io.swagger:swagger-annotations:1.6.15 '
3636 implementation ' jakarta.annotation:jakarta.annotation-api:1.3.5'
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 '
37+ implementation ' com.squareup.okio:okio-jvm:3.11.0 '
38+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.1.20 '
39+ implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 '
40+ implementation ' org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 '
4141 testImplementation ' junit:junit:4.13.2'
4242}
4343
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments