Skip to content

fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.45#9

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.swagger.core.v3-swagger-annotations-2.x
Open

fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.45#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.swagger.core.v3-swagger-annotations-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 25, 2025

This PR contains the following updates:

Package Change Age Confidence
io.swagger.core.v3:swagger-annotations 2.2.222.2.45 age confidence

Release Notes

swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

v2.2.45: Swagger-core 2.2.45 released!

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

v2.2.42: Swagger-core 2.2.42 released!

  • fix: apply minItems/minLength from @​NotEmpty/@​NotBlank regardless of requiredMode (#​5033)
  • chore: update logback-core dependency (#​5029)

v2.2.41: Swagger-core 2.2.41 released!

  • Fix/annotated type caching 5003 (#​5005)
  • #​4852 Unit test and fix to allow recursive models to process without StackOverflow (#​5004)
  • fix: Refactor JsonAssert and apply to json/yaml assertions (#​5002)
  • fix: use arraySchema when deciding required of an array (#​4998)
  • fix: NotBlank and NotEmpty annotations follow NotNull behavior (#​4968)

v2.2.40: Swagger-core 2.2.40 released!

  • fix: remove superfluous ref for a composed schema. Fixes #​4959 (#​5000)
  • Bump classgraph version to 4.8.184 (#​4992)
  • fix(test): Make serialization tests robust against key reordering (#​4990)

v2.2.39: Swagger-core 2.2.39 released!

  • chore: remove System.out and printStackTrace to align with Sonar rules S106 and S1148 (#​4988)
  • fix: adjust docs about RequiredMode.AUTO + small refactor (#​4982)
  • Fix a non-deterministic assertion in ServletUtilsTest (#​4981)
  • Fix(core): Prevent redundant schema resolution by fixing AnnotatedType equality (#​4975)

v2.2.38: Swagger-core 2.2.38 released!

  • honor array schema description when generating OpenAPI 3.1 (#​4942)

v2.2.37: Swagger-core 2.2.37 released!

  • fix: prevent leaking properties to enum schema when Schema#implementa… (#​4970)
  • refs enumAsRef Issue 4932 (#​4969)
  • fix: add booleanSchemaValue to Schema's hashCode and equals (#​4958)
  • fix: Fix missing items on nested @​ArraySchema items in OAS 3.1 (#​4949)

v2.2.36: Swagger-core 2.2.36 released!

  • fix: Fix ClassCastException on resolving JsonSchema. This solves issu… (#​4950)

v2.2.35: Swagger-core 2.2.35 released!

  • chore: bump jackson versions to 2.19.2 (#​4943)
  • Bump github classgraph version to 4.8.181 (#​4940)
  • chore: update common lang3 to 3.18 (#​4938)
  • chore: add GitHub issue and pull request templates (#​4934)
  • docs: provide a better formatting for README (#​4930)
  • Revert temp workarounds for sonatype 502 (#​4922)
  • Ticket-4910 | Added FailedApiResponse.java (#​4911)

v2.2.34: Swagger-core 2.2.34 released!

  • fix: add condition for prefixing parameter (#​4916)

v2.2.33: Swagger-core 2.2.33 released!

v2.2.32: Swagger-core 2.2.32 released!

  • Add $dynamicRef (#​4891)
  • chore: migrate Sonatype OSSRH to Central Portal (#​4890)

v2.2.31: Swagger-core 2.2.31 released!

  • Consistent usage of TestNG (#​4885)
  • refs #​4878 - fix model resolution for global path parameters with openAPI 3.1 (#​4884)
  • fix Schema/JSONSchema instance creation for oas31 (#​4883)
  • issue-4850: fix extensions 'x-' prefix decoration for oas 3.1 (#​4880)
  • Add support for jakarta.validation.constraints.Email (#​4876)
  • Include Nonnull annotation from Jakarta Annotations for required items (#​4875)
  • feat: Support other types than string in enum schemas (#​4874)
  • refs #​4065 - fix 'explode' resolution for parameters (#​4873)
  • Add unittest for v3.1 which has both ref and description (#​4815)

v2.2.30: Swagger-core 2.2.30 released!

v2.2.29: Swagger-core 2.2.29 released!

NOTE:

ModelResolver.addRequiredItem breaks compatibility in this version, please use 2.2.30 to get back to a compatible release

v2.2.28: Swagger-core 2.2.28 released!

  • fix DateSchema enum and default serialization (#​4830)
  • update deps (Jackson to 2.18.2, fix quotes in tests) (#​4828)
  • fix #​4316 - additionalProperties and ArraySchema.implementation processing (#​4823)
  • allow specifying openAPI version (e.g. 3.0.4, 3.1.1) (#​4816)
  • Fix: Avoid caching AnnotationIntrospector to support custom module loading (#​4728)

v2.2.27: Swagger-core 2.2.27 released!

  • fix: swagger-api/swagger-ui#10220 (#​4806)
  • Fix for record component annotations on fields with JsonProperty annotations (#​4795)
  • Fix java.lang.NullPointerException and remove stack trace output from ModelResolver (#​4793)
  • Move applySchemaResolution check to a method (#​4791)
  • feat(gradle-plugin): enable lazy evaluation, implicit task dependencies and fixing setEncoding (#​4761)

v2.2.26: Swagger-core 2.2.26 released!

  • fix CI (java17 module substitution) (#​4785)
  • refs #​4771 - schema resolution for container types and oas31 (#​4784)
  • refs-#​4760-Fix enum type annotations processing (#​4780)
  • Fix java record type use annotations support (#​4773)
  • fix findJsonValueType (#​4764)
  • refs-#​4737 add scanning for other OAS elements besides paths (#​4762)
  • bump jetty to 9.4.56.v20240826 (#​4758)
  • Update findJsonValueType method to provide better support for Jackson… (#​4756)
  • Implement Tests to check basic Java Record processing result (#​4749)

v2.2.25: Swagger-core 2.2.25 released!

  • schema resolution options - Phase 4: granular schema resolution via @​Schema.schemaResolution (#​4748)
  • schema resolution options - Phase 3: global all-of-ref (#​4747)
  • add schemaResolution to readme (#​4745)

v2.2.24: Swagger-core 2.2.24 released!

  • Update dependencies (#​4740)
  • Make Jackson ObjectMapper initialization thread safe (#​4739)
  • schema resolution options - Phase 2: global allOf (#​4738)
  • schema resolution options - Phase 1: global inline (#​4735)
  • refs-#​4703/#​4702-@​Pattern/@​Size annotations handling on collections (#​4734)
  • fix-SWG-11909-NPE during webhooks processing with (#​4733)
  • refs #​4715 - change JsonSchemaDialect to one accepted by Swagger-UI (#​4729)
  • Fix thread safety in Json.mapper() (#​4710)
  • Removed unnecessary cast that crashes for 3.1 schema (#​4698)

v2.2.23: Swagger-core 2.2.23 released!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/io.swagger.core.v3-swagger-annotations-2.x branch from b75d1c1 to 42a2d63 Compare June 9, 2025 08:49
@f-necas f-necas force-pushed the main branch 4 times, most recently from 12ce13d to f79dba4 Compare June 10, 2025 12:55
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 42a2d63 to 386d9b1 Compare June 15, 2025 08:01
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.32 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.33 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 386d9b1 to 1b0cee0 Compare June 28, 2025 12:05
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.33 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.34 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 1b0cee0 to 92353a9 Compare August 4, 2025 22:58
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.34 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.35 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 92353a9 to 45830a1 Compare August 23, 2025 11:56
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.35 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.36 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 45830a1 to 6e9aded Compare September 17, 2025 23:29
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.36 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.37 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 6e9aded to 65b1250 Compare September 30, 2025 07:55
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.37 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.38 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 65b1250 to 8f2d289 Compare October 15, 2025 07:50
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.38 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.39 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 8f2d289 to dea6922 Compare November 1, 2025 15:38
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.39 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.40 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from dea6922 to f87449a Compare November 25, 2025 20:10
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.40 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.41 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from f87449a to a570a2b Compare January 20, 2026 07:44
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.41 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.42 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from a570a2b to 82ba50d Compare February 19, 2026 07:48
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.42 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.43 Feb 19, 2026
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 82ba50d to 4860725 Compare March 8, 2026 12:11
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.43 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.44 Mar 8, 2026
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 4860725 to 1cf00bd Compare March 14, 2026 12:24
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.44 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.45 Mar 14, 2026
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