Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring-security-oauth2
Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.3.2.RELEASE to 2.3.5.RELEASE. - [Commits](spring-attic/spring-security-oauth@2.3.2.RELEASE...2.3.5.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.security.oauth:spring-security-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
commit 12132007a105e9d492a0863842a77c2942c079bd
2 changes: 1 addition & 1 deletion spring-boot-REST-OAuth2/spring-boot-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>2.3.2.RELEASE</version>
<version>2.3.5.RELEASE</version>
</dependency>

<dependency>
Expand Down