Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit802a80e

Browse files
committed
prepare 2.4.0 release
1 parent5e1827e commit802a80e

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
@@ -78,7 +78,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
7878
<dependency>
7979
<groupId>com.github.scribejava</groupId>
8080
<artifactId>scribejava-apis</artifactId>
81-
<version>2.3.0</version>
81+
<version>2.4.0</version>
8282
</dependency>
8383
```
8484

@@ -87,7 +87,7 @@ And in case you need just core classes (that's it, without any external API (FB,
8787
<dependency>
8888
<groupId>com.github.scribejava</groupId>
8989
<artifactId>scribejava-core</artifactId>
90-
<version>2.3.0</version>
90+
<version>2.4.0</version>
9191
</dependency>
9292
```
9393

‎changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[2.4.0]
22
* APIs 2.0 can define different endpoints for access token and for refresh token (the same urls by default)
33
* mark Facebook doesn't support refresh token by throwing UnsupportedOperationException
44
* make JSON Access Token Extractor be the default for OAuth 2.0 (according to RFC 6749)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp