Skip to content

Commit 34a41df

Browse files
committed
Updated the year in copyright. Removed gcpsecretmanager in README.md.
1 parent 53d1cd3 commit 34a41df

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ojdbc-provider-oci/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ For the JSON type of provider (OCI Object Storage, HTTP/HTTPS, File) the passwor
148148
- OCID of the secret (if ocivault)
149149
- Azure Key Vault URI (if azurevault)
150150
- Base64 Encoded password (if base64)
151-
- GCP resource name (if gcpsecretmanager)
152151
- AWS Secret name (if awssecretsmanager)
153152
- Text
154153
- authentication

ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/aws/configuration/AwsS3Example.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Copyright (c) 2024 Oracle and/or its affiliates.
2+
** Copyright (c) 2025 Oracle and/or its affiliates.
33
**
44
** The Universal Permissive License (UPL), Version 1.0
55
**

ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/aws/configuration/AwsSecretsManagerConfigurationExample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Copyright (c) 2024 Oracle and/or its affiliates.
2+
** Copyright (c) 2025 Oracle and/or its affiliates.
33
**
44
** The Universal Permissive License (UPL), Version 1.0
55
**

0 commit comments

Comments
 (0)