File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
modules/code-engine/src/main/java/com/ibm/cloud/code_engine/code_engine/v2 Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.com/IBM/code-engine-java-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/code-engine-java-sdk )
2
2
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
3
3
4
- # IBM Cloud Code Engine Java SDK Version 4.27.1
4
+ # IBM Cloud Code Engine Java SDK Version 4.28.0
5
5
6
6
Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
7
7
@@ -39,7 +39,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
39
39
40
40
Service Name | Artifact Coordinates
41
41
--- | ---
42
- [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:4.27.1
42
+ [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:4.28.0
43
43
44
44
## Prerequisites
45
45
@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
51
51
52
52
## Installation
53
53
54
- The current version of this SDK is: 4.27.1
54
+ The current version of this SDK is: 4.28.0
55
55
56
56
Each service's artifact coordinates are listed in the table above.
57
57
@@ -70,14 +70,14 @@ Here are examples for maven and gradle:
70
70
<dependency >
71
71
<groupId >com.ibm.cloud</groupId >
72
72
<artifactId >code-engine</artifactId >
73
- <version >4.27.1 </version >
73
+ <version >4.28.0 </version >
74
74
</dependency >
75
75
```
76
76
77
77
### Gradle
78
78
79
79
``` gradle
80
- compile 'com.ibm.cloud:code-engine:4.27.1 '
80
+ compile 'com.ibm.cloud:code-engine:4.28.0 '
81
81
```
82
82
83
83
## Using the SDK
Original file line number Diff line number Diff line change 12
12
*/
13
13
14
14
/*
15
- * IBM OpenAPI SDK Code Generator Version: 3.99 .0-d27cee72-20250129-204831
15
+ * IBM OpenAPI SDK Code Generator Version: 3.102 .0-615ec964-20250307-203034
16
16
*/
17
17
18
18
package com .ibm .cloud .code_engine .code_engine .v2 ;
Original file line number Diff line number Diff line change 22
22
23
23
<testng-version >7.11.0</testng-version >
24
24
<okhttp3-version >4.12.0</okhttp3-version >
25
- <surefire-version >3.5.2 </surefire-version >
26
- <jacoco-plugin-version >0.8.12 </jacoco-plugin-version >
25
+ <surefire-version >3.5.3 </surefire-version >
26
+ <jacoco-plugin-version >0.8.13 </jacoco-plugin-version >
27
27
<maven-deploy-plugin-version >3.1.4</maven-deploy-plugin-version >
28
28
<nexus-staging-plugin-version >1.7.0</nexus-staging-plugin-version >
29
29
<maven-gpg-plugin-version >3.2.7</maven-gpg-plugin-version >
34
34
<maven-compiler-plugin-version >3.10.1</maven-compiler-plugin-version >
35
35
<maven-site-plugin-version >3.21.0</maven-site-plugin-version >
36
36
<maven-checkstyle-plugin-version >3.6.0</maven-checkstyle-plugin-version >
37
- <checkstyle-version >10.21.4 </checkstyle-version >
37
+ <checkstyle-version >10.23.0 </checkstyle-version >
38
38
<maven-reports-plugin-version >3.9.0</maven-reports-plugin-version >
39
- <maven-failsafe-plugin-version >3.5.2 </maven-failsafe-plugin-version >
39
+ <maven-failsafe-plugin-version >3.5.3 </maven-failsafe-plugin-version >
40
40
<maven-buildnumber-plugin-version >3.2.1</maven-buildnumber-plugin-version >
41
41
<slf4j-version >2.0.17</slf4j-version >
42
42
You can’t perform that action at this time.
0 commit comments