Skip to content

Commit

Permalink
Fix for latest compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 25, 2022
1 parent 31907ec commit 0422486
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private void configureSockJsOptionsIfAny(WebSocketHandlerRegistration registrati
.acceptIfNotNull(this.sockJsServiceOptions.messageCodec,
sockJsServiceRegistration::setMessageCodec)
.acceptIfNotNull(this.sockJsServiceOptions.suppressCors,
sockJsServiceRegistration::setSupressCors);
sockJsServiceRegistration::setSuppressCors);
}
}

Expand Down

0 comments on commit 0422486

Please sign in to comment.