RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Bump spring-boot-gradle-plugin from 2.1.3.RELEASE to 2.1.8.RELEASE #23

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Release notes *Sourced from [spring-boot-gradle-plugin's releases](https://github.com/spring-projects/spring-boot/releases).* > ## v2.1.8.RELEASE > ## :star: New Features > > - Added Additional Resource Server Configuration of Issuer Validation [#17952](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17952) > - Expose dependency management plugin version in dependency management [#17842](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17842) > > ## :beetle: Bug Fixes > > - NoSuchBeanDefinitionException with a custom FlywayMigrationInitializer bean that is not named flywayInitializer [#18105](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18105) > - NoSuchBeanDefinitionException with a custom Flyway bean that is not named flyway [#18102](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18102) > - When using Netty, an invalid content-type header value causes request to get stuck when compression is enabled [#18018](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18018) > - ApplicationContextRequestMatcher can use the wrong ApplicationContext [#18012](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18012) > - Spring Boot CLI is unable to always capture ctrl-c [#17976](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17976) > - TypeUtils.process(TypeDescriptor, TypeMirror) swallows exception message and stack trace [#17974](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17974) > - Non MVC web applications always return 404 for errors [#17938](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17938) > - DataSourceSchemaCreatedPublisher.getPersistenceProviderRootPackage fails with a NullPointerException when using a custom LocalContainerEntityManagerFactoryBean that has no JpaVendorAdapter [#17935](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17935) > - OutOfMemoryError on TomcatEmbeddedContext when trying to precompile JSP files [#17927](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17927) > - Use alwaysApplyingWhenNonNull PropertyMapper to set the values in the LdapContextSource [#17861](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17861) > - throws IllegalArgumentException when downloading file when filename includes '%' for undertow server [#17853](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17853) > - spring.config.additional-location as environment variable does not work correctly [#17843](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17843) > - Mocking session scoped spy bean calls real method [#17817](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17817) > - Cannot override jackson.version using Gradle Dependency Management Plugin [#17808](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17808) > - Wrong annotation lookup with proxied endpoints [#17807](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17807) > - Liquibase bean with name other than 'liquibase' breaks context [#17805](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17805) > - UndertowServletWebServerFactory does not configure a temporary directory [#17778](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17778) > - WebClientExchangeTags does not handle non-standard status codes [#17695](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17695) > - "spring" shell script error on AIX Bash 4.3.0 [#17579](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17579) > - Duplicate metadata entry for property that is [@​Deprecated](https://github.com/Deprecated) when Lombok runs before spring-boot-configuration-processor [#17550](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17550) > - SSL handshake fails when client authentication is enabled and starter-jetty is used [#17541](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17541) > - Quartz may attempt to use the DataSource before migrations have been run [#17539](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17539) > - SolrHealthIndicator reports down when baseUrl references a core instead of the root context [#16477](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/16477) > > ## :notebook_with_decorative_cover: Documentation > > - Document [@​SpringBootApplication](https://github.com/SpringBootApplication) scanBasePackages restrictions [#18109](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18109) > - Fix typo in deprecation reason for liquibase.check-change-log-location property [#18100](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/18100) > - Remove reference to non-existent --edit option in CLI docs [#18015](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/18015) > - Update "Web Application Conditions" documentation to mention reactive [#18005](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18005) > - Remove spring-boot-starter-data-gemfire from documentation [#18002](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18002) > - Project API links should used versioned links [#18000](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/18000) > - Remove warning about MBean shutdown since it's disabled by default in 2.0 [#17988](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17988) > - Document need to exactly match Hibernate's property format when configuring spring.jpa.properties.hibernate.* properties [#17975](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17975) > - Fix Undertow access log dir property name in doc [#17968](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17968) > - Document logger environment variable restrictions [#17958](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17958) > - Clarify "YAML Shortcomings" documentation [#17933](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17933) > - Provide a How-To for customizing WebClient's TcpClient [#17856](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17856) > - Fix syntax errors in docs [#17835](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17835) > - Document that Filter beans are eagerly initialized [#17814](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17814) > - Expand documentation on remote devtools [#17780](https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/17780) > - Improve devtools trigger-file documentation [#17775](https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17775) > ... (truncated)
Commits - [`6a956d3`](https://github.com/spring-projects/spring-boot/commit/6a956d371c348cedc96cd83d09b8aedf163a890c) Release v2.1.8.RELEASE - [`9cd93ac`](https://github.com/spring-projects/spring-boot/commit/9cd93ac98f5e4cb5175331d0d5a3072a97948b90) Upgrade to Httpcore 4.4.12 - [`5fe4f3b`](https://github.com/spring-projects/spring-boot/commit/5fe4f3b25aee27f8984ce839ee91374869daa5b6) Upgrade to Activemq 5.15.10 - [`fd77fd4`](https://github.com/spring-projects/spring-boot/commit/fd77fd4f05092dae055cc70e72ddff6edede9008) Upgrade to Undertow 2.0.26.Final - [`e978f9a`](https://github.com/spring-projects/spring-boot/commit/e978f9ac8e38e6b44f09a364e6738c88b2e92286) Upgrade to Reactor Bom Californium-SR11 - [`85a44df`](https://github.com/spring-projects/spring-boot/commit/85a44dff649b44b19333619a552a7dc0541885d4) Upgrade to Micrometer 1.1.6 - [`a3cde7f`](https://github.com/spring-projects/spring-boot/commit/a3cde7fd8d1664ece7ff7d71eabeb07ce29c3d28) Fix typo - [`a0a204a`](https://github.com/spring-projects/spring-boot/commit/a0a204ae6a6771fc7bd0380700720bbff79e2a7a) Clarify devtools trigger file documentation - [`7c7ad03`](https://github.com/spring-projects/spring-boot/commit/7c7ad03e1e9b311c47a4c0721a4148554408cfac) Remove `stop_docker` from CI script - [`f1bbb2a`](https://github.com/spring-projects/spring-boot/commit/f1bbb2a0172cbfc773fad1c862fc5274aa971911) Fix documentation typos - Additional commits viewable in [compare view](https://github.com/spring-projects/spring-boot/compare/v2.1.3.RELEASE...v2.1.8.RELEASE)


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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #26.