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.1.5.RELEASE to 2.1.6.RELEASE #540

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-boot-dependencies from 2.1.5.RELEASE to 2.1.6.RELEASE.

Release notes

Sourced from spring-boot-dependencies's releases.

v2.1.6.RELEASE

⭐ New Features

  • Exclude groovy.lang.MetaClass type from configuration annotation processor #16981

🪲 Bug Fixes

  • PropertyMapper does not chain when and whenNot calls #17225
  • Fat jar launcher mishandles root jar files with + characters in their path, making nested entries unloadable #17208
  • JarFile leaks a file handle if central directory parsing fails #17123
  • JarResourceManager leaks an InputStream when asked for a Resource for the root of a jar #17121
  • Embedded Undertow containers may lose access log entries when shut down #17119
  • Repackaging with Maven may not close a library's input stream when adding it to the jar #17115
  • DevTools uses the wrong command to shut down an in-memory Derby database #17099
  • DevTools' ChangeableUrls creates JarFiles that are not closed when looking for Class-Path manifest entries #17095
  • Add missing '@​AutoConfigureCache' for a slice '@​JooqTest' annotation. #17066
  • Dependency management for JavaBeans Activation Framework is incomplete #17062
  • SpringIterableConfigurationPropertySource cache is not thread safe #17017
  • Handle all getters first in JavaBeanBinder.addProperties() #17005
  • Wrong reference to org.apache.catalina.core.ApplicationContext in ServletWebServerFactory #16978
  • Pass resolvedType into isOfDifferentType() in JavaBeanBinder.Bean.get() #16974
  • Spring Data Cassandra auto-configuration should be conditional on Cluster bean #16971
  • ReactiveSecurityAutoConfiguration can cause TypeNotPresentExceptionProxy #16934
  • JVM can't exit due to threads left if Tomcat throws exceptions during shutdown #16892
  • Fix NoClassDefFoundError when Spring Session is used without Spring Security #16889
  • Logback debugging property is ignored unless a logback file is present #16876
  • WebSphere Liberty's WSJdbcDataSource logs an exception during startup when using a JNDI DataSource with Hikari still on the classpath #16863
  • Flyway and Liquibase auto-configuration does not consider DataSource properties configured via @​AutoConfigureTestDatabase #16814
  • spring-boot:run uses the wrong default working directory for a forked JVM #16811
  • Gradle plugin creates fat jars that do not align with unspecified assumption that META-INF/MANIFEST.MF should be the first or second entry #16698
  • Netty connection timeouts of 0 or -1 are not applied correctly #16535
  • @​WebMvcTest ignores base path configured via @​WebAppConfiguration #16485

📔 Documentation

  • Correct expansion of jOOQ in the reference docs #17195
  • Fix regular expression used in devools documentation #16946
  • Add Nexmo Starter to the list of Spring Boot Starters #16944

🔨 Dependency Upgrades

  • Upgrade to Infinispan 9.4.15.Final #17235
  • Upgrade to Micrometer 1.1.5 #17222
  • Upgrade to Spring Session Bom Bean-SR6 #17209
  • Upgrade to Spring Kafka 2.2.7.RELEASE #17206
  • Upgrade to Spring Integration 5.1.6.RELEASE #17205
  • Upgrade to Spring Amqp 2.1.7.RELEASE #17204
  • Upgrade to Spring Data Lovelace-SR9 #17193
  • Upgrade to Maven War Plugin 3.2.3 #17168
  • Upgrade to Neo4j Ogm 3.1.11 #17167
... (truncated)
Commits
  • 0fce280 Release v2.1.6.RELEASE
  • ffbb23b Always use credentials in forward merge script
  • b0415c4 Don't ignore images on CI build
  • 718c1d7 Upgrade Java 12 version in CI image
  • 0642402 Upgrade Java 11 version in CI image
  • 3869da8 Upgrade Java 8 version in CI image
  • de037f5 Fix detect JDK CI script
  • 3eb7af1 Upgrade to Infinispan 9.4.15.Final
  • d82ccf1 Ensure META-INF/MANIFEST.MF remains as first entry
  • 5e3438f Merge pull request #16535 from ayudovin
  • 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 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-dependencies](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.1.6.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.5.RELEASE...v2.1.6.RELEASE)

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

👍

@whiskeysierra whiskeysierra merged commit 59de5fe into master Jun 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.1.6.RELEASE branch June 20, 2019 08:19
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