orange-cloudfoundry / osb-cmdb

A configuration management db for Open Service Broker API broker implementations
Apache License 2.0
14 stars 1 forks source link

Bump spring-boot-gradle-plugin from 2.6.7 to 2.7.0 #178

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spring-boot-gradle-plugin from 2.6.7 to 2.7.0.

Release notes

Sourced from spring-boot-gradle-plugin's releases.

v2.7.0

:star: New Features

  • Revert to using "application/json" as default MIME type for GraphQL while remaining compatible with "application/graphql+json" #30860
  • Allow customization of single logout in auto-configured SAML relying party registration #30128

:lady_beetle: Bug Fixes

  • Default properties configured on SpringApplication have higher precedence than properties configured with @PropertySource #31093
  • A failure when an instrumented WebClient records metrics causes the request to fail #31089
  • Dependency management for Artemis is incomplete #31079
  • Configuration properties for Statsd's buffered and step properties are missing #31059
  • Debug logging for requests to WebFlux-based Actuator endpoints does not identify the endpoint #30887
  • @ConditionalOnProperty meta annotation with @AliasFor does not work #30874
  • Event handling in JobExecutionExitCodeGenerator is not thread-safe #30846
  • Hibernate service loading logs HHH000505 warnings for ServiceConfigurationError with Gradle-built jars since 2.5.10 when using Java 11 or later #30791
  • Cryptic startup failure with bare LOGGING_LEVEL environment variable #30789
  • SearchStrategy argument of MethodValidationExcludeFilter byAnnotation(Class, SearchStrategy) is not used #30787
  • spring.security.saml2.relyingparty.registration..asserting-party. properties contain unwanted hyphen in asserting-party #30785
  • DevTools sets deprecated spring.mustache.cache property #30774

:notebook_with_decorative_cover: Documentation

  • Extend documentation on Datadog metrics #30997
  • Fix link to Upgrading From 1.x in multi-page documentation #30995
  • Document support for Java 18 #30782

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 5.16.5 #30927
  • Upgrade to Byte Buddy 1.12.10 #30928
  • Upgrade to Cassandra Driver 4.14.1 #30929
  • Upgrade to Couchbase Client 3.2.7 #30930
  • Upgrade to Couchbase Client 3.3.0 #31031
  • Upgrade to Elasticsearch 7.17.3 #30931
  • Upgrade to Flyway 8.5.11 #31080
  • Upgrade to GraphQL Java 18.1 #30859
  • Upgrade to Hibernate 5.6.9.Final #31081
  • Upgrade to Infinispan 13.0.10.Final #30933
  • Upgrade to Jackson Bom 2.13.3 #31046
  • Upgrade to Jaybird 4.0.6.java8 #30934
  • Upgrade to Johnzon 1.2.18 #30935
  • Upgrade to Kafka 3.1.1 #31047
  • Upgrade to Micrometer 1.9.0 #31013
  • Upgrade to Mockito 4.5.1 #30936
  • Upgrade to MSSQL JDBC 10.2.1.jre8 #31048
  • Upgrade to MySQL 8.0.29 #30937
  • Upgrade to Netty 4.1.77.Final #30938
  • Upgrade to Postgresql 42.3.5 #30939
  • Upgrade to Reactor Bom 2020.0.19 #30940

... (truncated)

Commits
  • 1168d66 Release v2.7.0
  • 516d9db Update CI pipeline in preparation for 2.7.0
  • 97613f1 Merge branch '2.6.x' into 2.7.x
  • f95fa63 Merge branch '2.5.x' into 2.6.x
  • 98d91ba Next development version (v2.6.9-SNAPSHOT)
  • bf3c6df Next development version (v2.5.15-SNAPSHOT)
  • 63fc60d Upgrade to SendGrid 4.9.2
  • 7011119 Merge branch '2.6.x' into 2.7.x
  • d1ec5d4 Upgrade CI to Docker 20.10.16
  • d8bcdde Merge branch '2.5.x' into 2.6.x
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #180.