Skip to content

Commit 67f3f4f

Browse files
authored
Merge branch 'spring-projects:main' into documentation-patch
2 parents 69f4203 + 026b500 commit 67f3f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/reactive/oauth2/resource-server/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Spring Security supports protecting endpoints by offering two forms of OAuth 2.0
77
* Opaque Tokens
88

99
This is handy in circumstances where an application has delegated its authority management to an https://tools.ietf.org/html/rfc6749[authorization server] (for example, Okta or Ping Identity).
10-
Resource serves can consult this authorization server to authorize requests.
10+
Resource servers can consult this authorization server to authorize requests.
1111

1212
[NOTE]
1313
====

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ org-bouncycastle-bcprov-jdk15on = { module = "org.bouncycastle:bcprov-jdk18on",
7070
org-eclipse-jetty-jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "org-eclipse-jetty" }
7171
org-eclipse-jetty-jetty-servlet = { module = "org.eclipse.jetty:jetty-servlet", version.ref = "org-eclipse-jetty" }
7272
org-hamcrest = "org.hamcrest:hamcrest:2.2"
73-
org-hibernate-orm-hibernate-core = "org.hibernate.orm:hibernate-core:6.6.2.Final"
73+
org-hibernate-orm-hibernate-core = "org.hibernate.orm:hibernate-core:6.6.3.Final"
7474
org-hsqldb = "org.hsqldb:hsqldb:2.7.4"
7575
org-jetbrains-kotlin-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "org-jetbrains-kotlin" }
7676
org-jetbrains-kotlin-kotlin-gradle-plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"

0 commit comments

Comments
 (0)