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 the all-dependencies group across 1 directory with 8 updates #1271

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the all-dependencies group with 8 updates in the / directory:

Package From To
org.hibernate.orm:hibernate-jpamodelgen 6.6.2.Final 6.6.3.Final
net.javacrumbs.shedlock:shedlock-spring 5.16.0 6.0.1
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.16.0 6.0.1
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 2.7.0
org.testcontainers:testcontainers 1.20.3 1.20.4
org.testcontainers:junit-jupiter 1.20.3 1.20.4
org.testcontainers:postgresql 1.20.3 1.20.4
org.springframework.boot 3.3.5 3.4.0

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.2.Final to 6.6.3.Final

Release notes

Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.6.3.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.

Changes in 6.6.3.Final (November 21, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32365

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 5.16.0 to 6.0.1

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

6.0.1

  • Support for multiple LockProviders
  • cdi-vintage module removed
  • Micronaut 3 support removed
  • micronaut-jdbc built on top of Micronaut 4
  • PROXY_SCHEDULER mode deprecated
  • Cassandra lock provider stated to use the org.apache.cassandra driver
  • Dependency updates
Commits
  • fe0e3e8 [maven-release-plugin] prepare release shedlock-parent-6.0.1
  • 2b69d0a Merge pull request #2271 from lukas-krecan/upgrade-cassandra
  • 326ce0d Upgrade cassandra driver
  • fda9020 README updated
  • f2db016 [maven-release-plugin] prepare for next development iteration
  • 45c69f7 [maven-release-plugin] prepare release shedlock-parent-6.0.0
  • 2bbe073 Upgrade deps
  • 015483c Fix mysql deriver dependency
  • 4816628 Spring 3.4.0
  • 8316a51 New spring boot
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.16.0 to 6.0.1

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.16.0 to 6.0.1

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.7.0 released! Latest

What's Changed

Added

  • #2777 - Add SortAsQueryParam annotation
  • #2649 - Add Encoding to multiple files and JSON payloads request test case
  • #2653 - Trim indent apply schema description
  • #2664 - Refactor Replace hardcoded schema prefix length
  • #2509, #2668 - Replace swagger urls in org.springdoc.core.properties.AbstractSwaggerUiConfigProperties#urls only if url is changed
  • #2727 - Display nullable request body with map type
  • #2746 - Readme.md add gradle import
  • #2760 - Added support for RequestBody as a meta-annotation
  • #2703 - Display nullable request body with map type
  • #2657 - Add support for OAS v3.1 webhooks

Changed

  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0
  • Upgrade swagger-core to 2.2.25
  • Upgrade spring-cloud-function to 4.2.0-M1

Fixed

  • #2752 - Swagger doesn't work after custom annotation replacing request parameters
  • #2747 - Move to webjars-locator-lite, in preparation for spring-boot 3.4 GA
  • #2705 - @​Schema oneOf config is ignored when generate the api-docs
  • #2744 - SpringDocUI doest add Javadoc into swagger from abstract class
  • #2708 - Spring Boot (Webflux) - Swagger UI - redirect URI does not include Gateway Prefix
  • #2725 - Serialization to openapi of org.springframework.data.domain.Sort is wrong for Spring Boot >2.x
  • #2740 - Swagger-ui ignores property springdoc.swagger-ui.supported-submit-methods
  • #2733 - Bad schema return type when created a generic wrapper class for response entity
  • #2687 - Failed to load api definition after spring boot 3.4.0-M2
  • #2642 - Calling Swagger UI via different context paths fails
  • #2709 - Annotation @​Hidden on rest controller class level doesn't work due to spring default proxying mechanism CGLIB
  • #2642 - Calling Swagger UI via different context paths fails

... (truncated)

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.7.0] - 2024-23-11

Added

  • #2777 - Add SortAsQueryParam annotation
  • #2786 - No static resource swagger-ui/index.html error after migration to 2.7.0-RC1

Changed

  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0

[2.7.0-RC1] - 2024-11-06

Added

  • #2649 - Add Encoding to multiple files and JSON payloads request test case
  • #2653 - Trim indent apply schema description
  • #2664 - Refactor Replace hardcoded schema prefix length
  • #2509, #2668 - Replace swagger urls in org.springdoc.core.properties.AbstractSwaggerUiConfigProperties#urls only if url is changed
  • #2727 - Display nullable request body with map type
  • #2746 - Readme.md add gradle import
  • #2760 - Added support for RequestBody as a meta-annotation
  • #2703 - Display nullable request body with map type
  • #2657 - Add support for OAS v3.1 webhooks

Changed

  • Upgrade spring-boot to 3.4.0-RC1
  • Upgrade swagger-core to 2.2.25
  • Upgrade swagger-ui to 5.18.1
  • Upgrade spring-cloud-function to 4.2.0-M1
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0-M2

