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-starter-parent from 2.3.1.RELEASE to 2.5.0 #95

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2021

Bumps spring-boot-starter-parent from 2.3.1.RELEASE to 2.5.0.

Release notes

Sourced from spring-boot-starter-parent's releases.

v2.5.0

For full upgrade instructions and new and noteworthy features please see the release notes.

🪲 Bug Fixes

  • Auto-configured resource handlers don't get applied to child contexts #26623
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux #26614
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC #26612
  • SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4 #26610
  • An active request delays Jetty's shutdown by 30 seconds #26608
  • SmartInitializingSingleton beans are not working with lazy initialization #26606
  • MVC and WebFlux metrics filters adversely affect the response when metrics recording fails #26596
  • ConfigDataResolvers cannot signal that they should be skipped #26585
  • Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath #26584
  • The error message when a wildcard directory location does not match any files is misleading #26583
  • Mandatory locations with pattern fail with exception #26582
  • Non-optional locations with wildcards fail if no files are contributed #26581
  • Profiles programmatically set on the Envionment are no longer merged with active profile properties #26580
  • Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list #26575
  • ConfigurationProperties is retrieved via classpath scanning but does not indicate it should be indexed #26463
  • BufferingApplicationStartup fails with NoSuchElementException #26458
  • Building an image fails when using a custom buildpack image with long file names #26445
  • Additional profiles are processed too late when legacy processing is used #26434
  • Config data location does not exist error can be thrown if a profile-specific properties file is directly imported #26402
  • StandardConfigDataLoader can import profile specific files in incorrect order #26401
  • Resolvability and consumability of productionRuntimeClasspath are not aligned with runtimeClasspath #26365
  • ObjectMapper provided by JacksonAutoConfiguration via JacksonClusterEnvironmentBuilderCustomizer breaks Couchbase driver #26363
  • Empty value in spring.config.import causes NullPointerException #26346
  • @DataRedisTest does not consider RedisReactiveAutoConfiguration #26328
  • When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle #26323
  • SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed #26318
  • Maven spring-boot:build-image ignores ZIP layout #26313
  • bootBuildImage does not pick up targetCompatibility when it's configured after task is customised #26301
  • Configuration item metadata ordering is not consistent #26277
  • @EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations #26237
  • 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC #26233
  • Restore support for binding configuration properties from RandomValuePropertySource #26201
  • @Scheduled method not triggered when spring.main.lazy-initialization=true #26156
  • When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers #26155
  • ConfigFileApplicationListener#loadPostProcessors can not load EnvironmentPostProcessor in child classLoader #26126

📔 Documentation

  • Info endpoint in reference doc has outdated defaults #26591
  • Update documentation following the release of Spock Framework 2.0 #26586
  • Update Gradle docs to use module replacement rather than dependency substitution #26526
  • Improve documentation of TestRestTemplate's fault tolerance #26522
  • Document that the heap dump endpoint requires a HotSpot JVM #26474
  • Suggest enabling the default servlet when using Jersey as a filter #26452
  • Document support for Gradle 6.9 #26409

... (truncated)

Commits
  • d340078 Release v2.5.0
  • 0548f90 Set LATEST_GA flag to true
  • 3da3f27 Merge branch '2.4.x' into main
  • b25497c Set LATEST_GA flag to false
  • 15042e2 Merge branch '2.4.x'
  • 6bf069d Merge branch '2.3.x' into 2.4.x
  • 004363c Use WebMvcConfigurer to add resource handlers
  • c380f06 Merge branch '2.4.x'
  • 8b24a80 Merge branch '2.3.x' into 2.4.x
  • 0fa1fa5 Next development version (v2.4.7-SNAPSHOT)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2021
@dtrouillet dtrouillet merged commit 375bc40 into master May 26, 2021
@dtrouillet dtrouillet deleted the dependabot/maven/org.springframework.boot-spring-boot-starter-parent-2.5.0 branch May 26, 2021 00:22
dtrouillet pushed a commit that referenced this pull request May 27, 2021
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.1.RELEASE...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dtrouillet added a commit that referenced this pull request May 27, 2021
* Bump spring-data-commons from 2.3.1.RELEASE to 2.5.1

Bumps spring-data-commons from 2.3.1.RELEASE to 2.5.1.

Signed-off-by: dependabot[bot] <support@github.com>

* Update dependabot.yml

