Skip to content

fix(deps): update non-major dependency updates that can be auto-merged - #186

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/minor-patch-group
Aug 17, 2026
Merged

fix(deps): update non-major dependency updates that can be auto-merged#186
renovate[bot] merged 1 commit into
masterfrom
renovate/minor-patch-group

Conversation

@renovate

@renovate renovate Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.junit.jupiter:junit-jupiter-api (source) 6.1.26.1.3 age confidence
org.junit:junit-bom (source) 6.1.26.1.3 age confidence
io.kotest:kotest-assertions-core-jvm 6.2.36.2.4 age confidence
io.opentelemetry:opentelemetry-bom 1.64.01.65.0 age confidence
ch.qos.logback:logback-classic (source, changelog) 1.6.11.6.2 age confidence
software.amazon.awssdk:bom 2.51.22.53.0 age confidence
org.flywaydb:flyway-database-postgresql 13.2.013.3.0 age confidence
org.flywaydb:flyway-core 13.2.013.3.0 age confidence
org.http4k:http4k-bom (source) 6.57.1.06.57.2.0 age confidence
no.liflig:liflig-logging (source) 3.20260801.1050403.20260811.051423 age confidence
no.liflig:liflig-document-store (source) 3.20260805.0659223.20260807.102527 age confidence
no.liflig:liflig-http4k-setup (source) 6.20260724.1148516.20260813.115012 age confidence

Release Notes

kotest/kotest (io.kotest:kotest-assertions-core-jvm)

v6.2.4

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@6.2.3...v6.2.4

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)

v1.65.0

Compare Source

NOTE: The opentelemetry-exporter-zipkin artifact has stopped being published. It was
deprecated in a prior release. Users should migrate to OTLP or use a Zipkin-compatible collector
exporter.

