Skip to content

Commit b9ad894

Browse files
committed
upgrade VkontakteApi from 5.73 to 5.92
1 parent c62fae6 commit b9ad894

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
introduce AuthorizationUrlBuilder (along with deprecation of AuthorizationUrlWithPKCE)
44
add possibility to provide different scopes for each Access Token request
55
* upgrade Facebook API from v2.11 to v3.2
6+
* upgrade VkontakteApi from 5.73 to 5.92
67

78
[6.4.1]
89
* support TLS 1.3 in JDK 11 for Salesforce

scribejava-apis/src/main/java/com/github/scribejava/apis/VkontakteApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
public class VkontakteApi extends DefaultApi20 {
1414

15-
public static final String VERSION = "5.73";
15+
public static final String VERSION = "5.92";
1616

1717
protected VkontakteApi() {
1818
}

0 commit comments

Comments
 (0)