Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 11:31
· 9 commits to main since this release

What's Changed

Bugfixes

New Features & Improvements

Dependencies

  • build(deps): bump nexus-publish plugin to 2.0.0 by @ndr-brt in #250
  • build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0 by @dependabot in #253
  • fix: use project version as default annotationProcessor version by @ndr-brt in #255
  • build(deps): bump org.mockito:mockito-core from 5.12.0 to 5.13.0 by @dependabot in #261
  • build(deps): bump gradle wrapper to 8.10 by @ndr-brt in #262
  • build(deps): bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 by @dependabot in #263
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1 by @dependabot in #264
  • build(deps): bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 by @dependabot in #266
  • build(deps): bump org.jetbrains:annotations from 24.0.1 to 25.0.0 by @dependabot in #268
  • build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 by @dependabot in #269
  • build(deps): bump jackson from 2.17.2 to 2.18.0 by @dependabot in #270
  • build(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.0 by @dependabot in #271
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 by @dependabot in #272
  • build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 by @dependabot in #274
  • build(deps): bump org.mockito:mockito-core from 5.14.0 to 5.14.1 by @dependabot in #273
  • build(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.0 by @dependabot in #275
  • build(deps): bump org.jetbrains:annotations from 26.0.0 to 26.0.1 by @dependabot in #280
  • build(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2 by @dependabot in #281
  • build(deps): bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23 by @dependabot in #285
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 by @dependabot in #284
  • build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 by @dependabot in #283
  • build(deps): bump jackson from 2.18.0 to 2.18.1 by @dependabot in #287
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 by @dependabot in #286
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 by @dependabot in #288
  • build(deps): bump io.swagger.parser.v3:swagger-parser from 2.1.23 to 2.1.24 by @dependabot in #294
  • build(deps): bump jackson from 2.18.1 to 2.18.2 by @dependabot in #297
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 by @dependabot in #296
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 by @dependabot in #300
  • build(deps): bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 by @dependabot in #304
  • build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.2 by @dependabot in #305
  • build(deps): bump org.mockito:mockito-core from 5.14.2 to 5.15.2 by @dependabot in #306

Documentation

  • feat: render deprecated setting as strikethrough by @ndr-brt in #252

Other Changes

  • ci: launch test workflow also on release and bugfix branches by @ndr-brt in #258
  • refactor: remove jacoco convention from build plugin by @ndr-brt in #259
  • build: add missing dependency to openapi-merger by @ndr-brt in #301

Full Changelog: v0.8.1...v0.11.0