holunda-io / polyflow-examples

A collection of examples demonstrating the usage of Polyflow library.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
6 stars 4 forks source link

Bump springboot.version from 2.7.10 to 2.7.11 #196

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps springboot.version from 2.7.10 to 2.7.11. Updates spring-boot-dependencies from 2.7.10 to 2.7.11

Release notes

Sourced from spring-boot-dependencies's releases.

v2.7.11

:lady_beetle: Bug Fixes

  • CloudFoundry integration does not use endpoint path mappings #35085
  • Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35033
  • Banner placeholders use default values too soon #34764
  • Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34643
  • ApplicationAvailability bean is auto-configured even if a custom one is already present #34347
  • Nested test classes don't inherit properties from slice test annotations on enclosing class #33317

:notebook_with_decorative_cover: Documentation

  • Use current Neo4j version in Testcontainers-based examples #34775
  • Clarify servlet container compatibility #34697
  • Document that optional dependencies are included by default in fat jars built with Maven #34636

:hammer: Dependency Upgrades

  • Upgrade to DB2 JDBC 11.5.8.0 #34906
  • Upgrade to GraphQL Java 18.5 #34995
  • Upgrade to Groovy 3.0.17 #34907
  • Upgrade to Logback 1.2.12 #34908
  • Upgrade to Micrometer 1.9.10 #34855
  • Upgrade to MySQL 8.0.33 #35057
  • Upgrade to Netty 4.1.91.Final #34909
  • Upgrade to Reactor Bom 2020.0.31 #34856
  • Upgrade to Spring AMQP 2.4.12 #34947
  • Upgrade to Spring Data Bom 2021.2.11 #34902
  • Upgrade to Spring Framework 5.3.27 #34857
  • Upgrade to Spring Security 5.7.8 #34948
  • Upgrade to Spring WS 3.1.6 #34949
  • Upgrade to Tomcat 9.0.74 #35058
  • Upgrade to Undertow 2.2.24.Final #34910

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​SeasonPanPan, @​acktsap, @​dreis2211, @​jgslima, @​krzyk, and @​meistermeier

Commits
  • 36589df Release v2.7.11
  • 3522714 Use endpoint mappings in CloudFoundry integration
  • da10c4e Merge pull request #34347 from acktsap
  • 1b832d8 Polish "Back off if a custom ApplicationAvailability bean is present"
  • 5e95ba8 Back off if a custom ApplicationAvailability bean is present
  • 098d338 Upgrade to Spring WS 3.1.6
  • cb56035 Setup docker config.json on CI when building project
  • caaef89 Upgrade to Tomcat 9.0.74
  • b30d9d9 Upgrade to MySQL 8.0.33
  • 71ff5f4 Upgrade to Spring Security 5.7.8
  • Additional commits viewable in compare view


Updates spring-boot-starter-data-jpa from 2.7.10 to 2.7.11

Release notes

Sourced from spring-boot-starter-data-jpa's releases.

v2.7.11

:lady_beetle: Bug Fixes

  • CloudFoundry integration does not use endpoint path mappings #35085
  • Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35033
  • Banner placeholders use default values too soon #34764
  • Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34643
  • ApplicationAvailability bean is auto-configured even if a custom one is already present #34347
  • Nested test classes don't inherit properties from slice test annotations on enclosing class #33317

:notebook_with_decorative_cover: Documentation

  • Use current Neo4j version in Testcontainers-based examples #34775
  • Clarify servlet container compatibility #34697
  • Document that optional dependencies are included by default in fat jars built with Maven #34636

:hammer: Dependency Upgrades

  • Upgrade to DB2 JDBC 11.5.8.0 #34906
  • Upgrade to GraphQL Java 18.5 #34995
  • Upgrade to Groovy 3.0.17 #34907
  • Upgrade to Logback 1.2.12 #34908
  • Upgrade to Micrometer 1.9.10 #34855
  • Upgrade to MySQL 8.0.33 #35057
  • Upgrade to Netty 4.1.91.Final #34909
  • Upgrade to Reactor Bom 2020.0.31 #34856
  • Upgrade to Spring AMQP 2.4.12 #34947
  • Upgrade to Spring Data Bom 2021.2.11 #34902
  • Upgrade to Spring Framework 5.3.27 #34857
  • Upgrade to Spring Security 5.7.8 #34948
  • Upgrade to Spring WS 3.1.6 #34949
  • Upgrade to Tomcat 9.0.74 #35058
  • Upgrade to Undertow 2.2.24.Final #34910

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​SeasonPanPan, @​acktsap, @​dreis2211, @​jgslima, @​krzyk, and @​meistermeier