API
  • Ignore empty baggage keys in ImmutableBaggage.put
    (#​8658)
  • Use NumberFormatException in baggage decoder
    (#​8593)
  • Fix TraceStateBuilder.remove corrupting the builder when the same key is removed twice
    (#​8613)
Incubating
  • Add bound instrument APIs (BoundLongCounter, BoundDoubleCounter, BoundLongHistogram,
    BoundDoubleHistogram, BoundLongUpDownCounter, BoundDoubleUpDownCounter, BoundLongGauge,
    BoundDoubleGauge) to the incubator metrics API
    (#​8527)
Extensions
  • Trace propagators: Fix JaegerPropagator baggage header key case sensitivity
    (#​8496)
  • Trace propagators: Do not overwrite existing baggage with empty baggage in JaegerPropagator
    (#​8632)
  • Trace propagators: Skip empty baggage keys in OtTracePropagator extract
    (#​8631)
  • Trace propagators: Stop parsing a jaeger-baggage header after 64 tokens, including malformed
    tokens (#​8702)
SDK
  • Update SDK attributes implementation (AttributesMap) to enforce last-value-win semantics based
    on string value of AttributeKey.getKey()
    (#​8548)
Traces
  • Add Sampler shutdown lifecycle: Sampler now extends Closeable and exposes a default
    shutdown() invoked when the SdkTracerProvider is shut down; JaegerRemoteSampler implements
    it to stop its polling executor
    (#​8574)
Metrics
  • Gate PeriodicMetricReader self-observability metrics by internal telemetry version
    (#​8597)
  • Record error.type on failed collections in PeriodicMetricReader
    (#​8650)
  • Testing: Fix LongExemplarAssert.hasFilteredAttributesSatisfyingExactly to enforce exact
    attribute matching
    (#​8518)
Logs
  • Fix ReadWriteLogRecord default getObservedTimestampEpochNanos returning the record timestamp
    (#​8504)
Profiles
  • Fix profiles data model attribute count parameter name and timestamp doc unit
    (#​8514)
Exporters
  • WARNING Zipkin: Delete opentelemetry-exporter-zipkin; the artifact is no longer published
    (#​8677)
  • OTLP: Use HTTP error response bodies in HttpExporter warning logs
    (#​8428)
  • OTLP: Fix OkHttpHttpSender mTLS when using the platform default trust store
    (#​8565)
  • OTLP: Fix sign extension on LogRecord flags in the low-allocation log marshaler
    (#​8493)
  • OTLP: Standardize OkHttpHttpSender, JdkHttpSender, and UpstreamGrpcSender shutdown to
    await executor/channel termination
    (#​8495,
    #​8627,
    #​8624)
  • OTLP: Log the underlying except/ion when a gRPC response frame is invalid
    (#​8626)
  • OTLP: Avoid the unsafe string encoder on Android
    (#​8637)
  • Prometheus: Merge colliding Prometheus label values
    (#​8364)
  • Prometheus: Fix PrometheusHttpServer.toBuilder() dropping the configured default handler
    (#​8619)
  • Logging: Output event name in SystemOutLogRecordExporter
    (#​8609)
  • Logging: Include aggregation temporality in LoggingMetricExporter toString
    (#​8623)
Extensions
  • Autoconfigure: Avoid exposing configuration values in error messages
    (#​8669)
  • Declarative config: Fix Jaeger sampler polling interval configuration
    (#​8668)
  • Declarative config: Remove duplicate getStringList resolver in DeclarativeConfigPropertyUtil
    (#​8572)
  • Declarative config: Replace jsonschema2pojo with a hand-rolled POJO generator
    (#​8600)
  • Incubator: Restore compliance between composite samplers code and the spec
    (#​8450)
Shims
  • DEPRECATION Deprecate the OpenCensus shim public API
    (#​8674)
  • OpenCensus: Preserve OpenCensus status description when converting to OpenTelemetry
    (#​8511)
  • OpenCensus: Add links to the OpenTelemetry span instead of logging a warning and dropping them
    (#​8635)
  • OpenTracing: Return null from TracerShim extract when the carrier has no span context
    (#​8505)
  • OpenTracing: Return the extracted SpanContext when it is sampled but invalid
    (#​8634)
Project tooling
  • Pin japicmp baseline in version.gradle.kts
    (#​8591)
  • Update contributing guide in response to feedback
    (#​8655)
http4k/http4k (org.http4k:http4k-bom)

v6.57.2.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-connect-amazon-iot: [New module!] AWS IoT Core control plane, covering the Jobs operations (CreateJob, DescribeJob, DescribeJobExecution, ListJobExecutionsForThing, CancelJob, DeleteJob), the stream operations devices pull files over MQTT from (CreateStream, DescribeStream, ListStreams, UpdateStream, DeleteStream) and DescribeEndpoint.
  • http4k-connect-amazon-iot-fake: [New module!] AWS IoT Core control plane fake, backed by a Storage<StoredJob> and a Storage<StoredStream>.
  • http4k-connect-amazon-iotjobsdataplane: [New module!] AWS IoT Jobs Data Plane client - the device side of Jobs - supporting GetPendingJobExecutions, DescribeJobExecution (including $next), StartNextPendingJobExecution and UpdateJobExecution. It signs as iot-jobs-data against the account's data.jobs.iot.<region>.amazonaws.com endpoint.
  • http4k-connect-amazon-iotjobsdataplane-fake: [New module!] AWS IoT Jobs Data Plane fake. Takes the same Storage<StoredJob> as FakeIot, so one store passed to both gives the control plane and the device API a single jobs state.
  • http4k-connect-amazon-dynamodb: [Fix] ConditionalCheckFailed.Message is now read from the message field DynamoDB actually sends (lower-cased, as on its other error bodies), so deserialising a real conditional-write failure no longer throws instead of returning the Item the caller asked for. DynamoDB Local spells it Message, so both are accepted. The property keeps its name, so existing callers compile; the fake now emits the same spelling as AWS.
  • http4k-connect-amazon-sqs: SQSMessage gains systemAttributes (the Attributes map SQS reports on a received message); SentMessage and SendMessageBatchResultEntry gain the previously-dropped MD5OfMessageSystemAttributes; ReceiveMessage gains MessageSystemAttributeNames, the selector which supersedes the deprecated AttributeNames. The attribute names SQS uses are available as MessageSystemAttributeName, and MessageFieldsDto.toSqs() is now public so the checksums can be computed outside the module. All new fields are defaulted, and each type keeps its previous primary constructor as a secondary, so existing bytecode still links (only the synthetic copy of a data class unavoidably changes shape).
  • http4k-connect-amazon-sqs-fake: [Fix] A send no longer drops its FIFO fields: MessageGroupId, MessageDeduplicationId and MessageSystemAttributes are recorded alongside the SenderId, SentTimestamp and (on a .fifo queue) SequenceNumber SQS itself populates, and ReceiveMessage reports them in Attributes, honouring the request's selection. A .fifo queue now deduplicates as SQS does: repeating a MessageDeduplicationId within 5 minutes of the accepted send succeeds and reports the original MessageId/SequenceNumber without enqueueing again - but with the checksums of the request just received, since SQS digests what it was sent even when it deduplicates it away. FakeSQS gains defaulted deduplication, queueConfig and clock constructor parameters.
  • http4k-connect-amazon-dynamodb-fake: [Fix] attribute_type(#a, :t) - the only form real DynamoDB accepts, with the type passed as an expression attribute value - now parses, resolved through the request's ExpressionAttributeValues. It previously failed to parse (escaping as a 500 on UpdateItem), so conditions written for the real service could not run against the fake. The bare-name form (attribute_type(a, S)), which the fake has always accepted and real DynamoDB rejects, still parses.
  • http4k-connect-amazon-dynamodb-fake: [Fix] An expression naming an undefined #name or :value (or a malformed attribute_type operand) is now reported as the 400 ValidationException the real service answers with, instead of escaping as a 500 - by the conditional writes (PutItem/UpdateItem/DeleteItem/TransactWriteItems) as well as Scan/Query. As at DynamoDB it is a request error, checked before the expression is evaluated, so AND/OR short-circuiting cannot hide it - and it stays distinct from the ConditionalCheckFailedException a condition which resolved and came out false still produces.
  • http4k-connect-amazon-dynamodb-fake: [Fix] PutItem, UpdateItem, DeleteItem and BatchWriteItem now serialise their read-modify-write on the table storage - the monitor TransactWriteItems already synchronises on - so two concurrent writes to the same table can no longer both read the pre-write table and have the loser overwrite the winner.
  • http4k-connect-amazon-cognito: Added AdminSetUserMFAPreference and SetUserMFAPreference actions (with SMSMfaSettingsType/SoftwareTokenMfaSettingsType/EmailMfaSettingsType/WebAuthnMfaSettingsType models), so a user's MFA factors can be enabled and a preferred factor chosen. The fake supports both.
capralifecycle/liflig-logging (no.liflig:liflig-logging)

v3.20260811.051423

Compare Source

capralifecycle/liflig-document-store (no.liflig:liflig-document-store)

v3.20260807.102527

Compare Source

capralifecycle/liflig-http4k-setup (no.liflig:liflig-http4k-setup)

v6.20260813.115012

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • Between 06:00 AM and 02:59 PM, only on Monday (* 6-14 * * 1)

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


  • If you want to rebase/retry this PR, check this box

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

@renovate
renovate Bot force-pushed the renovate/minor-patch-group branch 3 times, most recently from f5b8348 to 11311b9 Compare August 16, 2026 15:29
@renovate
renovate Bot force-pushed the renovate/minor-patch-group branch from 11311b9 to ad895c7 Compare August 16, 2026 23:27
@renovate
renovate Bot merged commit f17f203 into master Aug 17, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/minor-patch-group branch August 17, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants