Skip to content

Commit f18ee46

Browse files
Update version 2.0.10 -> 2.0.11
1 parent c67ce70 commit f18ee46

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.10
2+
current_version = 2.0.11
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ The IBM Cloud Secrets Manager Java SDK allows developers to programmatically int
4242
<dependency>
4343
<groupId>com.ibm.cloud</groupId>
4444
<artifactId>secrets-manager</artifactId>
45-
<version>2.0.10</version>
45+
<version>2.0.11</version>
4646
</dependency>
4747
```
4848

4949
##### Gradle
5050

5151
```gradle
52-
'com.ibm.cloud:secrets-manager:2.0.10'
52+
'com.ibm.cloud:secrets-manager:2.0.11'
5353
```
5454

5555
## Authentication

modules/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>secrets-manager-sdk</artifactId>
88
<groupId>com.ibm.cloud</groupId>
9-
<version>2.0.10</version>
9+
<version>2.0.11</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

modules/coverage-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>secrets-manager-sdk</artifactId>
55
<groupId>com.ibm.cloud</groupId>
6-
<version>2.0.10</version>
6+
<version>2.0.11</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/secrets-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>secrets-manager-sdk</artifactId>
77
<groupId>com.ibm.cloud</groupId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>https://github.com/IBM/secrets-manager-java-sdk</url>
1212

1313
<groupId>com.ibm.cloud</groupId>
14-
<version>2.0.10</version>
14+
<version>2.0.11</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>
@@ -39,7 +39,7 @@
3939
<maven-reports-plugin-version>3.4.5</maven-reports-plugin-version>
4040
<maven-failsafe-plugin-version>3.1.2</maven-failsafe-plugin-version>
4141
<maven-buildnumber-plugin-version>3.2.0</maven-buildnumber-plugin-version>
42-
<slf4j-version>2.0.10</slf4j-version>
42+
<slf4j-version>2.0.11</slf4j-version>
4343

4444
<maven-enforcer-version>3.4.1</maven-enforcer-version>
4545
<min-jdk-version>11</min-jdk-version>

0 commit comments

Comments
 (0)