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

chore(deps): update backend non-major dependencies #1340

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-surefire-plugin 3.5.1 -> 3.5.2 age adoption passing confidence
org.testcontainers:postgresql (source) 1.20.2 -> 1.20.3 age adoption passing confidence
net.datafaker:datafaker (source) 2.4.0 -> 2.4.1 age adoption passing confidence
io.sentry:sentry-opentelemetry-core 7.15.0 -> 7.16.0 age adoption passing confidence
io.sentry:sentry-logback 7.15.0 -> 7.16.0 age adoption passing confidence
io.sentry:sentry-spring-boot-starter-jakarta 7.15.0 -> 7.16.0 age adoption passing confidence
io.awspring.cloud:spring-cloud-aws-starter-s3 (source) 3.2.0 -> 3.2.1 age adoption passing confidence
org.jdbi:jdbi3-bom (source) 3.46.0 -> 3.47.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.3.4 -> 3.3.5 age adoption passing confidence

Release Notes

testcontainers/testcontainers-java (org.testcontainers:postgresql)

v1.20.3

Compare Source

What's Changed
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
datafaker-net/datafaker (net.datafaker:datafaker)

v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: datafaker-net/datafaker@v2.4.0...v2.4.1

v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: datafaker-net/datafaker@v2.4.0...v2.4.1

getsentry/sentry-java (io.sentry:sentry-opentelemetry-core)

v7.16.0

Compare Source