* Bump problem-spring-web from 0.25.2 to 0.26.2 (#75)

Bumps [problem-spring-web](https://github.com/zalando/problem-spring-web) from 0.25.2 to 0.26.2.
- [Release notes](https://github.com/zalando/problem-spring-web/releases)
- [Commits](zalando/problem-spring-web@0.25.2...0.26.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump commons-io from 2.7 to 2.9.0 (#88)

Bumps commons-io from 2.7 to 2.9.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openpojo from 0.8.13 to 0.9.1 (#87)

Bumps [openpojo](https://github.com/OpenPojo/openpojo) from 0.8.13 to 0.9.1.
- [Release notes](https://github.com/OpenPojo/openpojo/releases)
- [Changelog](https://github.com/OpenPojo/openpojo/blob/master/doc/release_steps.txt)
- [Commits](OpenPojo/openpojo@openpojo-0.8.13...openpojo-0.9.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump powermock-classloading-xstream from 2.0.7 to 2.0.9 (#81)

Bumps [powermock-classloading-xstream](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](powermock/powermock@powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump liquibase-core from 3.10.2 to 4.3.5 (#84)

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 3.10.2 to 4.3.5.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v3.10.2...v4.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.jacoco.agent from 0.8.5 to 0.8.7 (#85)

Bumps [org.jacoco.agent](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.7.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.5...v0.8.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#78)

Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.1 to 2.22.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-2.22.1...surefire-2.22.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jaxb-impl from 2.3.3 to 3.0.1 (#86)

Bumps jaxb-impl from 2.3.3 to 3.0.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-security-oauth2-autoconfigure from 2.3.1.RELEASE to 2.4.5 (#90)

Bumps [spring-security-oauth2-autoconfigure](https://github.com/spring-projects/spring-security) from 2.3.1.RELEASE to 2.4.5.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump springdoc-openapi-ui from 1.4.2 to 1.5.9 (#79)

Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.4.2 to 1.5.9.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.4.2...v1.5.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump querydsl-apt from 4.3.1 to 4.4.0 (#82)

Bumps querydsl-apt from 4.3.1 to 4.4.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump powermock-api-mockito2 from 2.0.7 to 2.0.9 (#93)

Bumps [powermock-api-mockito2](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](powermock/powermock@powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sshd-sftp from 2.5.0 to 2.6.0 (#94)

Bumps [sshd-sftp](https://github.com/apache/mina-sshd) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.5.0...sshd-2.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-boot-starter-parent from 2.3.1.RELEASE to 2.5.0 (#95)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.1.RELEASE...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump querydsl-jpa from 4.3.1 to 4.4.0 (#97)

Bumps querydsl-jpa from 4.3.1 to 4.4.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump powermock-module-junit4-rule from 2.0.7 to 2.0.9 (#98)

Bumps [powermock-module-junit4-rule](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](powermock/powermock@powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump powermock-module-junit4 from 2.0.7 to 2.0.9 (#96)

Bumps [powermock-module-junit4](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](powermock/powermock@powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jaxb-core from 2.3.0 to 3.0.1 (#92)

Bumps jaxb-core from 2.3.0 to 3.0.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-datatype-joda from 2.8.7 to 2.12.3 (#91)

Bumps [jackson-datatype-joda](https://github.com/FasterXML/jackson-datatype-joda) from 2.8.7 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson-datatype-joda/releases)
- [Commits](FasterXML/jackson-datatype-joda@jackson-datatype-joda-2.8.7...jackson-datatype-joda-2.12.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump powermock-module-javaagent from 2.0.7 to 2.0.9 (#100)

Bumps [powermock-module-javaagent](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](powermock/powermock@powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jacoco-maven-plugin from 0.8.5 to 0.8.7 (#77)

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.7.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.5...v0.8.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump commons-lang3 from 3.10 to 3.12.0 (#99)

Bumps commons-lang3 from 3.10 to 3.12.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jobrunr-spring-boot-starter from 2.0.1 to 3.0.0 (#101)

Bumps [jobrunr-spring-boot-starter](https://github.com/jobrunr/jobrunr) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/jobrunr/jobrunr/releases)
- [Commits](jobrunr/jobrunr@2.0.1...v3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-security-oauth2-autoconfigure from 2.4.5 to 2.5.0 (#102)

Bumps [spring-security-oauth2-autoconfigure](https://github.com/spring-projects/spring-security) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pf4j from 3.3.1 to 3.6.0 (#89)

Bumps [pf4j](https://github.com/pf4j/pf4j) from 3.3.1 to 3.6.0.
- [Release notes](https://github.com/pf4j/pf4j/releases)
- [Changelog](https://github.com/pf4j/pf4j/blob/master/CHANGELOG.md)
- [Commits](pf4j/pf4j@release-3.3.1...release-3.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pf4j-spring from 0.6.0 to 0.7.0 (#80)

Bumps [pf4j-spring](https://github.com/pf4j/pf4j-spring) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/pf4j/pf4j-spring/releases)
- [Commits](pf4j/pf4j-spring@release-0.6.0...release-0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damien Trouillet <contact@damien-trouillet.fr>

* update test config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damien Trouillet <contact@damien-trouillet.fr>
Co-authored-by: Damien Trouillet <damien.trouillet@caissedesdepots.fr>
dtrouillet added a commit that referenced this pull request May 28, 2021
* master: (32 commits)
  Fix unit dependencies to run unit tests
  Bump jobrunr-spring-boot-starter from 3.0.0 to 3.0.1 (#104)
  Bump spring-data-commons from 2.3.1.RELEASE to 2.5.1 (#76)
  Bump lombok from 1.18.10 to 1.18.20 (#83)
  Bump pf4j-spring from 0.6.0 to 0.7.0 (#80)
  Bump pf4j from 3.3.1 to 3.6.0 (#89)
  Bump spring-security-oauth2-autoconfigure from 2.4.5 to 2.5.0 (#102)
  Bump jobrunr-spring-boot-starter from 2.0.1 to 3.0.0 (#101)
  Bump commons-lang3 from 3.10 to 3.12.0 (#99)
  Bump jacoco-maven-plugin from 0.8.5 to 0.8.7 (#77)
  Bump powermock-module-javaagent from 2.0.7 to 2.0.9 (#100)
  Bump jackson-datatype-joda from 2.8.7 to 2.12.3 (#91)
  Bump jaxb-core from 2.3.0 to 3.0.1 (#92)
  Bump powermock-module-junit4 from 2.0.7 to 2.0.9 (#96)
  Bump powermock-module-junit4-rule from 2.0.7 to 2.0.9 (#98)
  Bump querydsl-jpa from 4.3.1 to 4.4.0 (#97)
  Bump spring-boot-starter-parent from 2.3.1.RELEASE to 2.5.0 (#95)
  Bump sshd-sftp from 2.5.0 to 2.6.0 (#94)
  Bump powermock-api-mockito2 from 2.0.7 to 2.0.9 (#93)
  Bump querydsl-apt from 4.3.1 to 4.4.0 (#82)
  ...
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.

1 participant