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 #223

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.cyclonedx:cyclonedx-maven-plugin 2.7.11 -> 2.8.0 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.11 -> 0.8.12 age adoption passing confidence
org.springframework:spring-web 6.1.6 -> 6.1.7 age adoption passing confidence
org.flywaydb:flyway-core (source) 9.16.3 -> 9.22.3 age adoption passing confidence
org.springdoc:springdoc-openapi-starter-webflux-ui (source) 2.3.0 -> 2.5.0 age adoption passing confidence
org.testcontainers:testcontainers-bom (source) 1.19.3 -> 1.19.8 age adoption passing confidence
io.netty:netty-codec-http (source) 4.1.108.Final -> 4.1.109.Final age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.2.3 -> 3.2.5 age adoption passing confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin) ### [`v0.8.12`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.12): 0.8.12 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) #### New Features - JaCoCo now officially supports Java 22 (GitHub [#​1596](https://togithub.com/jacoco/jacoco/issues/1596)). - Experimental support for Java 23 class files (GitHub [#​1553](https://togithub.com/jacoco/jacoco/issues/1553)). #### Fixed bugs - Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub [#​1556](https://togithub.com/jacoco/jacoco/issues/1556)). - Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub [#​1568](https://togithub.com/jacoco/jacoco/issues/1568)). #### Non-functional Changes - JaCoCo now depends on ASM 9.7 (GitHub [#​1600](https://togithub.com/jacoco/jacoco/issues/1600)).
spring-projects/spring-framework (org.springframework:spring-web) ### [`v6.1.7`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.1.7) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.1.6...v6.1.7) #### :star: New Features - ResponseEntity is not reliably closed with InputStreamResource [#​32802](https://togithub.com/spring-projects/spring-framework/issues/32802) - Accept ajc-compiled `@Aspect` classes for Spring AOP proxy usage [#​32793](https://togithub.com/spring-projects/spring-framework/issues/32793) - Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information [#​32775](https://togithub.com/spring-projects/spring-framework/issues/32775) - Provide methods to unambiguously send form data with MockMvc [#​32757](https://togithub.com/spring-projects/spring-framework/issues/32757) - Introduce NoOp implementation for ResponseErrorHandler [#​32750](https://togithub.com/spring-projects/spring-framework/issues/32750) - Support varargs invocations in SpEL for varargs array subtype [#​32704](https://togithub.com/spring-projects/spring-framework/pull/32704) - StreamUtils.copyRange overreads source stream in some cases [#​32695](https://togithub.com/spring-projects/spring-framework/issues/32695) - Modify error message when timeout is less than TIMEOUT_DEFAULT [#​32635](https://togithub.com/spring-projects/spring-framework/pull/32635) - Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection [#​32629](https://togithub.com/spring-projects/spring-framework/issues/32629) - Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry [#​32625](https://togithub.com/spring-projects/spring-framework/issues/32625) - When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created [#​32470](https://togithub.com/spring-projects/spring-framework/issues/32470) #### :lady_beetle: Bug Fixes - Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added [#​32799](https://togithub.com/spring-projects/spring-framework/pull/32799) - Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver [#​32828](https://togithub.com/spring-projects/spring-framework/issues/32828) - DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction [#​32766](https://togithub.com/spring-projects/spring-framework/issues/32766) - BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type [#​32753](https://togithub.com/spring-projects/spring-framework/issues/32753) - `AnnotationConfigWebApplicationContext` should propagate `ApplicationStartup` to `BeanFactory` [#​32747](https://togithub.com/spring-projects/spring-framework/issues/32747) - Ignore non-String keys in `PropertiesPropertySource.getPropertyNames()` [#​32742](https://togithub.com/spring-projects/spring-framework/issues/32742) - `MergedAnnotations` search does not find container for repeatable annotation [#​32731](https://togithub.com/spring-projects/spring-framework/issues/32731) - "multiple subscribers not supported" when using WebClient exchange [#​32727](https://togithub.com/spring-projects/spring-framework/issues/32727) - ConfigurationClassEnhancer should consistently trigger FastClass creation at build-time [#​32682](https://togithub.com/spring-projects/spring-framework/issues/32682) - HttpComponentsClientHttpRequestFactory does not set Content-Length: 0 [#​32678](https://togithub.com/spring-projects/spring-framework/issues/32678) - Wrong proxy generation order during AOT for classes with `ScopedProxyMode.TARGET\_CLASS` and advisors [#​32669](https://togithub.com/spring-projects/spring-framework/issues/32669) - Unhandled JMS listener exceptions are not propagated [#​32666](https://togithub.com/spring-projects/spring-framework/issues/32666) - beanFactory#getBean with arguments ignore them if an Instance supplier is defined [#​32657](https://togithub.com/spring-projects/spring-framework/issues/32657) - Incorrect AsyncRequestTimeoutException handling in ResponseEntityExceptionHandler [#​32644](https://togithub.com/spring-projects/spring-framework/issues/32644) - Include actual cause's message in various parsing exception messages [#​32636](https://togithub.com/spring-projects/spring-framework/pull/32636) - Configuration class with Bean factory method on an interface generates wrong target with AOT [#​32609](https://togithub.com/spring-projects/spring-framework/issues/32609) - RestClient observations are stopped before ResponseSpec calls [#​32575](https://togithub.com/spring-projects/spring-framework/issues/32575) - MvcUriComponentsBuilder.fromMethodName does not pick the annotated method transparently [#​32553](https://togithub.com/spring-projects/spring-framework/issues/32553) - Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 [#​32445](https://togithub.com/spring-projects/spring-framework/issues/32445) - RSocket setup payload can cause Netty ByteBuf leak [#​32424](https://togithub.com/spring-projects/spring-framework/issues/32424) - WebFlux temporary file not always deleted with parallel uploads. [#​31217](https://togithub.com/spring-projects/spring-framework/issues/31217) #### :notebook_with_decorative_cover: Documentation - Replace RFC 7807 by RFC 9457 in documentation [#​32806](https://togithub.com/spring-projects/spring-framework/issues/32806) - Links to Framework and Servlet Javadoc from Framework's Kotlin API documentation are broken [#​32797](https://togithub.com/spring-projects/spring-framework/issues/32797) - Fix incorrect class reference syntax in Kotlin code sample [#​32733](https://togithub.com/spring-projects/spring-framework/pull/32733) - Improve documentation advising against use of HandlerInterceptor for security [#​32729](https://togithub.com/spring-projects/spring-framework/issues/32729) - Inconsistent behaviour on transactional async method [#​32709](https://togithub.com/spring-projects/spring-framework/issues/32709) - Document that getBean with arguments is not recommended with AOT [#​32690](https://togithub.com/spring-projects/spring-framework/issues/32690) - Provide an example of custom request URL with RestClient in the reference guide [#​32685](https://togithub.com/spring-projects/spring-framework/issues/32685) - Correct documentation on streaming with MockMvcWebTestClient [#​32687](https://togithub.com/spring-projects/spring-framework/issues/32687) - Document limitations of CGLIB proxy class generation in JPMS module setups [#​32671](https://togithub.com/spring-projects/spring-framework/issues/32671) - Update links to HttpOnly documentation at OWASP in `ResponseCookie` [#​32663](https://togithub.com/spring-projects/spring-framework/pull/32663) - Document that RestTemplate may not return a body for certain exceptions [#​32641](https://togithub.com/spring-projects/spring-framework/issues/32641) - Document that DataIntegrityViolationException can also be thrown on read-only queries [#​32631](https://togithub.com/spring-projects/spring-framework/issues/32631) - Update documentation to explain streaming vs collecting and error handling with `Flux` return values [#​32630](https://togithub.com/spring-projects/spring-framework/issues/32630) - Revise "The IoC Container" section to be more relevant for modern Spring applications [#​32429](https://togithub.com/spring-projects/spring-framework/issues/32429) - XML bean definition with `factory-method` does not always determine correct target type [#​32091](https://togithub.com/spring-projects/spring-framework/issues/32091) - Document `@Order` behavior on types, bean methods, and config classes [#​30177](https://togithub.com/spring-projects/spring-framework/issues/30177) - Clarify recommendation on self-injection for legitimate use cases (e.g. `@Transactional` re-entrant calls) [#​28299](https://togithub.com/spring-projects/spring-framework/issues/28299) #### :hammer: Dependency Upgrades - Upgrade to Micrometer 1.12.6 [#​32810](https://togithub.com/spring-projects/spring-framework/issues/32810) - Upgrade to Reactor 2023.0.6 [#​32786](https://togithub.com/spring-projects/spring-framework/issues/32786) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​LeMikaelF](https://togithub.com/LeMikaelF), [@​Seungpang](https://togithub.com/Seungpang), [@​izeye](https://togithub.com/izeye), [@​m4tt30c91](https://togithub.com/m4tt30c91), [@​remeio](https://togithub.com/remeio), and [@​yhao3](https://togithub.com/yhao3)
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webflux-ui) ### [`v2.5.0`](https://togithub.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#250---2024-04-01) [Compare Source](https://togithub.com/springdoc/springdoc-openapi/compare/v2.4.0...v2.5.0) ##### Added - [#​2318](https://togithub.com/springdoc/springdoc-openapi/issues/2318) - Add Info to GroupedOpenAPI properties - [#​2554](https://togithub.com/springdoc/springdoc-openapi/issues/2554) - Remove duplicate words from comments - [#​2418](https://togithub.com/springdoc/springdoc-openapi/issues/2418) - Improve support for externalizing strings in generated openapi - [#​2535](https://togithub.com/springdoc/springdoc-openapi/issues/2535) - Add 'springdoc.trim-kotlin-indent' property to handle Kotlin multiline string indentation ##### Changed - Upgrade spring-boot to 3.2.4 - Upgrade swagger-core to 2.2.21 - Upgrade swagger-ui to 5.13.0 ##### Fixed - [#​2525](https://togithub.com/springdoc/springdoc-openapi/issues/2525) - Inherited Methods Not Included in Swagger Documentation with [@​RouterOperation](https://togithub.com/RouterOperation) in Spring Boot WebFlux Application - [#​2526](https://togithub.com/springdoc/springdoc-openapi/issues/2526) - SpringDoc bean naming conflict error with GraphQL Spring boot starter - [#​2540](https://togithub.com/springdoc/springdoc-openapi/issues/2540) - Fix typo in SpringRepositoryRestResourceProvider.java - [#​2549](https://togithub.com/springdoc/springdoc-openapi/issues/2549) - Fix README.md ### [`v2.4.0`](https://togithub.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#240---2023-03-12) [Compare Source](https://togithub.com/springdoc/springdoc-openapi/compare/v2.3.0...v2.4.0) ##### Added - [#​2443](https://togithub.com/springdoc/springdoc-openapi/issues/2443) - Respect schema annotations when using spring mvc with kotlin - [#​2492](https://togithub.com/springdoc/springdoc-openapi/issues/2492), [#​2488](https://togithub.com/springdoc/springdoc-openapi/issues/2488) - Support dynamic evaluation of description field in the RequestBody - [#​2510](https://togithub.com/springdoc/springdoc-openapi/issues/2510) - Option to disable root api-docs path when using groups ##### Changed - Upgrade spring-boot to 3.2.3 - Upgrade swagger-core to 2.2.20 - Upgrade swagger-ui to 5.11.8 ##### Fixed - [#​2453](https://togithub.com/springdoc/springdoc-openapi/issues/2453) - Fix CODE_OF_CONDUCT.md links - [#​2454](https://togithub.com/springdoc/springdoc-openapi/issues/2454) - Fix typo in SwaggerWelcomeWebMvc - [#​2507](https://togithub.com/springdoc/springdoc-openapi/issues/2507) - Fix typo in Constants - [#​2472](https://togithub.com/springdoc/springdoc-openapi/issues/2472) - Update JavadocPropertyCustomizer.java - [#​2495](https://togithub.com/springdoc/springdoc-openapi/issues/2495) - Fix broken links in README and CONTRIBUTING - [#​2501](https://togithub.com/springdoc/springdoc-openapi/issues/2501) - bug fix when "exported" is set to false in RestResource annotation - [#​2447](https://togithub.com/springdoc/springdoc-openapi/issues/2447) - Serialization to openapi of org.springframework.data.domain.Sort is not done correctly - [#​2449](https://togithub.com/springdoc/springdoc-openapi/issues/2449) - Extensions in subobjects of OpenAPI no longer work - [#​2461](https://togithub.com/springdoc/springdoc-openapi/issues/2461) - Springdoc OpenApi Annotations [@​ExtensionProperty](https://togithub.com/ExtensionProperty) Not Evaluating Properties from application.yml - [#​2469](https://togithub.com/springdoc/springdoc-openapi/issues/2469) - Pom contains invalid organizationUrl - [#​2518](https://togithub.com/springdoc/springdoc-openapi/issues/2518) - Duplicate GroupConfigs in SpringDocConfigProperties - [#​2506](https://togithub.com/springdoc/springdoc-openapi/issues/2506) - Springdoc breaks (Unexpected value: TRACE) when a spring-cloud-starter-gateway-mvc universal gateway is configured. - [#​2519](https://togithub.com/springdoc/springdoc-openapi/issues/2519) - Request parameter parsing error after using [@​NotBlank](https://togithub.com/NotBlank) from type interface field - [#​2516](https://togithub.com/springdoc/springdoc-openapi/issues/2516) - Spring Data REST fails when setting version to openapi\_3\_1 - [#​2509](https://togithub.com/springdoc/springdoc-openapi/issues/2509) - ArrayIndexOutOfBoundsException in SwaggerUiConfigParameters - [#​2484](https://togithub.com/springdoc/springdoc-openapi/issues/2484) - JavaDoc integration not working with SnakeCaseStrategy property naming - [#​2483](https://togithub.com/springdoc/springdoc-openapi/issues/2483) - Controller advice documents ApiResponse on every operation, even if the operation does not annotate the exception to be thrown - [#​2477](https://togithub.com/springdoc/springdoc-openapi/issues/2477) - buildApiResponses ignores produced ContentType in case of many [@​Operation](https://togithub.com/Operation)
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom) ### [`v1.19.8`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.8) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.7...1.19.8) ### Testcontainers for Java 1.19.8 #### ๐Ÿš€ Features & Enhancements - support backtick enquoting in SQL script splitter ([#​8593](https://togithub.com/testcontainers/testcontainers-java/issues/8593)) [@​peterhalicky](https://togithub.com/peterhalicky) - \[localstack] Automatically add LAMBDA_DOCKER_FLAGS with testcontainers labels ([#​8595](https://togithub.com/testcontainers/testcontainers-java/issues/8595)) [@​dfangl](https://togithub.com/dfangl) - \[qdrant] Allow to set key and config file ([#​8556](https://togithub.com/testcontainers/testcontainers-java/issues/8556)) [@​eddumelendez](https://togithub.com/eddumelendez) - \[weaviate] Support new project container registry ([#​8512](https://togithub.com/testcontainers/testcontainers-java/issues/8512)) [@​ThomasVitale](https://togithub.com/ThomasVitale) - \[kafka] Add support for `apache/kafka` ([#​8416](https://togithub.com/testcontainers/testcontainers-java/issues/8416)) [@​eddumelendez](https://togithub.com/eddumelendez) - \[kafka] Skip starting zookeeper when using a Kafka container with the provided Zookeeper ([#​8433](https://togithub.com/testcontainers/testcontainers-java/issues/8433)) [@​silh](https://togithub.com/silh) - Use Awaitility to Poll the Image Pull ([#​8453](https://togithub.com/testcontainers/testcontainers-java/issues/8453)) [@​JKomoroski](https://togithub.com/JKomoroski) - Avoid usage of the non monotonic clock System.currentTimeMillis() in favor of System.nanoTime() ([#​6392](https://togithub.com/testcontainers/testcontainers-java/issues/6392)) [@​Nateckert](https://togithub.com/Nateckert) - Fix DateTimeParseException when created is not set in image config ([#​8302](https://togithub.com/testcontainers/testcontainers-java/issues/8302)) [@​SgtSilvio](https://togithub.com/SgtSilvio) - \[redpanda] Override entrypoint ([#​8450](https://togithub.com/testcontainers/testcontainers-java/issues/8450)) [@​eddumelendez](https://togithub.com/eddumelendez) - \[weaviae] Add method for getting gRPC port ([#​8431](https://togithub.com/testcontainers/testcontainers-java/issues/8431)) [@​antas-marcin](https://togithub.com/antas-marcin) - \[clickhouse] Add `getDatabaseName()` method ([#​8339](https://togithub.com/testcontainers/testcontainers-java/issues/8339)) [@​colin-lee](https://togithub.com/colin-lee) #### ๐Ÿ› Bug Fixes - Pass env to ComposeDelegate in DockerComposeContainer#stop ([#​8493](https://togithub.com/testcontainers/testcontainers-java/issues/8493)) [@​mmusenbr](https://togithub.com/mmusenbr) #### ๐Ÿ“– Documentation #### ๐Ÿงน Housekeeping - Add Weaviate module tests with modules ([#​8481](https://togithub.com/testcontainers/testcontainers-java/issues/8481)) [@​antas-marcin](https://togithub.com/antas-marcin) - Update alpine image version to 3.17 ([#​8476](https://togithub.com/testcontainers/testcontainers-java/issues/8476)) [@​eddumelendez](https://togithub.com/eddumelendez) - fix getConnectionString javadoc ([#​8129](https://togithub.com/testcontainers/testcontainers-java/issues/8129)) [@​gabrielluciano](https://togithub.com/gabrielluciano) #### ๐Ÿ“ฆ Dependency updates - Move to gradle/actions/wrapper-validation ([#​8559](https://togithub.com/testcontainers/testcontainers-java/issues/8559)) [@​eddumelendez](https://togithub.com/eddumelendez) - upgrade to github actions setup-java v4 ([#​8475](https://togithub.com/testcontainers/testcontainers-java/issues/8475)) [@​sullis](https://togithub.com/sullis) - Update ryuk version to 0.7.0 ([#​8451](https://togithub.com/testcontainers/testcontainers-java/issues/8451)) [@​eddumelendez](https://togithub.com/eddumelendez) - chore: use new sshd:1.2.0 image ([#​8574](https://togithub.com/testcontainers/testcontainers-java/issues/8574)) [@​mdelapenya](https://togithub.com/mdelapenya) ### [`v1.19.7`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.7) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.6...1.19.7) ### Testcontainers for Java 1.19.7 ### Modules - New K6 module ([#​8318](https://togithub.com/testcontainers/testcontainers-java/issues/8318)) [@​javaducky](https://togithub.com/javaducky) - New OceanBase module ([#​7502](https://togithub.com/testcontainers/testcontainers-java/issues/7502)) [@​whhe](https://togithub.com/whhe) - New Ollama module ([#​8369](https://togithub.com/testcontainers/testcontainers-java/issues/8369)) [@​eddumelendez](https://togithub.com/eddumelendez) - New OpenFGA module ([#​8371](https://togithub.com/testcontainers/testcontainers-java/issues/8371)) [@​eddumelendez](https://togithub.com/eddumelendez) ### Elasticserach - Enable lazy certificates for Elasticsearch ([#​7991](https://togithub.com/testcontainers/testcontainers-java/issues/7991)) [@​pioorg](https://togithub.com/pioorg) ##### HiveMQ - Fix wrong permission setup for HiveMQ container ([#​8399](https://togithub.com/testcontainers/testcontainers-java/issues/8399)) [@​SgtSilvio](https://togithub.com/SgtSilvio) ##### MongoDB - Support mongodb/mongodb-community-server and mongodb/mongodb-enterprise-server ([#​8386](https://togithub.com/testcontainers/testcontainers-java/issues/8386)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### PostgreSQL - Add pgvector/pgvector as a compatible image ([#​7898](https://togithub.com/testcontainers/testcontainers-java/issues/7898)) ([#​8401](https://togithub.com/testcontainers/testcontainers-java/issues/8401)) [@​eddumelendez](https://togithub.com/eddumelendez) #### ๐Ÿ“– Documentation - Improve Ollama docs ([#​8417](https://togithub.com/testcontainers/testcontainers-java/issues/8417)) [@​eddumelendez](https://togithub.com/eddumelendez) - openfga.md: fix typo in docker hub link ([#​8400](https://togithub.com/testcontainers/testcontainers-java/issues/8400)) [@​rpalcolea](https://togithub.com/rpalcolea) #### ๐Ÿ“ฆ Dependency updates - Update docker-java version to 3.3.6 ([#​8410](https://togithub.com/testcontainers/testcontainers-java/issues/8410)) [@​eddumelendez](https://togithub.com/eddumelendez) ### [`v1.19.6`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.6) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.5...1.19.6) ##### Testcontainers for Java 1.19.6 ##### Modules ##### New modules - Add Qdrant module ([#​8353](https://togithub.com/testcontainers/testcontainers-java/issues/8353)) [@​eddumelendez](https://togithub.com/eddumelendez) - Add Milvus module ([#​8352](https://togithub.com/testcontainers/testcontainers-java/issues/8352)) [@​eddumelendez](https://togithub.com/eddumelendez) - Add ChromaDB module ([#​8336](https://togithub.com/testcontainers/testcontainers-java/issues/8336)) [@​eddumelendez](https://togithub.com/eddumelendez) - Add Weaviate module ([#​8337](https://togithub.com/testcontainers/testcontainers-java/issues/8337)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### ๐Ÿ“– Documentation - Improve postgres docs ([#​8340](https://togithub.com/testcontainers/testcontainers-java/issues/8340)) [@​eddumelendez](https://togithub.com/eddumelendez) ##### ๐Ÿงน Housekeeping - Remove unused charset constant in GenericContainer ([#​8304](https://togithub.com/testcontainers/testcontainers-java/issues/8304)) [@​dreis2211](https://togithub.com/dreis2211) ##### ๐Ÿ“ฆ Dependency updates - Update gradle action ([#​8322](https://togithub.com/testcontainers/testcontainers-java/issues/8322)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update docker-java version to 3.3.5 ([#​8325](https://togithub.com/testcontainers/testcontainers-java/issues/8325)) [@​eddumelendez](https://togithub.com/eddumelendez) ### [`v1.19.5`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.5) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.5) ##### Testcontainers for Java 1.19.5 > \[!IMPORTANT]\ > This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See [https://github.com/testcontainers/testcontainers-java/issues/8169](https://togithub.com/testcontainers/testcontainers-java/issues/8169) for more details. ### [`v1.19.4`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.4) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4) ### What's Changed - Update ryuk version to 0.6.0 ([#​7992](https://togithub.com/testcontainers/testcontainers-java/issues/7992)) [@​eddumelendez](https://togithub.com/eddumelendez) - Fix labeler file to v5 structure ([#​7956](https://togithub.com/testcontainers/testcontainers-java/issues/7956)) [@​eddumelendez](https://togithub.com/eddumelendez) - Add redpandadata/redpanda as a compatible image ([#​7898](https://togithub.com/testcontainers/testcontainers-java/issues/7898)) [@​eddumelendez](https://togithub.com/eddumelendez) - Selenium: increase default startup timeout to 60 seconds ([#​4357](https://togithub.com/testcontainers/testcontainers-java/issues/4357)) [@​Aloren](https://togithub.com/Aloren) - Add mikepenz/action-junit-report ([#​7894](https://togithub.com/testcontainers/testcontainers-java/issues/7894)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update docs version to ${GITHUB_REF##\*/} ([#​7862](https://togithub.com/testcontainers/testcontainers-java/issues/7862)) [@​github-actions](https://togithub.com/github-actions) - Update testcontainers version to ${GITHUB_REF##\*/} ([#​7863](https://togithub.com/testcontainers/testcontainers-java/issues/7863)) [@​github-actions](https://togithub.com/github-actions) #### ๐Ÿš€ Features & Enhancements - Correct testcontainers for use with latest MySQL 8.3 version ([#​8131](https://togithub.com/testcontainers/testcontainers-java/issues/8131)) [@​chadlwilson](https://togithub.com/chadlwilson) - Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator ([#​8108](https://togithub.com/testcontainers/testcontainers-java/issues/8108)) [@​inponomarev](https://togithub.com/inponomarev) - Add support for workdir and env var in exec command ([#​7816](https://togithub.com/testcontainers/testcontainers-java/issues/7816)) [@​eddumelendez](https://togithub.com/eddumelendez) - Add the ability to specify an image's platform. ([#​7313](https://togithub.com/testcontainers/testcontainers-java/issues/7313)) [@​shawjef3](https://togithub.com/shawjef3) #### โ˜ ๏ธ Deprecations - Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss ([#​4574](https://togithub.com/testcontainers/testcontainers-java/issues/4574)) [@​dadoonet](https://togithub.com/dadoonet) #### ๐Ÿ› Bug Fixes - Fix MinIO wait strategy ([#​7901](https://togithub.com/testcontainers/testcontainers-java/issues/7901)) [@​eddumelendez](https://togithub.com/eddumelendez) #### ๐Ÿ“– Documentation - Clarify Neo4j enterprise edition definition in docs. ([#​8149](https://togithub.com/testcontainers/testcontainers-java/issues/8149)) [@​meistermeier](https://togithub.com/meistermeier) - Add support for ActiveMQ and Artemis ([#​7400](https://togithub.com/testcontainers/testcontainers-java/issues/7400)) [@​eddumelendez](https://togithub.com/eddumelendez) - Correct testcontainers for use with latest MySQL 8.3 version ([#​8131](https://togithub.com/testcontainers/testcontainers-java/issues/8131)) [@​chadlwilson](https://togithub.com/chadlwilson) - Added note about Node.js being required for ./gradlew spotlessApply ([#​7990](https://togithub.com/testcontainers/testcontainers-java/issues/7990)) [@​pioorg](https://togithub.com/pioorg) - Fix colima docs ([#​7902](https://togithub.com/testcontainers/testcontainers-java/issues/7902)) [@​eddumelendez](https://togithub.com/eddumelendez) - Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss ([#​4574](https://togithub.com/testcontainers/testcontainers-java/issues/4574)) [@​dadoonet](https://togithub.com/dadoonet) #### ๐Ÿงน Housekeeping - New Solace certificates ([#​8160](https://togithub.com/testcontainers/testcontainers-java/issues/8160)) [@​infoShare](https://togithub.com/infoShare) - Set remote build cache to push only if authenticated ([#​7924](https://togithub.com/testcontainers/testcontainers-java/issues/7924)) [@​ribafish](https://togithub.com/ribafish) - Fix javadoc for stop method ([#​6834](https://togithub.com/testcontainers/testcontainers-java/issues/6834)) [@​big-andy-coates](https://togithub.com/big-andy-coates) #### ๐Ÿ“ฆ Dependency updates
7 changes - Combined dependencies PR ([#​8162](https://togithub.com/testcontainers/testcontainers-java/issues/8162)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update activemq-client version to 6.0.1 ([#​8150](https://togithub.com/testcontainers/testcontainers-java/issues/8150)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8161](https://togithub.com/testcontainers/testcontainers-java/issues/8161)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​8151](https://togithub.com/testcontainers/testcontainers-java/issues/8151)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7957](https://togithub.com/testcontainers/testcontainers-java/issues/7957)) [@​eddumelendez](https://togithub.com/eddumelendez) - Combined dependencies PR ([#​7955](https://togithub.com/testcontainers/testcontainers-java/issues/7955)) [@​eddumelendez](https://togithub.com/eddumelendez) - Update Gradle Wrapper to 8.5 ([#​7897](https://togithub.com/testcontainers/testcontainers-java/issues/7897)) [@​github-actions](https://togithub.com/github-actions)
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent) ### [`v3.2.5`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) ### [`v3.2.4`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4)

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 has been generated by Mend Renovate. View repository job log here.


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 months 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.

github-actions[bot] commented 3 months ago
Overall Project 99.48% :green_apple:

There is no coverage information present for the Files changed

github-actions[bot] commented 3 months ago

Your Pull Request code is being promoted! Please follow the link below. Main Merge Workflow