Features
  • Add meta option to attach ANR thread dumps (#​3791)
Fixes
  • Cache parsed Dsn (#​3796)
  • fix invalid profiles when the transaction name is empty (#​3747)
  • Deprecate enableTracing option (#​3777)
  • Vendor java.util.Random and replace java.security.SecureRandom usages (#​3783)
  • Fix potential ANRs due to NDK scope sync (#​3754)
  • Fix potential ANRs due to NDK System.loadLibrary calls (#​3670)
  • Fix slow Log calls on app startup (#​3793)
  • Fix slow Integration name parsing (#​3794)
  • Session Replay: Reduce startup and capture overhead (#​3799)
  • Load lazy fields on init in the background (#​3803)
  • Replace setOf with HashSet.add (#​3801)
Breaking changes
  • The method addIntegrationToSdkVersion(Ljava/lang/Class;)V has been removed from the core (io.sentry:sentry) package. Please make sure all of the packages (e.g. io.sentry:sentry-android-core, io.sentry:sentry-android-fragment, io.sentry:sentry-okhttp and others) are all aligned and using the same version to prevent the NoSuchMethodError exception.
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-starter-s3)

v3.2.1: 3.2.1

Reference documentation

📗 https://docs.awspring.io/spring-cloud-aws/docs/3.2.1/reference/html/index.html

What's Changed

Full Changelog: awspring/spring-cloud-aws@v3.2.0...v3.2.1

jdbi/jdbi (org.jdbi:jdbi3-bom)

v3.47.0

Compare Source

  • spring aot: fix @JdbiRepository so aot generation works (#​2727, thanks @​hpoettker !)
  • spring/spring5: update spring dependency and tests to latest releases (dependabot #​36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
  • deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
  • add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.3.5

Compare Source

🐞 Bug Fixes
  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #​42841
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #​42785
  • Case-insensitive comparisons may be adversely affected by the user's locale #​42735
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #​42683
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #​42498
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #​42490
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #​42468
  • ActiveMQ Artemis Connection Factory creation fails in native image #​42421
  • Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite #​42397
📔 Documentation
  • Document that embedded Tomcat must be at least 10.1.25 #​42849
  • Fix systemd example configuration #​42805
  • Document that the exact behavior of the maximum HTTP request header size property is server-specific #​42789
  • Clarify why @Primary is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's #​42787
  • Polish javadoc for Binder#bindOrCreate(String, Class) #​42778
  • Document that Tomcat's maxQueueCapacity need to be greater than 0 #​42726
  • Remove stale link to jar-to-war getting started guide #​42723
  • Fix typos and formatting errors in documentation #​42718
  • Fix case used for examples in "Sanitize Sensitive Values" #​42702
  • Fix Regex javadoc links #​42685
  • Document how Map properties are bound from environment variables #​42672
  • Improve classpath index documentation for reproducible builds #​42643
  • Remove links to Spring Data GemFire #​42596
  • Order alphabetically the sections in Common Application Properties #​42520
  • Improve the javadoc describing when @ConditionalOn(Missing)Bean will infer the type to match #​42505
  • Document how to handle MANIFEST.MF in native image with Maven #​42476
  • Fix links to Micrometer reference doc #​42467
  • Polish documentation #​42454
  • Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties) #​42406
  • Remove note about graceful shutdown with Tomcat requiring 9.0.33 or later as we now require 10.1.x #​42382
  • Document support for Java 23 #​42380
  • Improve documentation for CycloneDX integration #​41506
🔨 Dependency Upgrades
❤️ Contributors

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

@​IMWoo94, @​arefbehboudi, @​izeye, @​jeonghyeon00, @​ngocnhan-tran1996, @​nosan, and @​quaff


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/backend-minor-patch branch from d40689d to 20a435f Compare April 8, 2024 13:36
@renovate renovate bot changed the title fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-api to v2.5.0 fix(deps): update backend non-major dependencies Apr 8, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch 2 times, most recently from 653ed5e to e5a2927 Compare April 15, 2024 02:16
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch 5 times, most recently from bad7226 to a61022b Compare April 23, 2024 10:56
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch from a61022b to cec32c8 Compare April 24, 2024 11:39
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies fix(deps): update backend non-major dependencies - autoclosed Apr 24, 2024
@renovate renovate bot closed this Apr 24, 2024
@renovate renovate bot deleted the renovate/backend-minor-patch branch April 24, 2024 15:44
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies - autoclosed fix(deps): update backend non-major dependencies Apr 25, 2024
@renovate renovate bot reopened this Apr 25, 2024
@renovate renovate bot restored the renovate/backend-minor-patch branch April 25, 2024 14:00
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies fix(deps): update dependency net.datafaker:datafaker to v2.2.2 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch from cec32c8 to d51270e Compare April 25, 2024 15:16
@renovate renovate bot changed the title fix(deps): update dependency net.datafaker:datafaker to v2.2.2 fix(deps): update dependency net.datafaker:datafaker to v2.2.2 - autoclosed May 4, 2024
@renovate renovate bot closed this May 4, 2024
@renovate renovate bot deleted the renovate/backend-minor-patch branch May 4, 2024 18:12
@renovate renovate bot changed the title fix(deps): update dependency net.datafaker:datafaker to v2.2.2 - autoclosed fix(deps): update dependency net.datafaker:datafaker to v2.2.2 May 8, 2024
@renovate renovate bot reopened this May 8, 2024
@renovate renovate bot restored the renovate/backend-minor-patch branch May 8, 2024 16:13
@renovate renovate bot changed the title fix(deps): update dependency net.datafaker:datafaker to v2.2.2 fix(deps): update backend non-major dependencies to v7.9.0 May 8, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch 2 times, most recently from f6e0e72 to 74e3541 Compare May 9, 2024 00:28
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies to v7.9.0 chore(deps): update backend non-major dependencies May 9, 2024
@renovate renovate bot changed the title chore(deps): update backend non-major dependencies chore(deps): update backend non-major dependencies - autoclosed May 11, 2024
@renovate renovate bot closed this May 11, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch 3 times, most recently from f098e50 to 8a7819c Compare October 9, 2024 19:32
@renovate renovate bot changed the title chore(deps): update backend non-major dependencies chore(deps): update backend non-major dependencies - autoclosed Oct 12, 2024
@renovate renovate bot closed this Oct 12, 2024
@renovate renovate bot deleted the renovate/backend-minor-patch branch October 12, 2024 08:04
@renovate renovate bot changed the title chore(deps): update backend non-major dependencies - autoclosed chore(deps): update backend non-major dependencies Oct 14, 2024
@renovate renovate bot reopened this Oct 14, 2024
@renovate renovate bot restored the renovate/backend-minor-patch branch October 14, 2024 11:00
@renovate renovate bot changed the title chore(deps): update backend non-major dependencies fix(deps): update dependency org.jetbrains:annotations to v26.0.1 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch 2 times, most recently from cf40a8d to 76536a9 Compare October 15, 2024 22:44
@renovate renovate bot changed the title fix(deps): update dependency org.jetbrains:annotations to v26.0.1 fix(deps): update backend non-major dependencies Oct 15, 2024
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies fix(deps): update backend non-major dependencies - autoclosed Oct 18, 2024
@renovate renovate bot closed this Oct 18, 2024
@renovate renovate bot deleted the renovate/backend-minor-patch branch October 18, 2024 16:10
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies - autoclosed fix(deps): update backend non-major dependencies Oct 23, 2024
@renovate renovate bot reopened this Oct 23, 2024
@renovate renovate bot restored the renovate/backend-minor-patch branch October 23, 2024 02:05
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch from 76536a9 to c8bab69 Compare October 23, 2024 03:15
@renovate renovate bot changed the title fix(deps): update backend non-major dependencies chore(deps): update dependency org.testcontainers:postgresql to v1.20.3 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch from c8bab69 to 285f176 Compare October 23, 2024 15:59
@renovate renovate bot changed the title chore(deps): update dependency org.testcontainers:postgresql to v1.20.3 chore(deps): update backend non-major dependencies Oct 23, 2024
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch 5 times, most recently from 5a7b9d5 to 313669f Compare October 28, 2024 17:30
@renovate renovate bot force-pushed the renovate/backend-minor-patch branch from 313669f to a4786ec Compare November 2, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants