miracum / fhir-gateway

A thin layer between FHIR REST clients and resource processing pipelines.
Apache License 2.0
13 stars 7 forks source link

chore(deps): update all non-major dependencies docker tags #17

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
confluentinc/cp-kafka patch 6.2.0 -> 6.2.1
confluentinc/cp-kafkacat patch 6.2.0 -> 6.2.1
curlimages/curl minor 7.78.0 -> 7.79.1
org.postgresql:postgresql (source) patch 42.2.23 -> 42.2.24
ca.uhn.hapi.fhir:org.hl7.fhir.r4 (source) patch 5.5.3 -> 5.5.4
io.micrometer:micrometer-core patch 1.7.3 -> 1.7.4
io.micrometer:micrometer-registry-prometheus patch 1.7.3 -> 1.7.4
org.miracum:kafka-fhir-serializer patch 1.0.1 -> 1.0.2
org.springframework.cloud:spring-cloud-dependencies (source) patch 2020.0.3 -> 2020.0.4
com.diffplug.spotless plugin patch 5.15.0 -> 5.15.2
org.springframework.boot (source) plugin patch 2.5.4 -> 2.5.5

Release Notes

pgjdbc/pgjdbc ### [`v42.2.24`](https://togithub.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md#​42224-2021-09-23) ##### Fixed - Fix startup regressions caused by [PR #​1949](https://togithub.com/pgjdbc/pgjdbc/pull/1949). Instead of checking all types by OID, we can return types for well known types [PR #​2257](https://togithub.com/pgjdbc/pgjdbc/pull/2257) - Backport [PR #​2148](https://togithub.com/pgjdbc/pgjdbc/pull/2148) Avoid leaking server error details through BatchUpdateException when logServerErrorDetail [PR #​2254](https://togithub.com/pgjdbc/pgjdbc/pull/2254) - Backpatch [PR #​2247](https://togithub.com/pgjdbc/pgjdbc/pull/2247) QueryExecutorImpl.receiveFastpathResult did not properly handle ParameterStatus messages. This in turn caused failures for some LargeObjectManager operations. Closes [Issue #​2237](https://togithub.com/pgjdbc/pgjdbc/issues/2237) Fixed by adding the missing code path, based on the existing handling in processResults. [PR #​2253](https://togithub.com/pgjdbc/pgjdbc/pull/2253) - Backpatch [PR #​2242](https://togithub.com/pgjdbc/pgjdbc/pull/2242) PgDatabaseMetaData.getIndexInfo() cast operands to smallint [PR#​2253](https://togithub.com/pgjdbc/pgjdbc/pull/2253) It is possible to break method PgDatabaseMetaData.getIndexInfo() by adding certain custom operators. This PR fixes it. - Backpatching [PR #​2251](https://togithub.com/pgjdbc/pgjdbc/pull/2251) into 42.2 Clean up open connections to fix test failures on omni and appveyor use older syntax for COMMENT ON FUNCTION with explicit no-arg parameter parentheses as it is required on server versions before v10. Handle cleanup of connection creation in StatementTest, handle cleanup of privileged connection in DatabaseMetaDataTest - Backpatch [PR #​2245](https://togithub.com/pgjdbc/pgjdbc/pull/2245) fixes case where duplicate tables are returned if there are duplicate descriptions oids are not guaranteed to be unique in the catalog [PR #​2248](https://togithub.com/pgjdbc/pgjdbc/pull/2248) - Change to updatable result set to use correctly primary or unique keys [PR #​2228](https://togithub.com/pgjdbc/pgjdbc/pull/2228) fixes issues introduced in [PR #​2199](https://togithub.com/pgjdbc/pgjdbc/pull/2199) closes [Issue #​2196](https://togithub.com/pgjdbc/pgjdbc/issues/2196) - Fix NPE calling getTypeInfo when alias is null [PR #​2220](https://togithub.com/pgjdbc/pgjdbc/pull/2220) - Backpatch [PR #​2217](https://togithub.com/pgjdbc/pgjdbc/pull/2217) to fix [Issue #​2215](https://togithub.com/pgjdbc/pgjdbc/issues/2215). OIDs are unsigned integers and were not being handled correctly when they exceeded the size of signed integers
micrometer-metrics/micrometer ### [`v1.7.4`](https://togithub.com/micrometer-metrics/micrometer/releases/v1.7.4) #### :warning: Noteworthy - License violation in `JsonUtils` [#​2762](https://togithub.com/micrometer-metrics/micrometer/issues/2762) #### :star: New Features / Enhancements - Backporting "Unbind KafkaClientMetrics in close()" [#​2771](https://togithub.com/micrometer-metrics/micrometer/issues/2771) #### :beetle: Bug Fixes - Wrong Nullable annotation imported [#​2779](https://togithub.com/micrometer-metrics/micrometer/issues/2779) - LongTaskTimer: Failed to register Collector of type MicrometerCollector: The Collector exposes the same name multiple times [#​2765](https://togithub.com/micrometer-metrics/micrometer/issues/2765) - Kafka Metrics become NaN after a while (possibly after rebalance) [#​2726](https://togithub.com/micrometer-metrics/micrometer/issues/2726) - Dropwizard Timer instances always created with system clock [#​2683](https://togithub.com/micrometer-metrics/micrometer/issues/2683) - TimeWindowMax produces wrong values after long period of inactivity [#​2647](https://togithub.com/micrometer-metrics/micrometer/issues/2647) - KafkaMetrics bindTo takes too long [#​2415](https://togithub.com/micrometer-metrics/micrometer/issues/2415) #### :hammer: Dependency Upgrades - Upgrade JUnit to 5.7.2 and other test dependencies [#​2785](https://togithub.com/micrometer-metrics/micrometer/issues/2785) - Upgrade to wavefront-sdk-java:2.6.5 [#​2784](https://togithub.com/micrometer-metrics/micrometer/issues/2784) - Upgrade to slf4j-api:1.7.32 [#​2783](https://togithub.com/micrometer-metrics/micrometer/issues/2783) - Upgrade to reactor 3.3.20, reactor-netty 0.9.23, netty 4.1.68 [#​2782](https://togithub.com/micrometer-metrics/micrometer/issues/2782) - Update nohttp-gradle plugin to 0.0.9 [#​2763](https://togithub.com/micrometer-metrics/micrometer/issues/2763) - Upgrade Gradle Enterprise plugin to 3.6.4 [#​2760](https://togithub.com/micrometer-metrics/micrometer/issues/2760) #### :memo: Tasks - Make resolveAndLockAll compatible with --update-locks [#​2781](https://togithub.com/micrometer-metrics/micrometer/issues/2781) - License violation in `JsonUtils` [#​2762](https://togithub.com/micrometer-metrics/micrometer/issues/2762) - Upgrade Gradle to 7.2 [#​2757](https://togithub.com/micrometer-metrics/micrometer/issues/2757) - Add a build job on JDK 11 [#​2756](https://togithub.com/micrometer-metrics/micrometer/pull/2756) - Put back excluded configurations to dependency locking [#​2743](https://togithub.com/micrometer-metrics/micrometer/issues/2743) - Fail build if potentially missing types found in method signatures [#​2559](https://togithub.com/micrometer-metrics/micrometer/issues/2559) - Add a build job on JDK 8 [#​2480](https://togithub.com/micrometer-metrics/micrometer/pull/2480) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​izeye](https://togithub.com/izeye)
miracum/kafka-fhir-serializer ### [`v1.0.2`](https://togithub.com/miracum/kafka-fhir-serializer/releases/v1.0.2) ### What's new - updated dependencies to latest.
spring-projects/spring-boot ### [`v2.5.5`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.5) #### :lady_beetle: Bug Fixes - Actuator endpoints do not sanitize SPRING_APPLICATION_JSON by default [#​28081](https://togithub.com/spring-projects/spring-boot/issues/28081) - Startup failure due to non-empty schema when using Flyway and Spring Integration's DataSource initialization [#​28079](https://togithub.com/spring-projects/spring-boot/issues/28079) - Web MVC metrics may have the wrong status when a filter throws an exception other than NestedServletException [#​28069](https://togithub.com/spring-projects/spring-boot/issues/28069) - Embedded Undertow throws MalformedURLException when archive filename contains characters that are reserved in a URL [#​28032](https://togithub.com/spring-projects/spring-boot/issues/28032) - Concurrent image builds cause error deleting builder image [#​27993](https://togithub.com/spring-projects/spring-boot/issues/27993) - War deployment in standalone Tomcat causes memory leak (Metaspace) [#​27987](https://togithub.com/spring-projects/spring-boot/issues/27987) - IndexOutOfBoundsException when running a Zip64 jar file larger than 4,294,967,295 bytes [#​27900](https://togithub.com/spring-projects/spring-boot/issues/27900) - Azure App Service is not correctly detected on Windows [#​27819](https://togithub.com/spring-projects/spring-boot/pull/27819) - `@MockBean` combined with `@Repeat` results in "the field cannot have an existing value" error [#​27798](https://togithub.com/spring-projects/spring-boot/issues/27798) - NullPointerException in RoutingDataSourceHealthContributor when a routing data source has a target with a null routing key [#​27698](https://togithub.com/spring-projects/spring-boot/pull/27698) #### :notebook_with_decorative_cover: Documentation - Document that devtools restart doesn't work when using AspectJ weaving [#​28083](https://togithub.com/spring-projects/spring-boot/issues/28083) - Default value for spring.data.elasticsearch.client.reactive.endpoints is not documented [#​28072](https://togithub.com/spring-projects/spring-boot/issues/28072) - Clarify Selenium auto-configuration requires HtmlUnit [#​27943](https://togithub.com/spring-projects/spring-boot/issues/27943) - Document that spring-boot-starter-parent configures Java compilation to use -parameters [#​27885](https://togithub.com/spring-projects/spring-boot/issues/27885) - Fix inconsistent devtools doc [#​27876](https://togithub.com/spring-projects/spring-boot/issues/27876) - Fix typo in javadoc [#​27873](https://togithub.com/spring-projects/spring-boot/issues/27873) - Document how to parameterize output directory for REST Docs with WebTestClient [#​27803](https://togithub.com/spring-projects/spring-boot/issues/27803) - Document support for Java 17 [#​26767](https://togithub.com/spring-projects/spring-boot/issues/26767) #### :hammer: Dependency Upgrades - Upgrade to Ehcache3 3.9.6 [#​27974](https://togithub.com/spring-projects/spring-boot/issues/27974) - Upgrade to Glassfish EL 3.0.4 [#​27975](https://togithub.com/spring-projects/spring-boot/issues/27975) - Upgrade to Groovy 3.0.9 [#​27976](https://togithub.com/spring-projects/spring-boot/issues/27976) - Upgrade to Gson 2.8.8 [#​27977](https://togithub.com/spring-projects/spring-boot/issues/27977) - Upgrade to Jackson Bom 2.12.5 [#​27978](https://togithub.com/spring-projects/spring-boot/issues/27978) - Upgrade to Jetty EL 9.0.52 [#​27979](https://togithub.com/spring-projects/spring-boot/issues/27979) - Upgrade to jOOQ 3.14.15 [#​28088](https://togithub.com/spring-projects/spring-boot/issues/28088) - Upgrade to Kotlin 1.5.31 [#​28089](https://togithub.com/spring-projects/spring-boot/issues/28089) - Upgrade to Kotlin Coroutines 1.5.2 [#​27982](https://togithub.com/spring-projects/spring-boot/issues/27982) - Upgrade to Lettuce 6.1.5.RELEASE [#​28031](https://togithub.com/spring-projects/spring-boot/issues/28031) - Upgrade to Logback 1.2.6 [#​27983](https://togithub.com/spring-projects/spring-boot/issues/27983) - Upgrade to Maven War Plugin 3.3.2 [#​27984](https://togithub.com/spring-projects/spring-boot/issues/27984) - Upgrade to Micrometer 1.7.4 [#​27916](https://togithub.com/spring-projects/spring-boot/issues/27916) - Upgrade to Netty 4.1.68.Final [#​27985](https://togithub.com/spring-projects/spring-boot/issues/27985) - Upgrade to Netty tcNative 2.0.43.Final [#​27986](https://togithub.com/spring-projects/spring-boot/issues/27986) - Upgrade to Reactor 2020.0.11 [#​27914](https://togithub.com/spring-projects/spring-boot/issues/27914) - Upgrade to SendGrid 4.7.5 [#​28109](https://togithub.com/spring-projects/spring-boot/issues/28109) - Upgrade to Spring Data 2021.0.5 [#​27917](https://togithub.com/spring-projects/spring-boot/issues/27917) - Upgrade to Spring Framework 5.3.10 [#​27915](https://togithub.com/spring-projects/spring-boot/issues/27915) - Upgrade to Spring HATEOAS 1.3.4 [#​27970](https://togithub.com/spring-projects/spring-boot/issues/27970) - Upgrade to Spring Integration 5.5.4 [#​27949](https://togithub.com/spring-projects/spring-boot/issues/27949) - Upgrade to Spring Kafka 2.7.7 [#​27918](https://togithub.com/spring-projects/spring-boot/issues/27918) - Upgrade to Tomcat 9.0.53 [#​27963](https://togithub.com/spring-projects/spring-boot/issues/27963) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​dreis2211](https://togithub.com/dreis2211) - [@​quaff](https://togithub.com/quaff) - [@​thegeekyasian](https://togithub.com/thegeekyasian) - [@​jdubois](https://togithub.com/jdubois) - [@​brneto](https://togithub.com/brneto) - [@​hpoettker](https://togithub.com/hpoettker) - [@​polarbear567](https://togithub.com/polarbear567) - [@​cdalexndr](https://togithub.com/cdalexndr)

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

miracum-bot commented 3 years ago

:tada: This PR is included in version 3.9.7 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: