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 org.springframework.boot from 3.1.7 to 3.1.8 #345

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps org.springframework.boot from 3.1.7 to 3.1.8.

Release notes

Sourced from org.springframework.boot's releases.

v3.1.8

🐞 Bug Fixes

  • SslBundle implementations do not provide useful toString() results #39137
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #39105
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #39072
  • Error mark in the log message for PatternParseException is in the wrong place #38944
  • AutoConfigurationSorter does not always respect @AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE) #38904
  • Throwable from logging system initialization may result in the application silently failing to start #38885
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #35426

📔 Documentation

  • Remove entry for OCI starter as it is no longer maintained #39164
  • Fix link to Log4j2's JDK logging adapter documentation #39163
  • Update links to Micrometer docs in metrics section of reference docs #39114
  • Correct the documentation on injecting dependencies into FailureAnalyzer implementations #39099
  • Improve "Sanitize Sensitive Values" section in reference documentation #39094

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.11 #39174
  • Upgrade to Groovy 4.0.17 #39175
  • Upgrade to Hibernate 6.2.20.Final #39176
  • Upgrade to jOOQ 3.18.9 #39177
  • Upgrade to Micrometer 1.11.8 #38974
  • Upgrade to Micrometer Tracing 1.1.9 #38975
  • Upgrade to Neo4j Java Driver 5.15.0 #39135
  • Upgrade to Netty 4.1.105.Final #39178
  • Upgrade to R2DBC MySQL 1.0.6 #39179
  • Upgrade to R2DBC Postgresql 1.0.4.RELEASE #39180
  • Upgrade to R2DBC Proxy 1.1.4.RELEASE #39181
  • Upgrade to Reactor Bom 2022.0.15 #38976
  • Upgrade to SLF4J 2.0.11 #39182
  • Upgrade to Spring Data Bom 2023.0.8 #38977
  • Upgrade to Spring Framework 6.0.16 #39069
  • Upgrade to Spring WS 4.0.10 #39129
  • Upgrade to Tomcat 10.1.18 #39183

❤️ Contributors

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

@​BenchmarkingBuffalo, @​FBibonne, @​Wzy19930507, @​amparab, @​dependabot[bot], @​dreis2211, and @​tobias-lippert

Commits
  • 0465bb6 Release v3.1.8
  • 7f9bd1c Switch harbor push location
  • 9e2a312 Update CI to use harbor
  • 8147b7a Merge pull request #39162 from Wzy19930507
  • bc52ac6 Polish 'Reactor PemPrivateKeyParser to use DerElement'
  • cc6303f Reactor PemPrivateKeyParser to use DerElement
  • c2ca6bf Upgrade RedHat UBI to 9.3-1476
  • 35b4545 Upgrade test images to ubuntu:jammy-20240111
  • a8c1782 Upgrade to Java 21 to 21.0.2+14
  • 3139447 Upgrade CI images to ubuntu:jammy-20240111
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.springframework.boot [>= 3.2.a, < 3.3]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.7...v3.1.8)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 22, 2024
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4cc0bdb) 86.81% compared to head (91eb8a3) 86.81%.

Additional details and impacted files
@@            Coverage Diff            @@
##              3.1.x     #345   +/-   ##
=========================================
  Coverage     86.81%   86.81%           
  Complexity       28       28           
=========================================
  Files             7        7           
  Lines            91       91           
  Branches          6        6           
=========================================
  Hits             79       79           
  Misses            9        9           
  Partials          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@larsgrefer larsgrefer merged commit e24e40a into 3.1.x Jan 29, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/3.1.x/org.springframework.boot-3.1.8 branch January 29, 2024 12:40
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.

1 participant