Skip to content

Commit f0999cc

Browse files
committed
17.2.0
1 parent 45d8509 commit f0999cc

3 files changed

Lines changed: 1475 additions & 1479 deletions

File tree

com/strongdm/api/MCPGatewayOAuthDCR.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
package com.strongdm.api;
1919

20-
/**
21-
* MCPGatewayOAuthDCR is currently unstable, and its API may change, or it may be removed, without a
22-
* major version bump.
23-
*/
2420
public class MCPGatewayOAuthDCR implements Resource {
2521
private String bindInterface;
2622
/**

com/strongdm/api/SigningCallCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SigningCallCredential extends CallCredentials {
2323
private final String apiAccessKey;
2424
private final String signature;
2525
private static final String API_VERSION = "2025-04-14";
26-
private static final String USER_AGENT = "strongdm-sdk-java/17.1.0";
26+
private static final String USER_AGENT = "strongdm-sdk-java/17.2.0";
2727

2828
protected SigningCallCredential(String apiAccessKey, String signature) {
2929
this.apiAccessKey = apiAccessKey;

0 commit comments

Comments
 (0)