Skip to content

fix(deps): update patch, pin, image digest versions#853

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/patch-pin-image-digest-versions
Apr 27, 2026
Merged

fix(deps): update patch, pin, image digest versions#853
renovate[bot] merged 1 commit into
mainfrom
renovate/patch-pin-image-digest-versions

Conversation

@renovate

@renovate renovate Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
locustio/locust final patch 2.43.22.43.4 age confidence
postcss (source) devDependencies patch 8.5.68.5.10 8.5.12 (+1) age confidence
prettier (source) devDependencies patch 3.8.13.8.3 age confidence
prettier-plugin-tailwindcss devDependencies patch 0.7.20.7.3 0.8.0 (+1) age confidence
swr (source) dependencies patch 2.4.02.4.1 age confidence
org.springframework.modulith:spring-modulith-bom (source) dependencies patch 1.4.71.4.11 age confidence
org.postgresql:postgresql (source) dependencies patch 42.7.942.7.10 age confidence
io.swagger.core.v3:swagger-annotations dependencies patch 2.2.422.2.48 age confidence
lombok (source) dependencies patch 1.18.421.18.46 age confidence
org.apache.groovy:groovy-all (source) dependencies patch 4.0.304.0.31 age confidence

Release Notes

postcss/postcss (postcss)

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.7.3

Compare Source

Changed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
Fixed
  • Collapse whitespace in template literals with adjacent quasis (#​427)
vercel/swr (swr)

v2.4.1

Compare Source

spring-projects/spring-modulith (org.springframework.modulith:spring-modulith-bom)

v1.4.11

Compare Source

💡 Improvements

  • Prefer @SpringBootApplication on explicitly declared classes in @ModuleSlicing #​1646

🔨 Dependency Upgrades

v1.4.10

Compare Source

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.5.13 #​1633

v1.4.9

Compare Source

🪲 Bugs

  • Package-based named interfaces not properly merged #​1600

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.5.12 #​1613
  • Upgrade to Spring Framework 6.2.17 #​1612
  • Upgrade to Micrometer Tracing 1.5.10 #​1611

v1.4.8

Compare Source

💡 Improvements

  • Hibernate schema validation fails with JPA event publication registry #​1571

🪲 Bugs

  • Contributions made ApplicationModuleSourceFactory not fully considered in ApplicationModules #​1586
  • Architecturally-evident type discovery tries to look up repository metadata for implementation classes #​1548

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.5.11 #​1587
  • Upgrade to Spring Framework 6.2.16 #​1577
  • Upgrade to Micrometer Tracing 1.5.9 #​1576
pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.10

Changed
  • chore: Migrate to Shadow 9 PR 3931
  • style: fix empty line before javadoc for checkstyle compliance PR #​3925
  • style: fix lambda argument indentation for checkstyle compliance PR #​3922
  • test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs PR #​3917
Fixed
  • fix: non-standard strings failing test for version 19 PR #​3934
  • fix: small issues in ConnectionFactoryImpl PR #​3929
  • fix: process pending responses before fastpath to avoid protocol errors PR # 3913
  • doc: use.md, fix typos PR #​3911
  • doc: datasource.md, fix minor formatting issue PR #​3912
  • doc: add the new PGP signing key to the official documentation PR #​3912
Reverted
swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

v2.2.48: Swagger-core 2.2.48 released!

Compare Source

  • fix: move env under deploy step from under integration tests (#​5129)
  • fix: revert DEFAULT_SENTINEL for defaultValue (#​5123)
  • fix: AnnotationUtils cache misses due to reinstantiation of ModelConverterContext (#​5114)
  • fix: add so that the Java Deprecated annotation is considered a processable annotation type (#​5099)

v2.2.47: Swagger-core 2.2.47 released!

Compare Source

  • chore(deps): bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 in /modules/swagger-eclipse-transformer-maven-plugin (#​5118)
  • Update gh actions (#​5106)
  • fix: re-add a null guard for setDefaultSchema (#​5089)
  • refactor how the size constraint is applied to a parameter (#​5080)
  • fix: do not process a nullable annotation for container items (#​5079)
  • fix: treat number example as number and not string (#​5062)
  • [Feature]: Provide a BOM module for managing dependencies (#​4966) (#​4987)

v2.2.46: Swagger-core 2.2.46 released!

Compare Source

  • bug fix for test - reset enumAsRef value in the test to default (#​5092)

v2.2.45: Swagger-core 2.2.45 released!

Compare Source

  • fix: ensure sentinel values are handled correctly in defaultValue mer… (#​5078)
  • chore: update jackson dependencies (#​5075)
  • chore(deps-dev): bump ch.qos.logback:logback-core from 1.5.22 to 1.5.25 (#​5072)
  • nit: Renamed GericModelConverter into GenericModelConverter (#​5066)
  • fix: treat streams with arraySchema annotation as array type (#​5013) (#​5064)

v2.2.44: Swagger-core 2.2.44 released!

  • fix: add empty default value (#​4838) (#​5063)
  • fix: null values in examples, example and default (#​4339, #​4229) (#​5060)
  • fix: do not set schema.nullable for OAS 3.1 (#​5059)
  • fix: calculate sibling properties based upon whether the schema is the array or the item in the array (#​5055)
  • fix: OAS 3.1 schema generation for raw Object properties (#​5034)
  • feat: Multiple SecurityRequirement annotations with AND condition #​3556 (#​5025)
  • bug fix propertyNames schema is not removed as unreferenced by SpecFilter #​5017 (#​5020)
  • 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#​5018)

v2.2.43: Swagger-core 2.2.43 released!

  • fix: add missing @​ArraysSchema.arraySchema properties (#​5049)
  • refactor: introduce class responsible for how bean validation annotations affect schemas (#​5047)
  • fix: treat example values starting with numbers as strings (#​5046)
  • refactor: add an overloaded method for resolving required so that the field type can be utilized (#​5042)
  • test: Add test showing how @​JsonSubTypes can be used with @​Schema-oneOf annotations (#​5030)
  • chore: update commons-lang3 to 3.20 (#​5026)
projectlombok/lombok (lombok)

v1.18.46

Compare Source

v1.18.44

Compare Source


Configuration

📅 Schedule: (UTC)

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


  • 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 merged commit 696fff3 into main Apr 27, 2026
26 checks passed
@renovate
renovate Bot deleted the renovate/patch-pin-image-digest-versions branch April 27, 2026 22:03
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