From a3f2da731269ec516b7c2aac6a605b51fe12b190 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Tue, 28 Apr 2026 23:04:35 +0530 Subject: [PATCH] + Upgrading versions for dependencies + Minor changes to README file --- README.md | 7 +++++-- pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0eefccd41..dd4b46e40 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To get started using this SDK, it is highly recommended to download our sample c * [Cybersource Java Sample Code Repository (on GitHub)](https://github.com/CyberSource/cybersource-rest-samples-java) -In that respository, we have comprehensive sample code for all common uses of our API: +In that respository, we have comprehensive sample code for all common uses of our API. Additionally, you can find details and examples of how our API is structured in our API Reference Guide: @@ -70,9 +70,12 @@ To learn more about how to use CyberSource's REST API SDKs, please use [Develope ### Example using Sample Code Application -* Add the [CyberSource REST client as a dependency](https://github.com/CyberSource/cybersource-rest-samples-java/blob/a34f25a384e1fa982f5bb336225e3e37ca3e245d/pom.xml#L20C3-L24C16) in your java project. +* Add the [CyberSource REST Client SDK as a dependency](https://github.com/CyberSource/cybersource-rest-samples-java/blob/a34f25a384e1fa982f5bb336225e3e37ca3e245d/pom.xml#L20C3-L24C16) in your java project. + * Configure your credentials in a [Properties Object](https://github.com/CyberSource/cybersource-rest-samples-java/blob/a34f25a384e1fa982f5bb336225e3e37ca3e245d/src/main/java/Data/Configuration.java#L6C2-L55C3). + * Create an instance of [ApiClient](https://github.com/CyberSource/cybersource-rest-samples-java/blob/a34f25a384e1fa982f5bb336225e3e37ca3e245d/src/main/java/samples/Payments/Payments/SimpleAuthorizationInternet.java#L83C4-L85C46) and set the required properties in it. + * Use the created ApiClient instance to call CyberSource APIs. For example [SimpleAuthorizationInternet](https://github.com/CyberSource/cybersource-rest-samples-java/blob/a34f25a384e1fa982f5bb336225e3e37ca3e245d/src/main/java/samples/Payments/Payments/SimpleAuthorizationInternet.java#L87C4-L88C51) For more detailed examples, refer to the [cybersource-rest-samples-java](https://github.com/CyberSource/cybersource-rest-samples-java) repository. diff --git a/pom.xml b/pom.xml index a38d473c3..d62d9fe12 100644 --- a/pom.xml +++ b/pom.xml @@ -310,7 +310,7 @@ org.bouncycastle bcpg-jdk18on - 1.81 + 1.84 @@ -326,6 +326,6 @@ 1.0.0 4.13.2 UTF-8 - 2.25.3 + 2.25.4