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-dependencies from 2.2.2.RELEASE to 2.2.3.RELEASE #692

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-boot-dependencies from 2.2.2.RELEASE to 2.2.3.RELEASE.

Release notes

Sourced from spring-boot-dependencies's releases.

v2.2.3.RELEASE

⭐ New Features

  • Avoid 406 Not Acceptable for error pages #19545
  • Ignore trailing slash by default when recording web metrics #18207

🪲 Bug Fixes

  • Fat jars do not tolerate entries with an invalid modification date of 0 #19713
  • Make equality checks defensive to null reference #19685
  • PoolingDataSourceBean getParentLogger throws StackOverflowError #19682
  • Failure analyser for a missing validation provider does not kick in when using the latest Jakarta Validation API #19671
  • Rejected value is null when configuration property fails validation #19580
  • Profile with comma in name does not work in tests #19560
  • Spring Boot's antlib references a properties file that is no longer packaged in its jar #19553
  • Incorrect target type with wildcard List #19526
  • Since 2.2.2 Jetty error handler cannot be overridden #19520
  • Use RBAC credentials for Couchbase cluster info #19393
  • HypermediaAutoConfiguration hinges on Spring MVC #19392
  • Micrometer's Dynatrace group property cannot be configured via application properties #19369
  • MetricsWebFilter assigns UNKNOWN outcome to 200 OK responses #19367
  • Disable Jackson SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS by default #19352
  • Unset forward header strategy in kubernetes environment eats X-Forwarded-* headers in Spring Boot 2.2 #19333
  • Diagnostics are poor when using @ConfigurationPropertiesScan and @ConstructorBinding on a Kotlin data class without kotlin-reflect #19312
  • NoSuchMethodError when deploying to Tomcat 8.5 before 8.5.44 and Tomcat 9 before 9.0.23 #19308
  • Non-public property in Saml2RelyingPartyProperties' Registration class #19194
  • Configuration properties that use the builder pattern are not recognized when used with a generic #19099
  • Support commas embedded in command line arguments from Maven plugin #18711

📔 Documentation

  • Remove duplicate note in Hazelcast section of reference guide #19678
  • Fix links to external types in javadoc #19591
  • Links to apply method in AutoTimer's javadoc are broken #19572
  • Spring MVC auto-config doc update #19521
  • Add reference to OptaPlanner starter #19508
  • Outdated reference in ArtemisConfigurationCustomizer javadoc #19503
  • Polish note about handling of caches that are created on-the-fly #19498
  • Fix typo in BindHandler#onFinish javadoc #19496
  • Adapt file rotation documentation to logging's maxHistory default change to 7 days #19458
  • Clarify documentation of repackage mojo's attach property #19453
  • Clarify non-public nature of Boot?s own @ConfigurationProperties classes and multi-DataSource example #19451
  • Clarify the behaviour of @CacheConfig with respect to on-the-fly cache creation and cache metrics #19448
  • Add JMX note for Kafka consumer metrics #19446
  • Fix typo on ConditionMessage #19433
  • Improve "Running Behind a Front-end Proxy Server" documentation #19403
  • Link consistently to Tomcat 9.0 docs #19362
  • Fix link to Vaadin Spring Boot starter #19360
  • Improve documentation coverage for Spring Batch #19211
... (truncated)
Commits
  • d1d3677 Release v2.2.3.RELEASE
  • d6631a5 Upgrade to Micrometer 1.3.2
  • 052ef66 Merge branch '2.1.x' into 2.2.x
  • 3f05deb Next development version (v2.1.13.BUILD-SNAPSHOT)
  • 4c8626e Allow Boot's Jetty error handler to be overridden
  • a162c8a Revert "Build against Micrometer 1.3.3 snapshots"
  • b6ea9d2 Merge branch '2.1.x' into 2.2.x
  • 8f209ce Revert "Start building against Micrometer 1.1.10 snapshots"
  • b7e250e Merge branch '2.1.x' into 2.2.x
  • ebebe09 Fix file handle leak in JarFileTests
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.2.2.RELEASE to 2.2.3.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.2.RELEASE...v2.2.3.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@whiskeysierra
Copy link
Collaborator

👍

@whiskeysierra whiskeysierra merged commit 9f35cfc into master Jan 17, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.2.3.RELEASE branch January 17, 2020 07:45
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