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.version from 2.7.4 to 2.7.8 #691

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Bumps spring-boot.version from 2.7.4 to 2.7.8.
Updates spring-boot-starter from 2.7.4 to 2.7.8

Release notes

Sourced from spring-boot-starter's releases.

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

Updates spring-boot-autoconfigure from 2.7.4 to 2.7.8

Release notes

Sourced from spring-boot-autoconfigure's releases.

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

Updates spring-boot-configuration-processor from 2.7.4 to 2.7.8

Release notes

Sourced from spring-boot-configuration-processor's releases.

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

Updates spring-boot-test from 2.7.4 to 2.7.8

Release notes

Sourced from spring-boot-test's releases.

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

Updates spring-boot-starter-web from 2.7.4 to 2.7.8

Release notes

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

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

Updates spring-boot-maven-plugin from 2.7.4 to 2.7.8

Release notes

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

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

Updates spring-boot-starter-thymeleaf from 2.7.4 to 2.7.8

Release notes

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

v2.7.8

⭐ Noteworthy

🐞 Bug Fixes

  • Devtools sets non-existent property spring.reactor.debug #33858
  • Failing calls to reactive health indicators are not logged #33774
  • Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description #33765
  • NPE in RabbitProperties when user is given, but password not #33752
  • SDKMAN should not use repo.spring.io for releases #33708
  • Homebrew and Scoop should not use repo.spring.io for releases #33702
  • EndpointRequestMatcher should have a toString method #33690
  • It is not possible to provide a custom TransactionProvider bean for JOOQ #32899
  • SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject to recurse until the stack overflows when it calls it with Spring Security's authentication manager bean #32632
  • Inconsistent discovery of parameter names for selectors in custom actuator endpoints #31240
  • @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method #29526
  • Headless mode is forced when banner.* file is present. #28803
  • Diagnostics are poor when the JMX port used by the Maven start goal is in use #24044

📔 Documentation

  • Replace "via" in documentation and use "over" or "through" instead #33878
  • Fix typo in kotlin getting started documentation #33867
  • Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc #33838
  • Fix 'the the' typos #33736
  • Fix typo in javadoc of org.springframework.boot.web.server.LocalServerPort #33683
  • Fix a typo in the ExitCodeGenerator documentation #33658
  • Fix typo in External Configuration documentation #33630
  • Update getting started documentation to use @SpringBootApplication #32795
  • Description of spring-boot-starter-websocket does not make it clear that it's Servlet-specific #32493

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.22 #33887
  • Upgrade to Dropwizard Metrics 4.2.15 #33779
  • Upgrade to FreeMarker 2.3.32 #33888
  • Upgrade to Groovy 3.0.14 #33780
  • Upgrade to Infinispan 13.0.15.Final #33781
  • Upgrade to Jolokia 1.7.2 #33782
  • Upgrade to MariaDB 3.0.10 #33783
  • Upgrade to Micrometer 1.9.7 #33784
  • Upgrade to MSSQL JDBC 10.2.3.jre8 #33889
  • Upgrade to MySQL 8.0.32 #33890
  • Upgrade to Netty 4.1.87.Final #33891
  • Upgrade to Reactor Bom 2020.0.27 #33785
  • Upgrade to Spring AMQP 2.4.9 #33790
  • Upgrade to Spring Data 2021.2.7 #33788
  • Upgrade to Spring Framework 5.3.25 #33786

... (truncated)

Commits

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)
Bumps `spring-boot.version` from 2.7.4 to 2.7.8.

Updates `spring-boot-starter` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

Updates `spring-boot-autoconfigure` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

Updates `spring-boot-configuration-processor` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

Updates `spring-boot-test` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

Updates `spring-boot-starter-web` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

Updates `spring-boot-maven-plugin` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

Updates `spring-boot-starter-thymeleaf` from 2.7.4 to 2.7.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.8)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 27, 2023
@lprimak lprimak merged commit 3374482 into main Jan 27, 2023
@lprimak lprimak deleted the dependabot/maven/spring-boot.version-2.7.8 branch January 27, 2023 17:36
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
1 participant