bcgov / nr-forest-client-api

Forest client API allows systems to consume forest client data without having to connect to a database
Apache License 2.0
6 stars 1 forks source link

chore(deps): update maven all non-major dependencies #231

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.cyclonedx:cyclonedx-maven-plugin 2.8.0 -> 2.8.1 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.3.1 -> 3.4.0 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 -> 3.8.0 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 -> 3.4.0 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.2.5 -> 3.4.0 age adoption passing confidence
org.springframework:spring-web 6.1.7 -> 6.1.12 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.14.0 -> 3.16.0 age adoption passing confidence
org.springdoc:springdoc-openapi-starter-webflux-ui (source) 2.5.0 -> 2.6.0 age adoption passing confidence
org.testcontainers:testcontainers-bom (source) 1.19.8 -> 1.20.1 age adoption passing confidence
io.netty:netty-codec-http (source) 4.1.109.Final -> 4.1.112.Final age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.2.5 -> 3.3.2 age adoption passing confidence

Release Notes

spring-projects/spring-framework (org.springframework:spring-web) ### [`v6.1.12`](https://togithub.com/spring-projects/spring-framework/compare/v6.1.11...v6.1.12) ### [`v6.1.11`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.1.11) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.1.10...v6.1.11) #### :star: New Features - Ensure varargs component type for `MethodHandle` is not `null` in SpEL's `ReflectionHelper` [#​33193](https://togithub.com/spring-projects/spring-framework/issues/33193) - Confusing WebClient exception message in case of Reactor-Netty `PrematureCloseException` during response [#​33127](https://togithub.com/spring-projects/spring-framework/issues/33127) - Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found [#​33117](https://togithub.com/spring-projects/spring-framework/issues/33117) - Use error handler for reactive cache aspect [#​33073](https://togithub.com/spring-projects/spring-framework/pull/33073) - `getTypeForFactoryMethod` should catch `NoClassDefFoundError` [#​33075](https://togithub.com/spring-projects/spring-framework/issues/33075) #### :lady_beetle: Bug Fixes - SpEL cannot invoke varargs `MethodHandle` function with an array [#​33191](https://togithub.com/spring-projects/spring-framework/issues/33191) - SpEL cannot invoke varargs `MethodHandle` function with zero variable arguments [#​33190](https://togithub.com/spring-projects/spring-framework/issues/33190) - Nested bean instance supplier invocation does not retain previous factory method [#​33180](https://togithub.com/spring-projects/spring-framework/issues/33180) - DefaultErrorResponseBuilder does not implement headers(Consumer) [#​33156](https://togithub.com/spring-projects/spring-framework/pull/33156) - Fix adaptation of violations on Set method parameter [#​33150](https://togithub.com/spring-projects/spring-framework/pull/33150) - Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization [#​33138](https://togithub.com/spring-projects/spring-framework/issues/33138) - "file:." cannot be resolved to `java.nio.file.Path` (and plain "." value resolves to classpath root) [#​33124](https://togithub.com/spring-projects/spring-framework/issues/33124) - Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect [#​33113](https://togithub.com/spring-projects/spring-framework/issues/33113) - Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true [#​33105](https://togithub.com/spring-projects/spring-framework/pull/33105) - Spring coroutines AOP is not compatible with `@Transactional` [#​33095](https://togithub.com/spring-projects/spring-framework/issues/33095) - ReactorClientHttpConnector creates new HttpClient for every request [#​33093](https://togithub.com/spring-projects/spring-framework/issues/33093) - Trace and Span IDs are no longer propagated RequestBodyAdvice beans [#​33091](https://togithub.com/spring-projects/spring-framework/issues/33091) - Early `LocalContainerEntityManagerFactoryBean` initialization fails in case of null bean definition [#​33082](https://togithub.com/spring-projects/spring-framework/issues/33082) - `ReactorNettyClientRequest.convertException` should include original exception if cause is `null` [#​33080](https://togithub.com/spring-projects/spring-framework/issues/33080) - SpEL incorrectly splits string arguments by comma for `Object...` varargs method [#​33013](https://togithub.com/spring-projects/spring-framework/issues/33013) - ProtobufMessageConverter fails to parse JSON payload if byte array is used [#​27408](https://togithub.com/spring-projects/spring-framework/issues/27408) #### :notebook_with_decorative_cover: Documentation - Harmonize phrasing in URI Encoding section [#​33166](https://togithub.com/spring-projects/spring-framework/pull/33166) - Document that `ModelMap` is not a supported argument type in WebFlux [#​33107](https://togithub.com/spring-projects/spring-framework/issues/33107) - Example in Method Injection section of Spring Framework documentation refers to wrong bean names [#​33096](https://togithub.com/spring-projects/spring-framework/issues/33096) - Resource writer doesn't consider subclasses of `InputStreamResource` for content length bypass [#​33089](https://togithub.com/spring-projects/spring-framework/issues/33089) - Improve documentation regarding encoding in FreeMarker support [#​33071](https://togithub.com/spring-projects/spring-framework/issues/33071) - Exception for validation failure in WebFlux does not match the documentation [#​33061](https://togithub.com/spring-projects/spring-framework/issues/33061) #### :hammer: Dependency Upgrades - Upgrade to Kotlin 1.9.24 [#​33177](https://togithub.com/spring-projects/spring-framework/issues/33177) - Upgrade to Kotlin Serialization 1.6.3 [#​33175](https://togithub.com/spring-projects/spring-framework/issues/33175) - Upgrade to Micrometer 1.12.8 [#​33168](https://togithub.com/spring-projects/spring-framework/issues/33168) - Upgrade to Reactor 2023.0.8 [#​33169](https://togithub.com/spring-projects/spring-framework/issues/33169) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​TAKETODAY](https://togithub.com/TAKETODAY), [@​hunhee98](https://togithub.com/hunhee98), [@​imvtsl](https://togithub.com/imvtsl), [@​snussbaumer](https://togithub.com/snussbaumer), and [@​zizare](https://togithub.com/zizare) ### [`v6.1.10`](https://togithub.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.10) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.10) ### [`v6.1.9`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.1.9) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.1.8...v6.1.9) #### :star: New Features - CRaC: ignore checkpointOnRefresh afterRestore [#​32978](https://togithub.com/spring-projects/spring-framework/issues/32978) - Add missing hints for Hibernate `@TenantId` [#​32967](https://togithub.com/spring-projects/spring-framework/issues/32967) - AnnotationUtils performance degrades with deep stacks [#​32921](https://togithub.com/spring-projects/spring-framework/issues/32921) - Missing hints for Hibernate generators [#​32842](https://togithub.com/spring-projects/spring-framework/issues/32842) - AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered [#​32230](https://togithub.com/spring-projects/spring-framework/issues/32230) #### :lady_beetle: Bug Fixes - Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 [#​33009](https://togithub.com/spring-projects/spring-framework/issues/33009) - ContentCachingRequestWrapper may allocate too much memory [#​32987](https://togithub.com/spring-projects/spring-framework/issues/32987) - Support `canEncode()` for `JAXBElement` in `Jaxb2XmlEncoder` [#​32977](https://togithub.com/spring-projects/spring-framework/pull/32977) - AspectJ CTW aspects executed twice [#​32970](https://togithub.com/spring-projects/spring-framework/issues/32970) - `@Valid` annotations on container elements for handler argument validation not supported [#​32964](https://togithub.com/spring-projects/spring-framework/issues/32964) - Add support for double backslashes to `StringUtils#cleanPath` [#​32962](https://togithub.com/spring-projects/spring-framework/issues/32962) - `@CacheEvict` condition uses wrapper comparison instead of actual objects [#​32960](https://togithub.com/spring-projects/spring-framework/issues/32960) - ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning [#​32958](https://togithub.com/spring-projects/spring-framework/issues/32958) - Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient [#​32952](https://togithub.com/spring-projects/spring-framework/issues/32952) - `ReactorResourceFactory` not working with CRaC onRefresh checkpoint [#​32945](https://togithub.com/spring-projects/spring-framework/issues/32945) - SpEL compilation fails when indexing into an array or list with an `Integer` [#​32908](https://togithub.com/spring-projects/spring-framework/issues/32908) - SpEL compilation fails when indexing into a `Map` with a primitive [#​32903](https://togithub.com/spring-projects/spring-framework/issues/32903) - BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced [#​32888](https://togithub.com/spring-projects/spring-framework/issues/32888) - Application not starting with `@EnableTransactionManagement`(mode = AdviceMode.ASPECTJ) [#​32882](https://togithub.com/spring-projects/spring-framework/issues/32882) - ReactorNettyClientResponse should not throw exception if no body is available [#​32805](https://togithub.com/spring-projects/spring-framework/issues/32805) - Observation in ServerHttpObservationFilter is never stopped for asynchronous requests [#​32730](https://togithub.com/spring-projects/spring-framework/issues/32730) #### :notebook_with_decorative_cover: Documentation - Fix typo in the Simple Broker section of the reference documentation [#​32993](https://togithub.com/spring-projects/spring-framework/pull/32993) - Remove outdated copyright from index.adoc [#​32983](https://togithub.com/spring-projects/spring-framework/issues/32983) - Use HttpStatusCode consistently in reference guide [#​32966](https://togithub.com/spring-projects/spring-framework/pull/32966) - Entity name in MappingSqlQuery example of reference guide is wrong [#​32957](https://togithub.com/spring-projects/spring-framework/pull/32957) - Fix `RegisterReflectionForBinding` Javadoc [#​32947](https://togithub.com/spring-projects/spring-framework/issues/32947) - Reference documentation sample for `MethodValidationPostProcessor` is missing a `static` keyword [#​32929](https://togithub.com/spring-projects/spring-framework/issues/32929) - Fix typo in Jakarta validation documentation [#​32928](https://togithub.com/spring-projects/spring-framework/pull/32928) - Refine `KotlinDetector.isKotlinType` documentation for Kotlin 2.x lambdas [#​32905](https://togithub.com/spring-projects/spring-framework/issues/32905) - Complete Kotlin example for HTTP message codecs in reference doc [#​32877](https://togithub.com/spring-projects/spring-framework/pull/32877) - Use Threadlocal.remove() instead of .set(null) in documentation [#​32874](https://togithub.com/spring-projects/spring-framework/pull/32874) - Unexpected bean override / inject behavior [#​32825](https://togithub.com/spring-projects/spring-framework/issues/32825) - Document why complex object structure are not supported as paremeters or properties by AOT [#​32273](https://togithub.com/spring-projects/spring-framework/issues/32273) #### :hammer: Dependency Upgrades - Upgrade to Micrometer 1.12.7 [#​33001](https://togithub.com/spring-projects/spring-framework/issues/33001) - Upgrade to Reactor 2023.0.7 [#​33007](https://togithub.com/spring-projects/spring-framework/issues/33007) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​Attacktive](https://togithub.com/Attacktive), [@​Seungpang](https://togithub.com/Seungpang), [@​deblockt](https://togithub.com/deblockt), [@​hlmg](https://togithub.com/hlmg), [@​ozooxo](https://togithub.com/ozooxo), [@​soglad](https://togithub.com/soglad), and [@​ypyf](https://togithub.com/ypyf) ### [`v6.1.8`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.1.8) #### :star: New Features - Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co [#​32851](https://togithub.com/spring-projects/spring-framework/issues/32851) - Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type [#​32850](https://togithub.com/spring-projects/spring-framework/issues/32850) #### :lady_beetle: Bug Fixes - Overridden aspect method runs twice [#​32865](https://togithub.com/spring-projects/spring-framework/issues/32865) - `@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)` cannot convert UTC without milliseconds to `java.util.Date` [#​32856](https://togithub.com/spring-projects/spring-framework/issues/32856) - Spring AOP fails against registered `@Configurable` aspect [#​32838](https://togithub.com/spring-projects/spring-framework/issues/32838) - MockHttpServletRequest should not use a shared reader when no content is available [#​32820](https://togithub.com/spring-projects/spring-framework/issues/32820) #### :notebook_with_decorative_cover: Documentation - Modernize Antora Build [#​32864](https://togithub.com/spring-projects/spring-framework/pull/32864) - Modernize Antora Build [#​32863](https://togithub.com/spring-projects/spring-framework/pull/32863) - Refine CDS documentation [#​32843](https://togithub.com/spring-projects/spring-framework/issues/32843) - Revisit validation documentation to better explain when method validation is invoked [#​32807](https://togithub.com/spring-projects/spring-framework/issues/32807) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​rwinch](https://togithub.com/rwinch)
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webflux-ui) ### [`v2.6.0`](https://togithub.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#260---2024-06-30) [Compare Source](https://togithub.com/springdoc/springdoc-openapi/compare/v2.5.0...v2.6.0) ##### Added - [#​2561](https://togithub.com/springdoc/springdoc-openapi/issues/2561) - NPE occurs when outputting an OpenAPI document since 2.5.0 - [#​2579](https://togithub.com/springdoc/springdoc-openapi/issues/2579) - Add support for leading tab characters with trim-kotlin-indent. - [#​2589](https://togithub.com/springdoc/springdoc-openapi/issues/2589) - Pass HttpRequest to ServerBaseUrlCustomizer - [#​2596](https://togithub.com/springdoc/springdoc-openapi/issues/2596), [#​2600](https://togithub.com/springdoc/springdoc-openapi/issues/2600) - consumes and produces calculation. Fixes - [#​2625](https://togithub.com/springdoc/springdoc-openapi/issues/2625), [#​2626](https://togithub.com/springdoc/springdoc-openapi/issues/2626) - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO - [#​2627](https://togithub.com/springdoc/springdoc-openapi/issues/2627) - Ensure compatibility with previous version of spring data - [#​2576](https://togithub.com/springdoc/springdoc-openapi/issues/2576) - GroupedApi orders by displayName instead of name. - [#​2584](https://togithub.com/springdoc/springdoc-openapi/issues/2584) - Dynamically define ApiGroups does not work. - [#​2595](https://togithub.com/springdoc/springdoc-openapi/issues/2595) - Spring security support of [@​RegisteredOAuth2AuthorizedClient](https://togithub.com/RegisteredOAuth2AuthorizedClient) ##### Changed - Upgrade spring-boot to 3.3.0 - Upgrade swagger-core to 2.2.22 - Upgrade swagger-ui to 5.17.14 - Upgrade spring-cloud-function to 4.1.2 - Upgrade spring-security-oauth2-authorization-server to 1.3.0 ##### Fixed - [#​2577](https://togithub.com/springdoc/springdoc-openapi/issues/2577) - Fix missing exception response types in OpenAPI spec - [#​2591](https://togithub.com/springdoc/springdoc-openapi/issues/2591) - When an entity class contains fields of Class\ type, an infinite loop. - [#​2603](https://togithub.com/springdoc/springdoc-openapi/issues/2603) - PolymorphicModelConverter only handles direct subtypes and misses indirect. - [#​2606](https://togithub.com/springdoc/springdoc-openapi/issues/2606) - Spring Authorization Server Metadata Endpoint not compatible. - [#​2621](https://togithub.com/springdoc/springdoc-openapi/issues/2621) - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0. - [#​2622](https://togithub.com/springdoc/springdoc-openapi/issues/2622) - Kotlin enums are always marked as required if used in Java controllers. - [#​2601](https://togithub.com/springdoc/springdoc-openapi/issues/2601) - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services. - [#​2597](https://togithub.com/springdoc/springdoc-openapi/issues/2597) - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated.
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom) ### [`v1.20.1`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.20.1) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.20.0...1.20.1) ##### What's Changed ##### ๐Ÿš€ Features & Enhancements - Add support for Apache Kafka native image ([#​8993](https://togithub.com/testcontainers/testcontainers-java/issues/8993)) [@​eddumelendez](https://togithub.com/eddumelendez) - Couchbase: Don't configure external TLS ports if they're not supported ([#​8990](https://togithub.com/testcontainers/testcontainers-java/issues/8990)) [@​dnault](https://togithub.com/dnault) - Support tenant name, password and mode in OceanBase module ([#​8737](https://togithub.com/testcontainers/testcontainers-java/issues/8737)) [@​whhe](https://togithub.com/whhe) - Rename SA_PASSWORD to MSSQL_SA_PASSWORD as SA_PASSWORD is deprecated ([#​8987](https://togithub.com/testcontainers/testcontainers-java/issues/8987)) [@​jedla97](https://togithub.com/jedla97) ##### ๐Ÿ› Bug Fixes - Pass options to compose down command ([#​9040](https://togithub.com/testcontainers/testcontainers-java/issues/9040)) [@​eddumelendez](https://togithub.com/eddumelendez) - Do not override LocalStack command ([#​8991](https://togithub.com/testcontainers/testcontainers-java/issues/8991)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix log order after checking containerised compose exit code ([#​8984](https://togithub.com/testcontainers/testcontainers-java/issues/8984)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix log for Grafana URL ([#​8961](https://togithub.com/testcontainers/testcontainers-java/issues/8961)) [@​rajadilipkolli](https://togithub.com/rajadilipkolli) ##### ๐Ÿ“– Documentation - Fix list indentation in reuse doc ([#​8980](https://togithub.com/testcontainers/testcontainers-java/issues/8980)) [@​MV-GH](https://togithub.com/MV-GH) ##### ๐Ÿงน Housekeeping - Use Develocity build cache configuration and access key authentication ([#​8964](https://togithub.com/testcontainers/testcontainers-java/issues/8964)) [@​tylerbertrand](https://togithub.com/tylerbertrand) - Fix URI decode. ([#​9026](https://togithub.com/testcontainers/testcontainers-java/issues/9026)) [@​simpletasks](https://togithub.com/simpletasks) - Move ComposeOverridesTest ([#​8985](https://togithub.com/testcontainers/testcontainers-java/issues/8985)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### ๐Ÿ“ฆ Dependency updates
8 changes - Downgrade awaitility version to 4.2.0 ([#​9041](https://togithub.com/testcontainers/testcontainers-java/issues/9041)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​9024](https://togithub.com/testcontainers/testcontainers-java/issues/9024)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​9023](https://togithub.com/testcontainers/testcontainers-java/issues/9023)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​9007](https://togithub.com/testcontainers/testcontainers-java/issues/9007)) [@​eddumelendez](https://togithub.com/eddumelendez) - Use pulsar-bom ([#​9006](https://togithub.com/testcontainers/testcontainers-java/issues/9006)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​9005](https://togithub.com/testcontainers/testcontainers-java/issues/9005)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​9002](https://togithub.com/testcontainers/testcontainers-java/issues/9002)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8998](https://togithub.com/testcontainers/testcontainers-java/issues/8998)) [@​eddumelendez](https://togithub.com/eddumelendez)
### [`v1.20.0`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.20.0) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.8...1.20.0) ### What's Changed - Update ryuk version to 0.8.1 ([#​8957](https://togithub.com/testcontainers/testcontainers-java/issues/8957)) [@​eddumelendez](https://togithub.com/eddumelendez) - Move to develocity testRetry plugin ([#​8845](https://togithub.com/testcontainers/testcontainers-java/issues/8845)) [@​eddumelendez](https://togithub.com/eddumelendez) - chore(ci): add docker install type to the Slack payload ([#​8843](https://togithub.com/testcontainers/testcontainers-java/issues/8843)) [@​mdelapenya](https://togithub.com/mdelapenya) - Avoid cache when running against latest moby ([#​8841](https://togithub.com/testcontainers/testcontainers-java/issues/8841)) [@​eddumelendez](https://togithub.com/eddumelendez) - Log Testcontainers version ([#​8820](https://togithub.com/testcontainers/testcontainers-java/issues/8820)) [@​eddumelendez](https://togithub.com/eddumelendez) - Added example of how to run Hugging Face models through Ollama using TC ([#​8771](https://togithub.com/testcontainers/testcontainers-java/issues/8771)) [@​ilopezluna](https://togithub.com/ilopezluna) - feat: Change the class used by the Oracle database driver ([#​8796](https://togithub.com/testcontainers/testcontainers-java/issues/8796)) [@​cdouillard](https://togithub.com/cdouillard) - Add CI for latest Moby ([#​8756](https://togithub.com/testcontainers/testcontainers-java/issues/8756)) [@​kiview](https://togithub.com/kiview) - Use /tmp for zookeeper.properties and startup script ([#​7524](https://togithub.com/testcontainers/testcontainers-java/issues/7524)) [@​kahowell](https://togithub.com/kahowell) #### ๐Ÿš€ Features & Enhancements - Support build args in FROM statement ([#​6119](https://togithub.com/testcontainers/testcontainers-java/issues/6119)) [@​Donnerbart](https://togithub.com/Donnerbart) - Allow copy specific files to docker compose ([#​8848](https://togithub.com/testcontainers/testcontainers-java/issues/8848)) [@​wimdeblauwe](https://togithub.com/wimdeblauwe) - Support multiple init scripts in JdbcDatabaseContainer ([#​7680](https://togithub.com/testcontainers/testcontainers-java/issues/7680)) [@​savinov](https://togithub.com/savinov) - Load `ImageNameSubstitutor` from Service Loaders mechanism ([#​8866](https://togithub.com/testcontainers/testcontainers-java/issues/8866)) [@​eddumelendez](https://togithub.com/eddumelendez) - Bigger max aliases used by ParsedDockerComposeFile ([#​8816](https://togithub.com/testcontainers/testcontainers-java/issues/8816)) [@​henri-tremblay](https://togithub.com/henri-tremblay) - fix LocalStack legacy mode detection for "latest" tag variations ([#​8774](https://togithub.com/testcontainers/testcontainers-java/issues/8774)) [@​alexrashed](https://togithub.com/alexrashed) - Add support for Weaviate v1.25 ([#​8800](https://togithub.com/testcontainers/testcontainers-java/issues/8800)) [@​antas-marcin](https://togithub.com/antas-marcin) - Clean duplicate in regex for log message wait strategy ([#​7304](https://togithub.com/testcontainers/testcontainers-java/issues/7304)) [@​RustedBones](https://togithub.com/RustedBones) - Introduce '[@​EnabledIfDockerAvailable](https://togithub.com/EnabledIfDockerAvailable)' JUnit 5 annotation ([#​8613](https://togithub.com/testcontainers/testcontainers-java/issues/8613)) ([#​8636](https://togithub.com/testcontainers/testcontainers-java/issues/8636)) [@​eidottermihi](https://togithub.com/eidottermihi) - Make pgvector available with JDBC syntax ([#​8633](https://togithub.com/testcontainers/testcontainers-java/issues/8633)) ([#​8638](https://togithub.com/testcontainers/testcontainers-java/issues/8638)) [@​thijslemmens](https://togithub.com/thijslemmens) #### ๐Ÿ› Bug Fixes - Avoid duplicate values for listeners and listener_security_protocol_map in KafkaContainer ([#​8850](https://togithub.com/testcontainers/testcontainers-java/issues/8850)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix copy large files ([#​8409](https://togithub.com/testcontainers/testcontainers-java/issues/8409)) [@​joschi](https://togithub.com/joschi) - \[localstack] Fix reuse mode ([#​8844](https://togithub.com/testcontainers/testcontainers-java/issues/8844)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix wait strategy definition ([#​8842](https://togithub.com/testcontainers/testcontainers-java/issues/8842)) [@​eddumelendez](https://togithub.com/eddumelendez) #### ๐Ÿ“– Documentation - \[Docs] Add TCI to external integrations ([#​8947](https://togithub.com/testcontainers/testcontainers-java/issues/8947)) [@​AB-xdev](https://togithub.com/AB-xdev) - Clarify reuse property setting ([#​8872](https://togithub.com/testcontainers/testcontainers-java/issues/8872)) [@​MV-GH](https://togithub.com/MV-GH) #### ๐Ÿงน Housekeeping - Add test compatibility against MongoDB 7 ([#​8868](https://togithub.com/testcontainers/testcontainers-java/issues/8868)) [@​aasawariMongoDB](https://togithub.com/aasawariMongoDB) - Add smoke test to dependabot ([#​8928](https://togithub.com/testcontainers/testcontainers-java/issues/8928)) [@​eddumelendez](https://togithub.com/eddumelendez) - Remove unused ImageNameSubstitutor service ([#​8873](https://togithub.com/testcontainers/testcontainers-java/issues/8873)) [@​eddumelendez](https://togithub.com/eddumelendez) - Move to develocity plugin ([#​8821](https://togithub.com/testcontainers/testcontainers-java/issues/8821)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update Testcontainers images ([#​8801](https://togithub.com/testcontainers/testcontainers-java/issues/8801)) [@​eddumelendez](https://togithub.com/eddumelendez) - Restore azure module in CI ([#​8668](https://togithub.com/testcontainers/testcontainers-java/issues/8668)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update redis version ([#​8631](https://togithub.com/testcontainers/testcontainers-java/issues/8631)) [@​eddumelendez](https://togithub.com/eddumelendez) #### ๐Ÿ“ฆ Dependency updates - Update docker-java version to 3.4.0 ([#​8942](https://togithub.com/testcontainers/testcontainers-java/issues/8942)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8666](https://togithub.com/testcontainers/testcontainers-java/issues/8666)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8663](https://togithub.com/testcontainers/testcontainers-java/issues/8663)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8660](https://togithub.com/testcontainers/testcontainers-java/issues/8660)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8659](https://togithub.com/testcontainers/testcontainers-java/issues/8659)) [@​eddumelendez](https://togithub.com/eddumelendez)
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent) ### [`v3.3.2`](https://togithub.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) ### [`v3.3.1`](https://togithub.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.1) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.1) ### [`v3.3.0`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.0) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.2.8...v3.3.0) ### [`v3.2.8`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.7...v3.2.8) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.2.7...v3.2.8) ### [`v3.2.7`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.6...v3.2.7) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.2.6...v3.2.7) ### [`v3.2.6`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.5...v3.2.6) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.2.5...v3.2.6)

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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


Thanks for the PR!

Any successful deployments (not always required) will be available below. API available

Once merged, code will be promoted and handed off to following workflow run. Main Merge Workflow

renovate[bot] commented 3 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

โš ๏ธ Warning: custom changes will be lost.