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.1.2.RELEASE to 2.1.3.RELEASE #94

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Release notes

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

v2.1.3.RELEASE

🪲 Bug Fixes

  • ServletEndpoints should not register under the Jersey context path if there is a management port #15891
  • Fat jar built with Maven does not repackage META-INF/.kotlin-module files into BOOT-INF/classes #15890
  • Auto-configured OpenEntityManagerInViewInterceptor does not back off when an OpenEntityManagerInViewFilter is only defined as a registration bean #15889
  • Jersey-based actuator endpoints not available without ResourceConfig bean #15877
  • Illegal reflective access by org.springframework.boot.loader.jar.Handler when resolving classpath* resource pattern #15844
  • ClassCastException in TestRestTemplateContextCustomizer #15843
  • Undertow connection timeout is set incorrectly #15822
  • java.lang.NullPointerException: null occurs in HttpExchangeTracer #15819
  • /actuator/scheduletasks endpoint fails with null pointer exception when there is custom SchedulingConfigurer #15815
  • Repackaging moves an existing module-info.class file into BOOT-INF/classes #15810
  • JspTemplateAvailabilityProvider causes java.security.AccessControlException #15778
  • Unhandled exceptions are not logged with WebFlux #15769
  • When user switching is configured insecurely (allowing switching from an anonymous user), Actuator's AuthenticationAuditListener will NPE when exiting the switch #15767
  • DevTools incorrectly logs a change in condition evaluation when starting an application with multiple contexts #15766
  • Typos in unsupported type messages produced by JsonContentAssert #15752
  • Async configuration ignores applicationTaskExecutor when EnableScheduling is enabled #15748
  • Unlike Jetty and Tomcat, Reactor Netty and Undertow do not cause a startup failure when SSL is enabled but no key store is configured #15709
  • Embedded Mongo may be shut down while being used during application context close processing #15692
  • ServletEndpointManagementContextConfiguration not consistent with JerseyAutoConfiguration #15625
  • Jersey request scoped bean retrieval regression since 2.1.1.RELEASE #15376
  • spring-boot-devtools java.net.SocketException: Unexpected end of file from server #10317

📔 Documentation

  • Add a link to SpringMockK in the Kotlin documentation #15943
  • Document internationalization support #15881
  • Recommend using a single mechanism for schema generation #15859
  • Actuator API documentation for thread dump endpoint lists incorrect path for locked sychronizer's identity hashcode #15847
  • Document limitations with multiple YAML documents within profile-specific files #15790
  • Clarify JMX section that Spring Boot uses the platform MBeanServer by default #15728
  • Caution more strongly against using @​ComponentScan in auto-configuration #15348

🔨 Dependency Upgrades

  • Upgrade to Commons Pool2 2.6.1 #15946
  • Upgrade to Lettuce 5.1.4.RELEASE #15945
  • Upgrade to Lombok 1.18.6 #15928
  • Upgrade to Pooled Jms Version 1.0.4 #15927
  • Upgrade to Liquibase 3.6.3 #15926
  • Upgrade to Mimepull 1.9.11 #15925
  • Upgrade to Infinispan 9.4.6.Final #15924
  • Upgrade to Groovy 2.5.6 #15923
  • Upgrade to Tomcat 9.0.16 #15922
  • Upgrade to Log4j2 2.11.2 #15921
  • Upgrade to Artemis 2.6.4 #15920
  • Upgrade to Byte Buddy 1.9.10 #15919
  • Upgrade to Mysql 8.0.15 #15918
... (truncated)
Commits
  • f15e04b Release v2.1.3.RELEASE
  • 5916393 Upgrade to Spring Integration 5.1.3
  • 012a956 Fix typo in doc
  • 33b9321 Track condition evaluation per-context when determining delta
  • 1be794f Retry upload for any SocketException not just a ConnectException
  • ad82e8d Merge pull request #15950 from michael-simons
  • 10f58b3 Prevent imports on org.testcontainers.shaded.*
  • f3e142c Polish "Stop using imports from shaded dependencies"
  • de7812a Stop using imports from shaded dependencies
  • 90f059c Upgrade to Spring Session Bean-SR3
  • 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
  • @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.1.2.RELEASE to 2.1.3.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.2.RELEASE...v2.1.3.RELEASE)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2019
@pivotal-issuemaster
Copy link

@dependabot[bot] Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@bsideup bsideup merged commit b2d66c3 into master Mar 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/org.springframework.boot-spring-boot-gradle-plugin-2.1.3.RELEASE branch March 18, 2019 13:59
@bsideup bsideup added this to the next milestone Jun 22, 2019
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants