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

[Tech] Bump org.springframework.boot:spring-boot-starter-test from 3.1.5 to 3.2.4 in /backend #1280

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2024

Bumps org.springframework.boot:spring-boot-starter-test from 3.1.5 to 3.2.4.

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v3.2.4

⭐ New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

🐞 Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

📔 Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

🔨 Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984
  • Upgrade to Lettuce 6.3.2.RELEASE #39985
  • Upgrade to Micrometer 1.12.4 #39879
  • Upgrade to Micrometer Tracing 1.2.4 #39880
  • Upgrade to Neo4j Java Driver 5.18.0 #39936
  • Upgrade to Postgresql 42.6.2 #39986
  • Upgrade to Pulsar 3.1.3 #39987
  • Upgrade to Reactor Bom 2023.0.4 #39907
  • Upgrade to Spring AMQP 3.1.3 #39881
  • Upgrade to Spring Authorization Server 1.2.3 #39915
  • Upgrade to Spring Data Bom 2023.1.4 #39882
  • Upgrade to Spring Framework 6.1.5 #39883
  • Upgrade to Spring HATEOAS 2.2.1 #39950
  • Upgrade to Spring Integration 6.2.3 #39884
  • Upgrade to Spring Kafka 3.1.3 #39885
  • Upgrade to Spring Pulsar 1.0.4 #39886

... (truncated)

Commits
  • f2988d3 Release v3.2.4
  • ddbefd9 Document support for Java 22
  • 9236759 Switch to Liberica distribution for Java 22 CI
  • 06058b1 Upgrade to Spring Integration 6.2.3
  • dedb2c5 Upgrade to Spring Authorization Server 1.2.3
  • bfa7dfb Merge branch '3.1.x' into 3.2.x
  • 73c3f31 Upgrade to Spring Integration 6.1.7
  • 2649d0d Upgrade to Spring Authorization Server 1.1.6
  • 488f243 Upgrade to Spring Session 3.2.2
  • 5705e0b Upgrade to Spring Pulsar 1.0.4
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the tech. enhancement technical enhancement label Mar 26, 2024
@claire2212 claire2212 force-pushed the dependabot/gradle/backend/org.springframework.boot-spring-boot-starter-test-3.2.4 branch from 5789a7b to 24a9c3f Compare April 9, 2024 09:40
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.5...v3.2.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@claire2212 claire2212 force-pushed the dependabot/gradle/backend/org.springframework.boot-spring-boot-starter-test-3.2.4 branch from 24a9c3f to 1fae51a Compare April 22, 2024 09:12
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

A newer version of org.springframework.boot:spring-boot-starter-test exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@claire2212 claire2212 closed this May 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/backend/org.springframework.boot-spring-boot-starter-test-3.2.4 branch May 13, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech. enhancement technical enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants