Skip to content

Commit 4fcb1fc

Browse files
feat: update protobuf version to 4.33.0 and http-client to 2.1.0-rc1 (#1853)
* fix(deps): update protobuf version to 4.33.0 * chore: update gencode to 4.33 * chore: format * deps: update http-client to 2.1.0-rc1 * chore: skip clirr
1 parent d19b976 commit 4fcb1fc

File tree

8 files changed

+2801
-2209
lines changed

8 files changed

+2801
-2209
lines changed

cab-token-generator/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
import com.google.api.client.util.Clock;
3939
import com.google.auth.Credentials;
40-
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryProto.ClientSideAccessBoundary;
41-
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryProto.ClientSideAccessBoundaryRule;
40+
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundary;
41+
import com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryRule;
4242
import com.google.auth.http.HttpTransportFactory;
4343
import com.google.auth.oauth2.AccessToken;
4444
import com.google.auth.oauth2.CredentialAccessBoundary;

0 commit comments

Comments
 (0)