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

Update all non-major dependencies #4069

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 8.10.1 -> 8.10.2 age adoption passing confidence
io.cucumber:cucumber-spring (source) devDependencies minor 7.18.1 -> 7.19.0 age adoption passing confidence
io.cucumber:cucumber-junit-platform-engine (source) devDependencies minor 7.18.1 -> 7.19.0 age adoption passing confidence
io.cucumber:cucumber-java8 (source) devDependencies minor 7.18.1 -> 7.19.0 age adoption passing confidence
io.cucumber:cucumber-java (source) devDependencies minor 7.18.1 -> 7.19.0 age adoption passing confidence
com.google.cloud.sql:mysql-socket-factory-connector-j-8 devDependencies minor 1.20.1 -> 1.21.0 age adoption passing confidence
io.github.classgraph:classgraph devDependencies patch 4.8.175 -> 4.8.177 age adoption passing confidence
com.github.spotbugs plugin patch 6.0.22 -> 6.0.24 age adoption passing confidence
io.swagger.core.v3.swagger-gradle-plugin plugin patch 2.2.23 -> 2.2.25 age adoption passing confidence
org.springframework.boot plugin patch 3.3.3 -> 3.3.4 age adoption passing confidence
org.apache.commons:commons-csv (source) devDependencies minor 1.11.0 -> 1.12.0 age adoption passing confidence
commons-io:commons-io (source) devDependencies minor 2.16.1 -> 2.17.0 age adoption passing confidence
software.amazon.awssdk:bom devDependencies patch 2.28.2 -> 2.28.15 age adoption passing confidence
org.mockito:mockito-bom devDependencies minor 5.13.0 -> 5.14.1 age adoption passing confidence
io.netty:netty-bom (source) devDependencies patch 4.1.113.Final -> 4.1.114.Final age adoption passing confidence
io.cucumber:cucumber-bom (source) devDependencies minor 7.18.1 -> 7.19.0 age adoption passing confidence
com.fasterxml.jackson:jackson-bom devDependencies minor 2.17.2 -> 2.18.0 age adoption passing confidence
org.junit:junit-bom (source) devDependencies patch 5.11.0 -> 5.11.1 age adoption passing confidence
org.springframework.boot:spring-boot-dependencies (source) devDependencies patch 3.3.3 -> 3.3.4 age adoption passing confidence
io.micrometer:micrometer-bom devDependencies patch 1.13.4 -> 1.13.5 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.10.2

Compare Source

cucumber/cucumber-jvm (io.cucumber:cucumber-spring)

v7.19.0

Compare Source

Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.11.0 (JUnit Jupiter 5.11.0)
Fixed
  • [Spring] Document @CucumberContextConfiguration semantics (#​2887 M.P. Korstanje)
  • [Core] Enhanced stack trace to include step location for better debugging in case of datatable conversion errors (#​2908 Thomas Deblock)
  • [Archetype] Set cucumber.junit-platform.naming-strategy to long when using Surefire.
GoogleCloudPlatform/cloud-sql-mysql-socket-factory (com.google.cloud.sql:mysql-socket-factory-connector-j-8)

v1.21.0

Features
Dependencies
mockito/mockito (org.mockito:mockito-bom)

v5.14.1

What's Changed

Full Changelog: mockito/mockito@v5.14.0...v5.14.1

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0
  • 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
  • Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#​3451)
  • Bump bytebuddy from 1.15.1 to 1.15.2 (#​3450)
  • Update Documentation of ArgumentCaptor.java (#​3448)
  • Split subprojects (#​3447)
  • Separate extensions from integration tests (#​3443)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#​3440)
  • Bump com.gradle.enterprise from 3.18 to 3.18.1 (#​3439)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
  • Bump bytebuddy from 1.15.0 to 1.15.1 (#​3434)
  • Fixes #​3419: Disable mocks with an error message (#​3424)
  • Accessing a mock after clearInlineMocks could provide much more useful error message. (#​3419)
spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)

v3.3.4

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #​42322
  • Missing details in OAuth2ClientProperties validation error message #​42279
  • FileNotFoundException from unused mis-configured SSL bundles #​42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #​42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #​42107
  • JarLauncher fails to load large jar files #​42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #​42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #​42059
  • Default Logback config uses deprecated "converterClass" attribute #​42006

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #​42285
  • Update link to Log4j2 system properties #​42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #​42208
  • Syntax error in "Receive a message reactively section" of the reference guide #​42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #​42193
  • Replace RFC 7807 by RFC 9457 in property documentation #​42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #​42176
  • Update documentation to reflect new no handler found exception behavior #​42167
  • Polish configuration property reference #​42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #​42111
  • Fix StatsD link typo on Metrics documentation page #​42109
  • Improve docker without buildpacks documentation #​42106
  • Improve documentation in "Command-line Completion" #​42103
  • Kotlin code examples are missing from the Testing section #​42094
  • Fix incorrect command in Docker configuration for Colima #​42078
  • Gradle Plugin AOT documentation has sample error #​42046

🔨 Dependency Upgrades

❤️ Contributors

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

@​Alchemik, @​arefbehboudi, @​einarpehrson, @​izeye, @​martinfrancois, @​mushroom528, @​nosan, and @​quaff

micrometer-metrics/micrometer (io.micrometer:micrometer-bom)

v1.13.5: 1.13.5

🐞 Bug Fixes

  • ConcurrentModificationException when late meter filters are added #​5489

🔨 Dependency Upgrades

  • Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #​5506
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #​5505

Tasks

  • Use Prometheus BOMs for dependency management #​5468

❤️ Contributors

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

@​mabartos, @​emmanuel-ferdman, and @​izeye


Configuration

📅 Schedule: Branch creation - "before 4am 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.

@forking-renovate forking-renovate bot added the renovate https://renovate.whitesourcesoftware.com [FINERACT-962] label Sep 23, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from d6dedb0 to c7cce25 Compare September 30, 2024 12:08
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1ae8ae7 to 33bd29a Compare October 2, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate https://renovate.whitesourcesoftware.com [FINERACT-962]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant