Commit Graph

33 Commits

Author SHA1 Message Date
Daniel Garnier-Moiroux 59040a4c3d Use nimbus-jose-jwt and oauth2-oidc-sdk versions from spring-security
- Spring Security 5.4.5 downgraded nimbus-jose-jwt to 8.+ from 9.+,
  which breaks NimbusJwsEncoder.
- Bump Security to 5.4.5, and Boot to 2.4.3 to match Security

Closes gh-256
2021-03-16 10:04:42 -04:00
Joe Grandja 7ff237ed90 Update to json-path 2.4.0
Closes gh-239
2021-02-11 21:10:43 -05:00
Joe Grandja d6d74bc843 Update to okhttp3:okhttp 3.14.9
Closes gh-238
2021-02-11 21:10:21 -05:00
Joe Grandja 277565599a Update to okhttp3:mockwebserver 3.14.9
Closes gh-237
2021-02-11 21:09:57 -05:00
Joe Grandja 3b4cb382ec Update to mockito-core 3.6.28
Closes gh-236
2021-02-11 21:09:32 -05:00
Joe Grandja 16c6ed4fb4 Update to assertj-core 3.18.1
Closes gh-235
2021-02-11 21:09:12 -05:00
Joe Grandja 4cc1553542 Update to junit 4.13.1
Closes gh-234
2021-02-11 21:08:54 -05:00
Joe Grandja 4b45d69c17 Update to javax.servlet-api 4.0.1
Closes gh-233
2021-02-11 21:08:41 -05:00
Joe Grandja 4f3d7c4821 Update to nimbus-jose-jwt 9.1.3
Closes gh-232
2021-02-11 21:08:31 -05:00
Joe Grandja 799d790423 Update to oauth2-oidc-sdk 8.23.1
Closes gh-231
2021-02-11 21:08:14 -05:00
Joe Grandja 9f1c760876 Update to Reactor 2020.0.3
Closes gh-230
2021-02-11 21:07:57 -05:00
Joe Grandja b25b906917 Update to Spring Security 5.4.2
Closes gh-229
2021-02-11 21:07:43 -05:00
Joe Grandja 839123409d Update to Spring Framework 5.3.3
Closes gh-228
2021-02-11 21:07:24 -05:00
Joe Grandja 4b37606807 Use jackson-bom:2.12.0 2021-01-15 12:54:49 -05:00
Joe Grandja 59f77d034e Downgrade springSecurityVersion to 5.4.+ 2020-11-09 14:11:00 -05:00
Joe Grandja 58ad2d2c6c Revert "Set springSecurityVersion to 5.5.0-M1"
This reverts commit 7e2264204b.
2020-11-09 06:52:19 -05:00
Joe Grandja 7e2264204b Set springSecurityVersion to 5.5.0-M1 2020-11-09 05:30:35 -05:00
Joe Grandja 19d6e97372 Revert "Use reactor-netty-http for snapshot build"
Issue https://github.com/spring-projects/spring-security/issues/8909
2020-11-09 05:10:37 -05:00
Joe Grandja cff7b786de Set reactorVersion to 2020.0.+ 2020-11-09 05:07:48 -05:00
Joe Grandja edf23562cb Set springVersion to 5.3.+ 2020-11-09 05:06:45 -05:00
Joe Grandja 601640e4fa Set springSecurityVersion to 5.5.+ 2020-10-22 13:41:34 -04:00
Joe Grandja 142876068d Use jackson-bom 2020-10-13 11:40:45 -04:00
Joe Grandja ae20f73676 Update com.nimbusds dependencies to latest.release
Issue gh-113
2020-09-21 13:45:56 -04:00
Joe Grandja 4091d69d0c Set springSecurityVersion to 5.4.+
Closes gh-119
2020-09-21 13:45:40 -04:00
Joe Grandja b12ffe2ae4 Constrain version for com.nimbusds:nimbus-jose-jwt
Closes gh-113
2020-09-08 11:48:15 -04:00
Joe Grandja ddfdaa1ae4 Update to gradle 6.4.1 2020-08-20 06:55:34 -04:00
Joe Grandja 6f63c03e06 Use springSecurityVersion 5.3.+ 2020-08-19 16:50:22 -04:00
Joe Grandja a401392bac Add Gradle Lock Plugin 2020-08-19 16:31:01 -04:00
Joe Grandja 3780bee88e Update dependency-management.gradle 2020-08-18 11:23:08 -04:00
Alexey Nesterov c40aec2eb4 Add client_credentials grant type support
Closes gh-51
2020-07-13 12:57:28 -04:00
Joe Grandja e822fbbd5b Stub out authorization_code grant implementation
Fixes gh-65
2020-04-23 17:46:31 -04:00
Eleftheria Stein 5ed7c8f501 Setup Gradle multi-module build
Added core, config and samples modules. Moved sample project into samples module.

Closes gh-10
2020-04-23 15:50:27 -04:00
Tom van den Berge 82be38c00b
Add Empty Boot sample
Closes gh-1
2020-04-17 12:59:50 -06:00