Skip to content

Commit 1bdebc8

Browse files
committed
prepare v6.4.1
1 parent 0bb4efd commit 1bdebc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
128128
<dependency>
129129
<groupId>com.github.scribejava</groupId>
130130
<artifactId>scribejava-apis</artifactId>
131-
<version>6.3.0</version>
131+
<version>6.4.1</version>
132132
</dependency>
133133
```
134134

@@ -137,7 +137,7 @@ And in case you need just core classes (that's it, without any external API (FB,
137137
<dependency>
138138
<groupId>com.github.scribejava</groupId>
139139
<artifactId>scribejava-core</artifactId>
140-
<version>6.3.0</version>
140+
<version>6.4.1</version>
141141
</dependency>
142142
```
143143

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[6.4.1]
22
* support TLS 1.3 in JDK 11 for Salesforce
33
* fix NPE in Apache HTTP client in case of empty body in HTTP response (e.g. with 204 response code) (thanks to https://github.com/SainagNeelamPatnaik)
44
* separate OAuth1.0a and OAuth2.0 classes

0 commit comments

Comments
 (0)