Commits
  • 36589df Release v2.7.11
  • 3522714 Use endpoint mappings in CloudFoundry integration
  • da10c4e Merge pull request #34347 from acktsap
  • 1b832d8 Polish "Back off if a custom ApplicationAvailability bean is present"
  • 5e95ba8 Back off if a custom ApplicationAvailability bean is present
  • 098d338 Upgrade to Spring WS 3.1.6
  • cb56035 Setup docker config.json on CI when building project
  • caaef89 Upgrade to Tomcat 9.0.74
  • b30d9d9 Upgrade to MySQL 8.0.33
  • 71ff5f4 Upgrade to Spring Security 5.7.8
  • Additional commits viewable in compare view


Updates spring-boot-maven-plugin from 2.7.10 to 2.7.11

Release notes

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

v2.7.11

:lady_beetle: Bug Fixes

  • CloudFoundry integration does not use endpoint path mappings #35085
  • Gradle Spring Boot plugin with Kotlin DSL does not support includeProjectDependencies in bootJar > layered > dependencies configuration #35033
  • Banner placeholders use default values too soon #34764
  • Cassandra default configuration substitutions don't resolve against configuration derived from spring.data.cassandra properties #34643
  • ApplicationAvailability bean is auto-configured even if a custom one is already present #34347
  • Nested test classes don't inherit properties from slice test annotations on enclosing class #33317

:notebook_with_decorative_cover: Documentation

  • Use current Neo4j version in Testcontainers-based examples #34775
  • Clarify servlet container compatibility #34697
  • Document that optional dependencies are included by default in fat jars built with Maven #34636

:hammer: Dependency Upgrades

  • Upgrade to DB2 JDBC 11.5.8.0 #34906
  • Upgrade to GraphQL Java 18.5 #34995
  • Upgrade to Groovy 3.0.17 #34907
  • Upgrade to Logback 1.2.12 #34908
  • Upgrade to Micrometer 1.9.10 #34855
  • Upgrade to MySQL 8.0.33 #35057
  • Upgrade to Netty 4.1.91.Final #34909
  • Upgrade to Reactor Bom 2020.0.31 #34856
  • Upgrade to Spring AMQP 2.4.12 #34947
  • Upgrade to Spring Data Bom 2021.2.11 #34902
  • Upgrade to Spring Framework 5.3.27 #34857
  • Upgrade to Spring Security 5.7.8 #34948
  • Upgrade to Spring WS 3.1.6 #34949
  • Upgrade to Tomcat 9.0.74 #35058
  • Upgrade to Undertow 2.2.24.Final #34910

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​SeasonPanPan, @​acktsap, @​dreis2211, @​jgslima, @​krzyk, and @​meistermeier

Commits
  • 36589df Release v2.7.11
  • 3522714 Use endpoint mappings in CloudFoundry integration
  • da10c4e Merge pull request #34347 from acktsap
  • 1b832d8 Polish "Back off if a custom ApplicationAvailability bean is present"
  • 5e95ba8 Back off if a custom ApplicationAvailability bean is present
  • 098d338 Upgrade to Spring WS 3.1.6
  • cb56035 Setup docker config.json on CI when building project
  • caaef89 Upgrade to Tomcat 9.0.74
  • b30d9d9 Upgrade to MySQL 8.0.33
  • 71ff5f4 Upgrade to Spring Security 5.7.8
  • Additional commits viewable in compare view


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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8521c24) 70.20% compared to head (57b8b23) 70.20%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #196 +/- ## ======================================== Coverage 70.20% 70.20% ======================================== Files 39 39 Lines 386 386 Branches 10 10 ======================================== Hits 271 271 Misses 114 114 Partials 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=holunda-io)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.