Skip to content

fix(deps): update all minor dependencies#271

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all minor dependencies#271
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 26, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
aquasecurity/trivy-action action minor v0.35.0v0.36.0 age confidence
eclipse-temurin final patch 25.0.2_10-jre-jammy25.0.3_9-jre-jammy age confidence
maven (source) patch 3.9.103.9.15 age confidence
maven-wrapper (source) patch 3.3.23.3.4 age confidence
postgres minor 14.2114.22 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) build minor 3.14.13.15.0 age confidence
org.apache.maven.plugins:maven-install-plugin (source) build patch 3.1.13.1.4 age confidence
com.networknt:json-schema-validator compile patch 1.5.71.5.9 age confidence
com.google.guava:guava compile minor 33.5.0-jre33.6.0-jre age confidence
commons-io:commons-io (source) compile minor 2.21.02.22.0 age confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) compile patch 2.8.92.8.17 age confidence
com.github.ben-manes.caffeine:caffeine compile patch 3.2.33.2.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.36.0

Compare Source

What's Changed
New Contributors

Full Changelog: aquasecurity/trivy-action@v0.35.0...v0.36.0

apache/maven (maven)

v3.9.15: 3.9.15

Compare Source

📝 Documentation updates

📦 Dependency updates

v3.9.14: 3.9.14

Compare Source

🐛 Bug Fixes

📦 Dependency updates

v3.9.13: 3.9.13

Compare Source

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

v3.9.12: 3.9.12

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.11: 3.9.11

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

apache/maven-wrapper (maven-wrapper)

v3.3.4: 3.3.4

Compare Source

🐛 Bug Fixes
👻 Maintenance

v3.3.3: 3.3.3

Compare Source

💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
networknt/json-schema-validator (com.networknt:json-schema-validator)

v1.5.9

Compare Source

Added
Changed

v1.5.8

Compare Source

Added
Changed
  • upgrade maven-gpg to 3.2.7
  • Fix walk with validate when node is null (#​1169) Thanks @​justin-tay
  • add central-publishing-maven-plugin
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.8.17

Compare Source

Added
  • Add support for the @Range constraint validation annotation
  • Auto-set nullable: true for Kotlin nullable types in schema properties
Changed
  • Upgrade Spring Boot to version 3.5.13
  • Upgrade swagger-core to version 2.2.47
  • Upgrade swagger-ui to version 5.32.2
Fixed
  • #​3259 – Fix an issue with annotated types with generics on parameters
  • #​3255 – Handle $ref nullable wrapping and OAS 3.1 support
  • #​3245 – Upgrade swagger-core from 2.2.43 to 2.2.45 (fixes schema resolution issues)
  • #​3241 – Generic error responses from multiple @ControllerAdvice are still nondeterministic across OS
  • #​3236 – Preserve YAML group URLs in Swagger UI
  • Fix PropertyResolverUtils to retain a JsonNode when reading an ExtensionProperty annotation
  • Fix handling of default values for LocalDate

v2.8.16

Added
  • Add support for springdoc.swagger-ui.document-title property to customize the browser tab title
Changed
  • Upgrade Spring Boot to version 3.5.11
  • Upgrade swagger-core to version 2.2.43
  • Upgrade swagger-ui to version 5.32.0
  • Upgrade Scalar to version 0.5.55
Fixed
  • #​3230 – Scalar source URLs resolve to null/<groupName> on second request when using GroupedOpenApi
  • #​3226 – Propagate @JsonView context when resolving Page<T> schema in PageOpenAPIConverter
  • #​3205 – springdoc-ui does not work with native compile GraalVM 25
  • #​3219 – Upgrade swagger-core from 2.2.42 to 2.2.43 (fixes schema resolution issues)
  • #​3193 – OpenApi field in SpringDocConfigProperties does not comply with camelCase naming conventions
  • #​3161 – Prevent duplicate _links in allOf child schemas extending RepresentationModel
  • Fix type annotation not considered when Kotlin is not present
  • Fix property resolution for parameter default values

v2.8.15

Added
  • #​3122 – Add log notifications when SpringDocs / Scalar are enabled by default
  • #​3123 – Add support for serving static resources
  • #​3151 – Add @Order to ApplicationReadyEvent listener
  • #​3158 – Add support for API groups in Scalar
  • #​3187 – Add Scalar WebMVC and WebFlux support
  • #​3185 – Disable creation of blank GitHub issues (GitHub settings & workflow)
  • #​3186 – Decouple Web Server APIs following Spring Boot modularization
  • #​3131 - Improve warning messages when documentation is explicitly enabled
  • #​3183 - Remove unused operations consumer from route builder methods
  • #​3141 - Change handling so useReturnTypeSchema is evaluated at HTTP status code level instead of method level
Changed
  • Upgrade Spring Boot to version 3.5.9
  • Upgrade swagger-core to version 2.2.41
  • Upgrade swagger-ui to version 5.31.0
  • Upgrade Scalar to version 0.4.3
Fixed
  • #​3133 – Fix regression where content type from Swagger @RequestBody did not take precedence
  • #​3146 – Fix WebJar resource handler mappings for Swagger UI resources
  • #​3168 – Support @Schema annotations on Kotlin value classes
  • #​3178 – Fix regression when generating documentation for Kotlin LinkedHashSet
  • #​3170 – Fix warnings when setting title and description in application.yml
  • #​3187 – Add scalar scalar-webmvc and scalar-webflux support

v2.8.14

Added
  • #​3090 - Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default
Changed
  • Upgrade swagger-ui to v5.30.1
  • Upgrade swagger-core to v2.2.38
  • Upgrade spring-boot to v3.5.7
  • Upgrade commons-lang3 to v3.18.0
  • Upgrade scalar to v0.3.12
Fixed
  • #​3107 - Fix:compatible with lower version of getOpenApi().
  • #​3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null

v2.8.13

Added
Changed
  • Upgrade swagger-ui to v5.28.1
Fixed
  • #​3076 - With oneOf the response schema contains an extra type: string

v2.8.12

Changed
  • Upgrade swagger-ui to v5.28.0
Fixed
  • #​3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #​3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #​3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

v2.8.11

Added
  • #​3065 - javadoc and overall performance optimization
Changed
  • Upgrade spring-boot to v3.5.5
Fixed
  • #​3064 -ClassNotFoundException: kotlin.reflect.full.KClasses

v2.8.10

Added
  • #​3046 - Feature Request: Support @​jakarta.annotation.Nonnull.
  • #​3042 - Support externalDocs configure on SpecPropertiesCustomizer
  • #​3057 - Refactor webhook discovery and scanning mechanism
Changed
  • Upgrade spring-boot to v3.5.4
  • Upgrade swagger-ui to v5.27.1
  • Upgrade swagger-core to 2.2.36
Fixed
  • #​3050 - @​RequestPart JSON parameters missing Content-Type in generated curl commands, causing 415 errors.
  • #​2978 - Parameter is no longer optional after upgrade to 2.8.8
  • #​3022 - NullPointerException thrown in SchemaUtils.
  • #​3026 - Fix unexpected merging of media types
  • #​3036 - Fixed "desciption"
  • #​3039 - Fix: Property resolution for extensions within @​OpenAPIDefinition Info object
  • #​3051 - Fixes so that a RequestPart with a Map is added to the RequestBody
  • #​3060 - Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest
ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)

