Skip to content

Commit bbad199

Browse files
authored
Update google libraries and shading plugin (#140)
* Update google libraries and shading plugin * Bump version and add changelog entry * Fix test
1 parent 80804cc commit bbad199

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v7.2.1
4+
5+
- Update dependencies to fix CVEs.
6+
37
## v7.2.0
48

59
- Support TSP error code for KMS_ACCOUNT_ISSUE.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.ironcorelabs</groupId>
99
<artifactId>tenant-security-java</artifactId>
1010
<packaging>jar</packaging>
11-
<version>7.2.0</version>
11+
<version>7.2.1</version>
1212
<name>tenant-security-java</name>
1313
<url>https://ironcorelabs.com/docs</url>
1414
<description>Java client library for the IronCore Labs Tenant Security Proxy.</description>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>libraries-bom</artifactId>
59-
<version>10.1.0</version>
59+
<version>26.57.0</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-shade-plugin</artifactId>
180-
<version>3.2.4</version>
180+
<version>3.5.3</version>
181181
<executions>
182182
<execution>
183183
<phase>package</phase>

src/main/java/com/ironcorelabs/tenantsecurity/kms/v1/TenantSecurityRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class TenantSecurityRequest implements Closeable {
5555
private final int timeout;
5656

5757
// TSC version that will be sent to the TSP.
58-
static final String sdkVersion = "7.2.0";
58+
static final String sdkVersion = "7.2.1";
5959

6060
TenantSecurityRequest(String tspDomain, String apiKey, int requestThreadSize, int timeout) {
6161
HttpHeaders headers = new HttpHeaders();

0 commit comments

Comments
 (0)