File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 9.17.3
2
+ current_version = 9.17.4
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version}
5
5
Original file line number Diff line number Diff line change 4
4
[ ![ 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 )
5
5
[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/java-sdk-core )] ( https://cla-assistant.io/ibm/java-sdk-core )
6
6
7
- # IBM Java SDK Core Version 9.17.3
7
+ # IBM Java SDK Core Version 9.17.4
8
8
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
9
9
(openapi-sdkgen).
10
10
11
11
## Installation
12
- The current version of the project: 9.17.3
12
+ The current version of the project: 9.17.4
13
13
14
14
You can use this project by defining it as a dependency within your Java SDK project
15
15
(i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).
@@ -19,14 +19,14 @@ You can use this project by defining it as a dependency within your Java SDK pro
19
19
<dependency >
20
20
<groupId >com.ibm.cloud</groupId >
21
21
<artifactId >sdk-core</artifactId >
22
- <version >9.17.3 </version >
22
+ <version >9.17.4 </version >
23
23
</dependency >
24
24
```
25
25
26
26
##### Gradle
27
27
28
28
``` gradle
29
- 'com.ibm.cloud:sdk-core:9.17.3 '
29
+ 'com.ibm.cloud:sdk-core:9.17.4 '
30
30
```
31
31
32
32
## Prerequisites
You can’t perform that action at this time.
0 commit comments