graphql-java-generator / graphql-maven-plugin-project

graphql-maven-plugin is a Maven Plugin for GraphQL, based on graphql-java. It accelerates the development for both the client and the server, by generating the Java code. It allows a quicker development when in contract-first approach, by avoiding to code the boilerplate code.
https://graphql-maven-plugin-project.graphql-java-generator.com
MIT License
115 stars 47 forks source link

Bump org.springframework.security:spring-security-oauth2-authorization-server from 0.3.1 to 1.1.6 #210

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 months ago

Bumps org.springframework.security:spring-security-oauth2-authorization-server from 0.3.1 to 1.1.6.

Release notes

Sourced from org.springframework.security:spring-security-oauth2-authorization-server's releases.

1.1.6

:hammer: Dependency Upgrades

  • Update to jackson-bom 2.15.4 #1566
  • Update to Spring Framework 6.0.18 #1564
  • Update to Spring Security 6.1.8 #1565

1.1.5

:beetle: Bug Fixes

  • Update application.yml in Getting Started guide #1519

:hammer: Dependency Upgrades

  • Update to spring-security-release-plugin 1.0.1 #1491

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​rozagerardo

1.1.4

:star: New Features

  • Remove org.webjars dependencies from demo-authorizationserver sample #1445

:beetle: Bug Fixes

  • Default timeout should be set when fetching JWKSet for private_key_jwt #1439
  • Expired ID tokens are rejected at the authorization server on an RP-initiated logout #1440
  • Fix tests for OAuth2 Authorization Server Metadata Endpoint #1421
  • Fix tests for OIDC Provider Configuration Endpoint #1418
  • Issuer should not support path component #1437

:hammer: Dependency Upgrades

  • Update to Spring Framework 6.0.15 #1480
  • Update to Spring Security 6.1.6 #1481

1.1.3

:beetle: Bug Fixes

  • Fix typo: context.getHeaders() to context.getJwsHeader() #1393
  • client_id and client_secret provided via query parameters are accepted for client_secret_post #1390
  • Should return hashed client_secret when registering with client_secret_jwt #1383

:hammer: Dependency Upgrades

  • Update to Spring Boot 3.1.4 #1404

... (truncated)

Commits
  • 1992d20 Release 1.1.6
  • a7035d2 Update PKCE validation
  • e22d79c Update to jackson-bom 2.15.4
  • 204263a Update to Spring Security 6.1.8
  • 02c4fbe Update to Spring Framework 6.0.18
  • eb10a4b Next development version
  • 0e134b6 Release 1.1.5
  • f6b426d Use release version of spring-security-release-plugin
  • 6b04022 Update application.yml in Getting Started guide
  • f6b07f5 Exclude build directories from nohttp task
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/graphql-java-generator/graphql-maven-plugin-project/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

etienne-sf commented 2 weeks ago

This authorization server is for test only. And the last version needs Spring Boot 3, and old versions of the plugin needs Spring Boot 2

dependabot[bot] commented 2 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.