Fixed

  • #2752 - Swagger doesn't work after custom annotation replacing request parameters
  • #2747 - Move to webjars-locator-lite, in preparation for spring-boot 3.4 GA
  • #2705 - @​Schema oneOf config is ignored when generate the api-docs
  • #2744 - SpringDocUI doest add Javadoc into swagger from abstract class
  • #2708 - Spring Boot (Webflux) - Swagger UI - redirect URI does not include Gateway Prefix
  • #2725 - Serialization to openapi of org.springframework.data.domain.Sort is wrong for Spring Boot >2.x
  • #2740 - Swagger-ui ignores property springdoc.swagger-ui.supported-submit-methods
  • #2733 - Bad schema return type when created a generic wrapper class for response entity
  • #2687 - Failed to load api definition after spring boot 3.4.0-M2
  • #2642 - Calling Swagger UI via different context paths fails
  • #2709 - Annotation @​Hidden on rest controller class level doesn't work due to spring default proxying mechanism CGLIB
  • #2642 - Calling Swagger UI via different context paths fails
  • #2663 - Content definition in @​ApiResponse remove schema generated based on the returned value
  • #2646 - The operationId is unnecessarily deduplicated for a requestBody with multiple content types
  • #2643 - UpperSnakeCaseStrategy is not working with spring boot and ParameterObject
  • #2640 - @​JsonUnwrapped is ignored when PolymorphicConverter is enabled
  • #2638 - Boolean Parameter with @​Schema Annotation Changes Type to string in OpenAPI Documentation
  • #2659 - Fix typo in SpringSecurityLoginEndpointCustomizer method name

... (truncated)

Commits
  • 92d82da [maven-release-plugin] prepare release v2.7.0
  • 7226c45 revert back to version of swagger-core 2.2.25
  • 7e2991c When using ParameterObject, description is taken from superclass instead of s...
  • b04a2c0 - Upgrade spring-boot to 3.4.0
  • ee2dfc4 Merge pull request #2777 from ondrejkrpec/ondrejkrpec/add-sort-as-query-param
  • f8c22af Add SortAsQueryParam annotation
  • 1fdddf6 [maven-release-plugin] prepare for next development iteration
  • 54278b8 [maven-release-plugin] prepare release v2.7.0-RC1
  • bb0359f CHANGELOG.md update
  • 2ba7055 Upgrade swagger-ui to 5.18.1
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.3.5 to 3.4.0

Release notes

Sourced from org.springframework.boot's releases.

v3.4.0

⭐ New Features

  • Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder #43139
  • Fail JsonWriter if duplicate names are detected #43041
  • Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function #42972
  • Support timeout property for GraphQL over SSE #42966
  • Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access #42950
  • Improve performance of ConcurrentReferenceCachingMetadataReaderFactory #42949
  • Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured #42937
  • Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration #42934

🐞 Bug Fixes

  • Jersey body handling is inconsistent with Spring Webflux and Spring MVC #43209
  • Classes are accidentally named "structure logging" instead of "structured logging" #43203
  • StructuredLoggingJsonProperties customizer should be a Class reference rather than a String #43202
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #43171
  • Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json #43154
  • WebServerPortFileWriter fails when using a portfile without extension #43117
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #43084
  • SslHealthIndicator throws NullPointerException when using SslBundle with SslStoreBundle.NONE #43078
  • JdkClientHttpRequestFactoryBuilder and JettyClientHttpRequestFactoryBuilder do not set Ciphers or Enabled Protocols #43077
  • Root cause of errors is hidden when loading images from archive #43070
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #43062
  • A @SpyBean on the output of a FactoryBean is not reset #43053
  • Logback logging system does not process URLs with paths not ending in .xml #42990
  • Bean-based conditions do not consider factory beans correctly when determining if they are a candidate #42970
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #42960
  • Warning due to duplicate MockResolver extensions #42957
  • HttpHostConnectException is thrown when using buildpacks with Gradle or Maven on Windows #42952
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #42936
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #42926
  • Default WebSocketMessageBrokerConfigurer is always overriding custom channel executor #42924
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #42915
  • ApplicationContextRunner has inconsistent behaviour with duplicate auto-configuration class...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Bumps the all-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.6.2.Final` | `6.6.3.Final` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.16.0` | `6.0.1` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.16.0` | `6.0.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |



Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.2.Final to 6.6.3.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.2...6.6.3)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.16.0 to 6.0.1
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.16.0...shedlock-parent-6.0.1)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.16.0 to 6.0.1

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.16.0 to 6.0.1

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.6.0...v2.7.0)

Updates `org.testcontainers:testcontainers` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.springframework.boot` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/all-dependencies-f70e6c5576 branch from 308ff16 to 3a3ec1b Compare November 26, 2024 08:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 27, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-f70e6c5576 branch November 27, 2024 09:01
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.

0 participants