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:spring-boot-dependencies from 2.7.16 to 3.1.5 #3380

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps org.springframework.boot:spring-boot-dependencies from 2.7.16 to 3.1.5.

Release notes

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

v3.1.5

⚠️ Noteworthy Changes

  • The behavior of spring.jms.listener.concurrency has been corrected to match the documentation (#37180). If you were setting spring.jms.listener.concurrency without also setting spring.jms.listener.max-concurrency, please review your configuration when upgrading.

🐞 Bug Fixes

  • Constructor binding with a custom collection type does not work #37941
  • @Order does not work on (CommandLine|Application)Runner @Bean methods #37938
  • @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key #37924
  • Restarter creates memory leak in tests #37920
  • AOT processing fails when a @WebServlet found by scanning is annotated with @MultipartConfig #37883
  • Gradle plugin uses to-be-deprecated API for getting and setting file permissions #37881
  • Task executor metrics are not registered when using lazy initialization #37838
  • Gradle AOT processing tasks do not use project's Java toolchain #37826
  • @ServiceConnection is not found when used in an interface implemented by a test class #37671
  • Image building can fail when using GraalVM compilation and a remote Docker daemon #37665
  • NPE from Jetty's WebSocketUpgradeFilter when testing with @SpringBootTest, @AutoConfigureMockMvc, and MockMvc #37663
  • @WebListener does not work in a native image without additional reflection hints #37635
  • AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true #37632
  • IPv6 IP addresses cannot be used with RabbitMQ #37619
  • Unwanted Logback status messages are sometimes logged during startup #37600
  • Managed types for Neo4j are not used in Neo4j Data auto configuration #37594
  • fileMode and dirMode are not applied to all entries in an archive produced by BootJar #37588
  • Application fails to start when an optional config import cannot be resolved #37570
  • Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency #37553
  • Dependency management for kafka-server-common with a test classifier is missing #37542
  • RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp #37535

📔 Documentation

  • Document that 'spring.docker.compose.file' can be used to share Docker Compose configuration between applications #37886
  • Remove link to LiveReload website due to timeout #37691
  • Refer to ActiveMQ as ActiveMQ "Classic" #37615
  • Removal of spring.webflux.multipart.streaming is not documented #37609
  • Default value of spring.jmx.registration-policy is not documented #37596
  • Update documentation to align with Mockito 5 using the inline mock maker by default #37561
  • Add Javadoc since for AbstractAotMojo.getSession() #37547
  • Document support for Java 21 #37532
  • Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" #37510

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.9 #37853
  • Upgrade to Couchbase Client 3.4.11 #37759
  • Upgrade to Dropwizard Metrics 4.2.21 #37897
  • Upgrade to Hibernate 6.2.13.Final #37854
  • Upgrade to HttpCore5 5.2.3 #37762
  • Upgrade to Infinispan 14.0.19.Final #37855
  • Upgrade to Jackson Bom 2.15.3 #37898

... (truncated)

Commits

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:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.16 to 3.1.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.16...v3.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@dependabot dependabot bot requested a review from a team October 23, 2023 17:40
@elastic-apm-tech elastic-apm-tech added this to In Progress in APM-Agents (OLD) Oct 23, 2023
@SylvainJuge SylvainJuge enabled auto-merge (squash) October 26, 2023 19:24
@SylvainJuge SylvainJuge merged commit b62355e into main Oct 26, 2023
12 checks passed
APM-Agents (OLD) automation moved this from In Progress to Done Oct 26, 2023
@SylvainJuge SylvainJuge deleted the dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.1.5 branch October 26, 2023 19:24
v1v added a commit to v1v/apm-agent-java that referenced this pull request Oct 27, 2023
* 'main' of https://github.com/elastic/apm-agent-java: (35 commits)
  buildkite: opentelemetry+elastic agent overhead benchmark on a weekly basis (elastic#3371)
  ci(action): remove unrequired action (elastic#3387)
  Bump org.springframework.boot:spring-boot-dependencies from 2.7.16 to 3.1.5 (elastic#3380)
  ci(action): archive benchmarks.jar (elastic#3386)
  remove noise (elastic#3385)
  Process otel benchmark (elastic#3384)
  Update tests for Jedis 5 (elastic#3382)
  added entry to community plugins (elastic#3383)
  added capturing s3 otel attributes from lamba S3Event (elastic#3364)
  Bump version.log4j from 2.12.4 to 2.21.0 (elastic#3366)
  Fix aws sdk instrumentation (elastic#3373)
  action: remove leftover from Jenkins (elastic#3368)
  Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.0 (elastic#3367)
  Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 (elastic#3360)
  Add guard against invalid end timestamps (elastic#3363)
  Added otel to dependabot config, upgraded dependencies (elastic#3359)
  Bump version.byte-buddy from 1.14.8 to 1.14.9 (elastic#3361)
  Fix off-by-one error in tests which effectively disabled recycling validation (elastic#3357)
  Fix multiple spans being created for HTTPUrlConnection HEAD requests (elastic#3353)
  Bump org.ow2.asm:asm-tree from 9.5 to 9.6 (elastic#3349)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java dependencies Pull requests that update a dependency file
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants