Merge branch '3.1.x'

pull/36016/head
Stephane Nicoll 1 year ago
commit 16e993f3ca

@ -444,7 +444,7 @@ bom {
] ]
} }
} }
library("HttpCore5", "5.2.1") { library("HttpCore5", "5.2.2") {
group("org.apache.httpcomponents.core5") { group("org.apache.httpcomponents.core5") {
modules = [ modules = [
"httpcore5", "httpcore5",
@ -1051,7 +1051,7 @@ bom {
] ]
} }
} }
library("Netty", "4.1.93.Final") { library("Netty", "4.1.94.Final") {
group("io.netty") { group("io.netty") {
imports = [ imports = [
"netty-bom" "netty-bom"
@ -1396,7 +1396,7 @@ bom {
] ]
} }
} }
library("Spring Authorization Server", "1.1.1-SNAPSHOT") { library("Spring Authorization Server", "1.1.1") {
group("org.springframework.security") { group("org.springframework.security") {
modules = [ modules = [
"spring-security-oauth2-authorization-server" "spring-security-oauth2-authorization-server"
@ -1424,7 +1424,7 @@ bom {
] ]
} }
} }
library("Spring GraphQL", "1.2.1-SNAPSHOT") { library("Spring GraphQL", "1.2.1") {
group("org.springframework.graphql") { group("org.springframework.graphql") {
modules = [ modules = [
"spring-graphql", "spring-graphql",
@ -1446,7 +1446,7 @@ bom {
] ]
} }
} }
library("Spring Kafka", "3.0.7") { library("Spring Kafka", "3.0.8") {
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [
"spring-kafka", "spring-kafka",
@ -1478,14 +1478,14 @@ bom {
] ]
} }
} }
library("Spring Security", "6.1.1-SNAPSHOT") { library("Spring Security", "6.1.1") {
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [
"spring-security-bom" "spring-security-bom"
] ]
} }
} }
library("Spring Session", "3.1.1-SNAPSHOT") { library("Spring Session", "3.1.1") {
prohibit { prohibit {
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])
because "Spring Session switched to numeric version numbers" because "Spring Session switched to numeric version numbers"

Loading…
Cancel
Save