Skip to content

fix(deps): update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.52 - #1297

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/io.swagger.core.v3-swagger-annotations-jakarta-2.x
Jul 12, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/io.swagger.core.v3-swagger-annotations-jakarta-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v2.2.52: Swagger-core 2.2.52 released!

Compare Source

  • chore(deps): bump jackson-version from 2.21.1 to 2.22.0 (#​5203)
  • chore(deps): bump maven.version from 3.9.14 to 3.9.16 (#​5195)
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.6 (#​5190)
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.12.0 (#​5157)
  • fix: Avoid locale-dependent NumberFormat in IntegerSchema (#​5140)
  • fix: ensure that @​Nullable does not incorrectly affect object schemas (#​5124)
  • make build reproducible (#​5082)

v2.2.51: Swagger-core 2.2.51 released!

Compare Source

  • chore(deps-dev): bump logback-version from 1.5.25 to 1.5.32 (#​5149)
  • chore(deps): bump slf4j-version from 2.0.9 to 2.0.17 (#​5137)

v2.2.50: Swagger-core 2.2.50 released!

Compare Source

  • fix: serialize a boolean schema example value as a JsonNode (#​5173)
  • chore: migrate from tibdex/github-app-token to actions/create-github-app-token (#​5169)
  • fix: resolve Validation Meta annotations not working (#​4886) (#​4986)

v2.2.49: Swagger-core 2.2.49 released!

Compare Source

  • fix(gradle-plugin): avoid eager classpath resolution in Gradle plugin (#​5164)
  • fix: ensure deduplication of required items in Schema (#​5163)
  • fix: add support for Positive, PositiveOrZero, Negative, and NegativeOrZero validation constraints (#​5162)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 in /modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta (#​5155)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 (#​5147)
  • Regenerate maven wrapper after bumping (#​5143)
  • Bump build-helper-maven-plugin to 3.6.1 (#​5141)
  • chore: bump Apache Maven to 3.9.14 and maven-wrapper to 3.3.4 (#​5139)
  • Update apache maven distributionUrl to 3.9.9 fixing npe on snapshot deploy step (#​5138)
  • ci: add -e flag to deploy command for full stacktrace on failure (#​5134)
  • Update sonatype central-publishing-maven-plugin to 0.10.0 (#​5133)
  • fix: exclude bridge methods from @​JsonValue enum detection (#​5127) (#​5128)
  • fix: OAS 3.1 schema generation for raw Object properties is controlled with explicit-object-schema flag (#​5112)
  • chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.15.2 (#​5110)
  • chore(deps-dev): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.4.0 (#​5109)
  • chore(deps): bump org.yaml:snakeyaml from 2.3 to 2.6 (#​5108)
  • fix(gradle-plugin): add .convention() defaults to Property fields in ResolveTask (#​5065)

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!

Compare Source

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

Compare Source

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

Compare Source

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

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 06:00 AM and 04:59 PM, Monday through Friday (* 6-16 * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Jun 26, 2026
@renovate
renovate Bot enabled auto-merge (squash) June 26, 2026 07:12
@renovate
renovate Bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-jakarta-2.x branch 10 times, most recently from ecc8891 to a313d04 Compare July 6, 2026 07:12
@renovate
renovate Bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-jakarta-2.x branch 6 times, most recently from 6f29dcf to b036249 Compare July 11, 2026 17:28
@renovate
renovate Bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-jakarta-2.x branch from b036249 to 466e95b Compare July 12, 2026 15:44
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot merged commit b7eb5a1 into main Jul 12, 2026
24 checks passed
@renovate
renovate Bot deleted the renovate/io.swagger.core.v3-swagger-annotations-jakarta-2.x branch July 12, 2026 16:29
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