File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/squareup/square Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.squareup</groupId >
55 <artifactId >square</artifactId >
6- <version >42.1 .0.20241218 </version >
6+ <version >43.0 .0.20250123 </version >
77 <packaging >jar</packaging >
88 <name >Square</name >
99 <description >Java client library for the Square API</description >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public final class SquareClient implements SquareClientInterface {
157157
158158 private static final CompatibilityFactory compatibilityFactory = new CompatibilityFactoryImpl ();
159159
160- private static String userAgent = "Square-Java-SDK/42.1 .0.20241218 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}" ;
160+ private static String userAgent = "Square-Java-SDK/43.0 .0.20250123 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}" ;
161161
162162 /**
163163 * Current API environment.
@@ -719,7 +719,7 @@ public String getAccessToken() {
719719 * @return sdkVersion
720720 */
721721 public String getSdkVersion () {
722- return "42.1 .0.20241218 " ;
722+ return "43.0 .0.20250123 " ;
723723 }
724724
725725 /**
You can’t perform that action at this time.
0 commit comments