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-gradle-plugin from 2.0.4.RELEASE to 2.1.2.RELEASE #118

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-boot-gradle-plugin from 2.0.4.RELEASE to 2.1.2.RELEASE.

Release notes

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

v2.1.2.RELEASE

⭐ New Features

  • Support server.connection-timeout for Netty server #15385
  • Include health details in the Elasticsearch REST and Jest HealthIndicators #15366
  • Disable some of Tomcat's reference clearing to avoid warnings on Java 11 #15101

🪲 Bug Fixes

  • ConfigurationProperty validation not working when a key matching the prefix is set #15597
  • Documentation links in the README have not been updated following the move to pure Asciidoctor #15545
  • Binding to a Map with EnumSet values fails with "Cannot create EnumSet for unknown element type" #15539
  • Dependency management for XMLUnit is incomplete #15532
  • Task input and output annotations on BootJar and BootWar are incomplete #15488
  • MeterBinder that uses Health infrastructure causes Rabbit metrics to be bound before meter registry customization has completed #15483
  • Skip actuator security autoconfig if resource server autoconfig is active #15472
  • Dependency management for Groovy 2.5 is incomplete #15468
  • Hibernate's dependency management is missing an entry for hibernate-vibur #15467
  • An application that uses Liquibase and spring-boot-starter-log4j2 fails to start due to Logback Classic being on the classpath #15436
  • OAuth2ResourceServerAutoConfiguration should also check for JwtDecoder being present #15372
  • spring-boot-dependencies manages Dropwizard Metrics modules that no longer exist #15370
  • Property replacement does not work for management.server.port since spring-boot 2.1 #15354
  • OAuth2ClientPropertiesRegistrationAdapter shouldn't remove issuer's trailing slash #15324
  • Error when trying to bootstrap Hibernate asynchronously and using EnableScheduling #15038

📔 Documentation

  • Restore reference to nutz third party starter #15564
  • Fix system properties override example #15562
  • Improve TaskExecution documentation with custom Executor and Spring MVC #15447
  • Document that spring.application.autoconfigure.exclude=autoclazz property disables ImportAutoConfiguration(classes = autoclazz) #15340

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.9.7 #15688
  • Upgrade to Reactor Bom Californium-SR4 #15687
  • Upgrade to Micrometer 1.1.2 #15686
  • Upgrade to Spring Batch 4.1.1.RELEASE #15659
  • Upgrade to Jooq 3.11.9 #15617
  • Upgrade to Ehcache3 3.6.3 #15616
  • Upgrade to Groovy 2.5.5 #15615
  • Upgrade to Rxjava2 2.2.5 #15614
  • Upgrade to Dropwizard Metrics 4.0.5 #15613
  • Upgrade to Spring Session Bean-SR2 #15531
  • Upgrade to Maven Jar Plugin 3.1.1 #15518
  • Upgrade to Maven Help Plugin 3.1.1 #15517
  • Upgrade to Jedis 2.9.1 #15516
  • Upgrade to Infinispan 9.4.5.Final #15515
  • Upgrade to Flyway 5.2.4 #15514
  • Upgrade to Tomcat 9.0.14 #15513
... (truncated)
Commits
  • aa3bfff Release v2.1.2.RELEASE
  • 72400d3 Upgrade to Spring Batch 4.1.1
  • 9e58942 Update copyright year for changed files
  • 838602f Restore BDD mockito checkstyle rules
  • 6a90119 Polish
  • 9c3e587 Merge branch '2.0.x' into 2.1.x
  • 9316ebc Next development version (v2.0.9.BUILD-SNAPSHOT)
  • 3321fc6 Merge branch '2.0.x' into 2.1.x
  • 023c715 Upgrade to Spring Batch 4.0.2.RELEASE
  • 991ab6d Merge branch '1.5.x' into 2.0.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.0.4.RELEASE to 2.1.2.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.0.4.RELEASE...v2.1.2.RELEASE)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 17, 2019
@dwaynebailey
Copy link
Contributor

@dependabot-bot ignore this minor

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about version 2.1.x again, unless you re-open this PR or update to a 2.1.x release yourself.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/org.springframework.boot-spring-boot-gradle-plugin-2.1.2.RELEASE branch January 18, 2019 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants