Skip to content

Commit 430f6b9

Browse files
Update pom.xml (#142)
* Update pom.xml Added grpc-api to the include set for shading to ensure that grpc-context does not get pruned from the fat JAR. * Update pom.xml Updated to 7.2.2 * Update the version sent to TSPs --------- Co-authored-by: Murph Murphy <[email protected]>
1 parent 6cd83eb commit 430f6b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
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.1</version>
11+
<version>7.2.2</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>
@@ -202,6 +202,7 @@
202202
<include>com.google.guava:listenablefuture</include>
203203
<include>io.opencensus:opencensus-api</include>
204204
<include>io.grpc:grpc-context</include>
205+
<include>io.grpc:grpc-api</include>
205206
<include>io.opencensus:opencensus-contrib-http-util</include>
206207
<include>com.fasterxml.jackson.core:jackson-core</include>
207208
</includes>

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.1";
58+
static final String sdkVersion = "7.2.2";
5959

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

0 commit comments

Comments
 (0)