Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump spring-boot-starter-websocket from 3.1.0 to 3.1.1 #192

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps spring-boot-starter-websocket from 3.1.0 to 3.1.1.

Release notes

Sourced from spring-boot-starter-websocket's releases.

v3.1.1

馃悶 Bug Fixes

  • Websockets don't work when using WebFlux with Jetty #36009
  • When using SimpleClientHttpRequestFactory, non-GET requests sent with RestTemplate have the wrong HttpMethod when SSLBundles are used #36007
  • Spring Boot properties migrator can create circular references #35934
  • Actuator loggers list endpoint throws exception on Log4J2 loggers with custom log levels #35922
  • SSL configuration overwrites other WebClient customization #35914
  • Validation is not applied for ConfigurationProperties that implement Validator and use @ConstructorBinding #35913
  • Tracing only supports a single context propagation type #35907
  • SpringApplication.from(?).with(?) adds its sources to every context that's created #35873
  • Devtools does not support package-private main classes #35865
  • DevTools prevent startup in native image with ClassNotFoundException #35853
  • Password is not used from spring.data.redis.url property without username #35850
  • Docker Compose connection details for MongoDB is missing the authSource option when authentication is configured #35777
  • Processing of @EndpointCloudFoundryExtension logs a warnings as it does not use @AliasFor on its override of the endpoint attribute #35766
  • Java 20 is supported but there's no value for it in the JavaVersion enum #35764
  • SpringApplication.from(...) is hard to use with Kotlin #35756
  • Spring Boot 3.1.0 incompatible with Flyway 9.0 #35721
  • The error message is unhelpful when spring.rabbitmq.host is configured with a comma-separated value #35684
  • Docker Compose support produces non-working native image #35676
  • Metadata for spring.ssl properties are missing #35667
  • The new support for testcontainers in Spring Boot 3.1.0 does not work with native tests #35663
  • Constructor binding of @ConfigurationProperties to a lateinit property fails with kotlin.UninitializedPropertyAccessException #35654
  • PEM SSL bundles do not support encrypted PKCS8 private keys #35652
  • When a configuration properties bean is defined using a @Bean method, BindableRuntimeHintsRegistrar may incorrectly register hints for constructor binding #35647
  • Enabling Spring Data Elasticsearch auditing causes application startup failure #35610
  • ZipkinAutoConfiguration always need a ZipkinProperties bean in SB 3.1 #35592
  • MongoDB authentication to different DB than used no longer works in spring boot 3.1 #35567
  • Auto-configuration for Spring Data MongoDB ignores spring.data.mongodb.database when spring.data.mongodb.uri has been set #35566

馃摂 Documentation

  • Remove @EnableBatchProcessing mentions in reference documentation for sliced tests and user configuration #36004
  • Update description of spring-boot-starter-data-rest to clarify that it uses Spring MVC #35911
  • Add @DynamicPropertySource to documented list of property source ordering #35909
  • Fix typo in Docker Compose documentation #35818
  • Move property notes up to external configuration section #35769
  • Improve OAuth2 Client section of docs #35767
  • Description of spring.data.mongodb.uri property incorrectly states that it overrides spring.data.mongodb.database #35690
  • Fix error in SSL bundle documentation #35665
  • Document how to add parameters to the JDBC URL created for a Docker Compose managed container #35636
  • Documenting audience support in Oauth2 resource server #35634
  • Description of build-image and build-image-no-fork Maven plugin goals is inconsistent #35618
  • Some spring.docker.compose properties do not document their default values #35598
  • Description of never value for spring.docker.compose.readiness.wait is incorrect #35597
  • ServiceConnection Typo In name Documentation #35594
  • Declare @Testcontainers before @SpringBootTest in documentation examples to ensure that Testcontainers is started before the application tries to use its containers #35572

馃敤 Dependency Upgrades

... (truncated)

Commits
  • ae50fa6 Release v3.1.1
  • 5c53bda Merge branch '3.0.x' into 3.1.x
  • 1596f69 Merge branch '2.7.x' into 3.0.x
  • fff30ef Configure timeouts on staging builds
  • 31f218c Merge branch '3.0.x' into 3.1.x
  • 9db3c5a Polish
  • 8ac5dc7 Merge branch '3.0.x' into 3.1.x
  • f7af1ba Upgrade to Spring WS 4.0.5
  • eb72d7e Merge branch '3.0.x' into 3.1.x
  • 5c8ed94 Start building against Spring WS 4.0.5 snapshots
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spring-boot-starter-websocket](https://github.com/spring-projects/spring-boot) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Jun 23, 2023
@seailz seailz merged commit 89762e2 into main Jun 23, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.boot-spring-boot-starter-websocket-3.1.1 branch June 23, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant