Fix for latest compatibility
This commit is contained in:
18
build.gradle
18
build.gradle
@@ -84,29 +84,29 @@ ext {
|
||||
lettuceVersion = '6.2.0.RELEASE'
|
||||
log4jVersion = '2.18.0'
|
||||
mailVersion = '2.0.1'
|
||||
micrometerVersion = '1.10.0-M3'
|
||||
micrometerTracingVersion = '1.0.0-M6'
|
||||
micrometerVersion = '1.10.0-SNAPSHOT'
|
||||
micrometerTracingVersion = '1.0.0-SNAPSHOT'
|
||||
mockitoVersion = '4.6.1'
|
||||
mongoDriverVersion = '4.7.0'
|
||||
mysqlVersion = '8.0.29'
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.3.3'
|
||||
r2dbch2Version = '1.0.0.RC1'
|
||||
reactorVersion = '2022.0.0-M4'
|
||||
reactorVersion = '2022.0.0-SNAPSHOT'
|
||||
resilience4jVersion = '1.7.1'
|
||||
romeToolsVersion = '1.18.0'
|
||||
rsocketVersion = '1.1.2'
|
||||
saajVersion = '2.0.1'
|
||||
servletApiVersion = '5.0.0'
|
||||
smackVersion = '4.4.5'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-M3'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-M5'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-SNAPSHOT'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-SNAPSHOT'
|
||||
springGraphqlVersion = '1.0.1'
|
||||
springKafkaVersion = '3.0.0-M5'
|
||||
springKafkaVersion = '3.0.0-SNAPSHOT'
|
||||
springRetryVersion = '1.3.3'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-M6'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-M5'
|
||||
springWsVersion = '4.0.0-M2'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-SNAPSHOT'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
|
||||
springWsVersion = '4.0.0-SNAPSHOT'
|
||||
testcontainersVersion = '1.17.3'
|
||||
tomcatVersion = '10.0.21'
|
||||
xmlUnitVersion = '2.9.0'
|
||||
|
||||
@@ -195,7 +195,7 @@ public class ServerWebSocketContainer extends IntegrationWebSocketContainer
|
||||
.acceptIfNotNull(this.sockJsServiceOptions.messageCodec,
|
||||
sockJsServiceRegistration::setMessageCodec)
|
||||
.acceptIfNotNull(this.sockJsServiceOptions.suppressCors,
|
||||
sockJsServiceRegistration::setSupressCors);
|
||||
sockJsServiceRegistration::setSuppressCors);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user