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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.springframework.boot from 2.7.6 to 3.0.1 in /examples #6372

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.springframework.boot from 2.7.6 to 3.0.1.

Release notes

Sourced from org.springframework.boot's releases.

v3.0.1

馃悶 Bug Fixes

  • Fix typo in LocalDevToolsAutoConfiguration logging #33615
  • No warning is given when <springProfile> is used in a Logback <root> block #33610
  • Auto-configure PropagationWebGraphQlInterceptor for tracing propagation #33542
  • WebClient instrumentation fails with IllegalArgumentException when adapting to WebClientExchangeTagsProvider #33483
  • Reactive observation auto-configuration does not declare order for WebFilter #33444
  • Web server fails to start due to "Resource location must not be null" when attempting to use a PKCS 11 KeyStore #33433
  • Actuator health endpoint for neo4j throws NoSuchElementException and always returns Status.DOWN #33428
  • Anchors in YAML configuration files throw UnsupportedOperationException #33404
  • ZipkinRestTemplateSender is not customizable #33399
  • AOT doesn't work with Logstash Logback Encoder #33387
  • Maven process-aot goal fails when release version is set in Maven compiler plugin #33382
  • DependsOnDatabaseInitializationPostProcessor re-declares bean dependencies at native image runtime #33374
  • @SpringBootTest now throws a NullPointerException rather than a helpful IllegalStateException when @SpringBootConfiguration is not found #33371
  • bootBuildImage always trys to create a native image due to bootJar always adding a META-INF/native-image/argfile to the jar #33363

馃摂 Documentation

  • Improve gradle plugin tags documentation #33617
  • Improve maven plugin tags documentation #33616
  • Fix typo in tomcat accesslog checkExists doc #33512
  • Documented Java compiler level is wrong #33505
  • Fix typo in documentation #33453
  • Update instead of replace environment in bootBuildImage documentation #33424
  • Update the reference docs to document the need to declare the native-maven-plugin when using buildpacks to create a native image #33422
  • Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container #33410
  • Reinstate GraphQL testing documentaion #33407
  • Description of NEVER in Sanitize Sensitive Values isn't formatted correctly #33398

馃敤 Dependency Upgrades

  • Upgrade to AspectJ 1.9.19 #33586
  • Upgrade to Byte Buddy 1.12.20 #33587
  • Upgrade to Couchbase Client 3.4.1 #33588
  • Upgrade to Dropwizard Metrics 4.2.14 #33589
  • Upgrade to Elasticsearch Client 8.5.3 #33590
  • Upgrade to Hibernate 6.1.6.Final #33591
  • Upgrade to HttpClient 4.5.14 #33592
  • Upgrade to HttpCore 4.4.16 #33593
  • Upgrade to Infinispan 14.0.4.Final #33594
  • Upgrade to Jaybird 4.0.8.java11 #33595
  • Upgrade to Jetty 11.0.13 #33596
  • Upgrade to jOOQ 3.17.6 #33597
  • Upgrade to Kotlin 1.7.22 #33598
  • Upgrade to Lettuce 6.2.2.RELEASE #33599
  • Upgrade to MongoDB 4.8.1 #33600
  • Upgrade to MSSQL JDBC 11.2.2.jre17 #33601
  • Upgrade to Native Build Tools Plugin 0.9.19 #33602

... (truncated)

Commits
  • 837947c Release v3.0.1
  • 5929d95 Merge branch '2.7.x'
  • b10b788 Next development version (v2.7.8-SNAPSHOT)
  • f588793 Update copyright year of changed files
  • 0254619 Merge branch '2.7.x'
  • e4772cf Update copyright year of changed files
  • 2e7ca6f Warning if <springProfile> is used in phase 2 model elements
  • 2ed512d Use model.deepMarkAsSkipped in SpringProfileModelHandler
  • 532fed3 Increase couchbase connection timeout for tests
  • 9562a2c Merge branch '2.7.x'
  • 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 requested a review from a team as a code owner January 1, 2023 22:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jan 1, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/examples/org.springframework.boot-3.0.1 branch 2 times, most recently from 0b0512e to dd0c23a Compare January 2, 2023 04:33
@eddumelendez
Copy link
Member

I think we can use gradle toolchains to provide JDK 17 only for this example. WDYT @kiview ?

@kiview
Copy link
Member

kiview commented Jan 4, 2023

@eddumelendez Good idea, let's try out how well it works with the composite build 馃憤

@dependabot dependabot bot force-pushed the dependabot/gradle/examples/org.springframework.boot-3.0.1 branch 2 times, most recently from 8528d36 to 8812949 Compare January 4, 2023 16:04
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.6 to 3.0.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/examples/org.springframework.boot-3.0.1 branch from 8812949 to fdec968 Compare January 14, 2023 21:47
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2023

Superseded by #6434.

@dependabot dependabot bot closed this Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/gradle/examples/org.springframework.boot-3.0.1 branch January 24, 2023 15:47
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.

None yet

2 participants