v3.2.4: 3.2.4

Compare Source

  • Improved access expiration's read performance by avoiding false sharing effects caused by the timestamp update
  • Fixed head-of-line blocking of expiration queues caused by in-flight async entries (#​1954)
  • Fixed various minor issues found using AI audits
  • Added ObjectInputFilter support to JCache

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 added the dependencies Pull requests that update a dependency file label Oct 26, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from be8febd to 76f3c28 Compare October 31, 2024 16:59
@davdarras davdarras force-pushed the renovate/all-minor-patch branch from 76f3c28 to d6ec98a Compare November 5, 2024 11:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d6ec98a to 8bea505 Compare November 5, 2024 11:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8bea505 to 352bf1e Compare November 20, 2024 20:46
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1880976 to 06cbc59 Compare November 26, 2024 04:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 06cbc59 to 4d9f23a Compare November 29, 2024 09:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4d9f23a to cfdbefc Compare December 6, 2024 13:52
@renovate renovate Bot changed the title chore(deps): update all minor dependencies fix(deps): update all minor dependencies Dec 10, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5bc4971 to 299e9ab Compare December 19, 2024 16:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f99a318 to 92193b5 Compare January 6, 2025 09:54
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jan 6, 2025

@davdarras davdarras force-pushed the renovate/all-minor-patch branch from 59146bc to 67e96e9 Compare January 6, 2025 10:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2615af8 to 53241d9 Compare January 13, 2025 00:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0ee7f92 to b6e044b Compare January 19, 2025 08:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2c24e0e to efcd944 Compare January 26, 2025 21:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 69b4f17 to 3c0b435 Compare February 2, 2025 01:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3c0b435 to df33eda Compare February 16, 2025 18:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cc9d652 to 1e15df2 Compare April 14, 2025 19:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c28f05e to ee5bef0 Compare April 24, 2025 17:33
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3e302ba to 3a6bfb5 Compare May 6, 2025 11:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a5ab5de to 8c55551 Compare May 23, 2025 00:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8c55551 to 4f654e8 Compare May 23, 2025 21:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5de5961 to 6049e03 Compare June 10, 2025 02:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fe1a35c to a4c122b Compare June 21, 2025 14:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7d6eb2c to e3c91eb Compare July 4, 2025 13:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e3c91eb to 6f6a34f Compare July 13, 2025 04:45
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 31, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .mvn/wrapper/maven-wrapper.properties
Command failed: ./mvnw wrapper:wrapper -Dtype=only-script
cannot read distributionUrl property in ./.mvn/wrapper/maven-wrapper.properties

File name: mvnw
Command failed: ./mvnw wrapper:wrapper -Dtype=script
cannot read distributionUrl property in ./.mvn/wrapper/maven-wrapper.properties

File name: mvnw.cmd
Command failed: ./mvnw wrapper:wrapper -Dtype=script
cannot read distributionUrl property in ./.mvn/wrapper/maven-wrapper.properties

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants