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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-boot-starters from 2.2.11.RELEASE to 2.2.12.RELEASE #66

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2020

Bumps spring-boot-starters from 2.2.11.RELEASE to 2.2.12.RELEASE.

Release notes

Sourced from spring-boot-starters's releases.

v2.2.12.RELEASE

🪲 Bug Fixes

  • Redis health indicator requests more information than it needs resulting in unnecessarily large responses from Redis #24208
  • elasticsearch-rest-client-sniffer is missing from the dependency management for Elasticsearch's REST client modules #24173
  • WebFluxTags performs unnecessary Pattern compilation when ignoring trailing slashes #24147
  • Actuator web endpoints cannot respond with custom HTTP status codes when running on MVC or WebFlux #24123
  • Missing Spring Integration metrics due to the MeterRegistry bean being looked for before it has been defined #24095
  • Configuration property binding processes JavaBean methods in a non-deterministic order which may result in variable behavior #24068
  • When using Tomcat, key and trust store passwords set via javax.net.ssl system properties are overwritten with null when Spring Boot's equivalent properties have not been set #24041
  • Configuration metadata annotation processor may use the wrong accessor for boolean properties #24002
  • TestTypeExcludeFilter does not implement hashCode and equals as required by its super-class #23978
  • Configuration property annotation processor does not notice overriding getter methods #23966
  • Our auto-configuration should not use @PostConstruct as it's ignored on Java 11+ without a dependency on jakarta-annotation-api #23723
  • JdbcStoreTypeConfiguration picks transaction of primary data source when Quartz data source is not the primary data source #20184
  • @DataJpaTest using H2 with schema.sql and spring.datasource.schema-username fails #19321

📔 Documentation

  • Document how to use Devtools without an IDE #24271
  • Add link to appendix from error handling documentation #24265
  • Fix link to Flyway callback docs #24119
  • Provide more details about overriding SpringPhysicalNamingStrategy's case insensitive flag #24045
  • Clarify the javadoc of AutoConfigureTestDatabase to make it clearer that it only replaces the main DataSource #23808
  • Security properties appendix contains spring.session and spring.ldap properties that belong elsewhere #23558
  • Improve Spring Session back off documentation #23151
  • Clarify documentation regarding relaxed binding of environment variables #22974
  • Recommend that bean definitions provide as much type information as possible #22925
  • Recommend disabling context path redirects when using proxy-terminated SSL with Tomcat #22908
  • Enhance spring.datasource.initialization-mode property description #21121

🔨 Dependency Upgrades

  • Upgrade to Activemq 5.15.14 #24434
  • Upgrade to Appengine Sdk 1.9.83 #24354
  • Upgrade to Byte Buddy 1.10.18 #24358
  • Upgrade to Caffeine 2.8.8 #24430
  • Upgrade to Couchbase Client 2.7.18 #24351
  • Upgrade to Db2 Jdbc 11.5.5.0 #24355
  • Upgrade to Dropwizard Metrics 4.1.16 #24356
  • Upgrade to Groovy 2.5.14 #24361
  • Upgrade to Hibernate 5.4.25.Final #24363
  • Upgrade to Httpcore 4.4.14 #24359
  • Upgrade to Infinispan 9.4.21.Final #24364
  • Upgrade to Jackson 2.10.5.20201202 #24352
  • Upgrade to Jetty 9.4.35.v20201120 #24362
  • Upgrade to Micrometer 1.3.16 #24279
  • Upgrade to Neo4j Ogm 3.2.18 #24365
  • Upgrade to Netty 4.1.55.Final #24431
  • Upgrade to Netty Tcnative 2.0.35.Final #24432

... (truncated)

Commits
  • 78a8eb0 Release v2.2.12.RELEASE
  • 0533ac5 Test the Gradle plugin against 6.7.1
  • 7f9d0d2 Upgrade to Tomcat 9.0.41
  • 1094b7c Upgrade to Activemq 5.15.14
  • b8c68ef Upgrade to Undertow 2.0.33.Final
  • a9924c3 Upgrade to Netty Tcnative 2.0.35.Final
  • 55b680e Upgrade to Netty 4.1.55.Final
  • 6d5e3b2 Upgrade to Caffeine 2.8.8
  • 60e69c2 Upgrade to Spring Kafka 2.3.13
  • 520b4bb Upgrade to Spring Batch 4.2.5
  • 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-starters](https://github.com/spring-projects/spring-boot) from 2.2.11.RELEASE to 2.2.12.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.11.RELEASE...v2.2.12.RELEASE)

Signed-off-by: dependabot[bot] <support@github.com>
@sonarcloud
Copy link

sonarcloud bot commented Dec 11, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb self-assigned this Dec 14, 2020
@smcvb smcvb merged commit 852f0b7 into master Dec 14, 2020
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.boot-spring-boot-starters-2.2.12.RELEASE branch December 14, 2020 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant