Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #21

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
suzuki-shunsuke/github-action-renovate-config-validator action patch v1.1.0 -> v1.1.1 age adoption passing confidence
org.mockito:mockito-core test minor 5.12.0 -> 5.14.2 age adoption passing confidence
org.wiremock:wiremock-standalone (source) test minor 3.6.0 -> 3.10.0 age adoption passing confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) compile minor 2.5.0 -> 2.7.0 age adoption passing confidence
io.jsonwebtoken:jjwt compile patch 0.12.5 -> 0.12.6 age adoption passing confidence
com.nimbusds:oauth2-oidc-sdk compile minor 11.12 -> 11.20.1 age adoption passing confidence
com.github.gantsign.maven:ktlint-maven-plugin build minor 3.2.0 -> 3.4.0 age adoption passing confidence
org.openapitools:openapi-generator-maven-plugin build minor 7.6.0 -> 7.10.0 age adoption passing confidence

Release Notes

suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)

v1.1.1

Compare Source

Bug Fixes

#​768 #​770 #​772 Fixed a bug strict doesn't work

renovate-config-validator has an issue aboutRENOVATE_CONFIG_FILE.

And now renovate-config-validator can accept files via positional arguments.

Unlike RENOVATE_CONFIG_FILE, positional arguments can pass multiple files, so we don't need to run renovate-config-validator by file.
So this release replaces RENOVATE_CONFIG_FILE with positional arguments.

mockito/mockito (org.mockito:mockito-core)

v5.14.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2
  • 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
  • Fix #​3466 nexus publishing configuration (#​3470)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#​3468)
  • Bump bytebuddy from 1.15.3 to 1.15.4 (#​3467)
  • Missing 5.14.2 release (#​3466)
  • chore: Tests whether JVM warnings / messages on dynamic attach (#​3462)
  • Bump junit-jupiter from 5.11.1 to 5.11.2 (#​3461)
  • Renames extension modules with mockito- prefix (#​3460)
  • Avoid attach warning if Byte Buddy is configured for command-line attach. (#​3459)
  • Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#​3458)
  • Bump junit-jupiter from 5.11.0 to 5.11.1 (#​3455)
  • Move root project to dedicated core folder (#​3444)
  • Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#​3136)

v5.14.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1
  • 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
  • fix: gradle mockitoAgent configuration should not be transitive (#​3454)
  • Bump bytebuddy from 1.15.2 to 1.15.3 (#​3452)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)

v5.14.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0
  • 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
  • Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#​3451)
  • Bump bytebuddy from 1.15.1 to 1.15.2 (#​3450)
  • Update Documentation of ArgumentCaptor.java (#​3448)
  • Split subprojects (#​3447)
  • Separate extensions from integration tests (#​3443)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#​3440)
  • Bump com.gradle.enterprise from 3.18 to 3.18.1 (#​3439)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
  • Bump bytebuddy from 1.15.0 to 1.15.1 (#​3434)
  • Fixes #​3419: Disable mocks with an error message (#​3424)
  • Accessing a mock after clearInlineMocks could provide much more useful error message. (#​3419)

v5.13.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.13.0
  • 2024-08-27 - 43 commit(s) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot[bot]
  • Bump versions.bytebuddy from 1.14.19 to 1.15.0 (#​3429)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 (#​3427)
  • Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 (#​3425)
  • Bump com.gradle.enterprise from 3.17.6 to 3.18 (#​3423)
  • Fix a typo in InjectMocks (#​3422)
  • Bump versions.bytebuddy from 1.14.18 to 1.14.19 (#​3417)
  • Bump androidx.test:runner from 1.6.1 to 1.6.2 (#​3415)
  • Bump versions.junitJupiter from 5.10.3 to 5.11.0 (#​3413)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 (#​3409)
  • Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (#​3408)
  • Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 (#​3407)
  • Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0.10 (#​3405)
  • Bump com.gradle.enterprise from 3.17.5 to 3.17.6 (#​3404)
  • Bump gradle/wrapper-validation-action from 3.4.2 to 3.5.0 (#​3401)
  • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (#​3398)
  • Bump versions.bytebuddy from 1.14.17 to 1.14.18 (#​3397)
  • ci: add .m2 dependencies cache (#​3396)
  • Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 (#​3394)
  • Bump androidx.test:runner from 1.6.0 to 1.6.1 (#​3393)
  • Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 (#​3392)
  • Gradle lazy configuration (#​3391)
  • Bump androidx.test.ext:junit from 1.2.0 to 1.2.1 (#​3388)
  • docs: cleanup javadoc for modularity (#​3386)
  • Bump versions.junitJupiter from 5.10.2 to 5.10.3 (#​3385)
  • Bump androidx.test.ext:junit from 1.1.5 to 1.2.0 (#​3383)
  • Bump androidx.test:runner from 1.5.2 to 1.6.0 (#​3382)
  • Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.0.0 to 4.0.1 (#​3380)
  • Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2 (#​3376)
  • Bump gradle/wrapper-validation-action from 3.4.0 to 3.4.1 (#​3372)
  • Bump gradle/wrapper-validation-action from 3.3.2 to 3.4.0 (#​3365)
  • Bump org.shipkit:shipkit-auto-version from 2.0.7 to 2.0.9 (#​3364)
  • Bump com.gradle.enterprise from 3.17.4 to 3.17.5 (#​3363)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to 3.20.0 (#​3362)
  • Bump net.ltgt.gradle:gradle-errorprone-plugin from 3.1.0 to 4.0.0 (#​3361)
  • Bump versions.bytebuddy from 1.14.16 to 1.14.17 (#​3357)
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#​3355)
  • EditorConfig enhancement (#​3353)
  • Bump versions.bytebuddy from 1.14.15 to 1.14.16 (#​3352)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0 (#​3351)
  • �Fixes #​3237: Fix NullPointerException in Only.verify (#​3349)
  • Bump com.gradle.enterprise from 3.17.3 to 3.17.4 (#​3348)
  • potential editorconfig enhancement (#​3347)
  • Method Only.verify throws NullPointerException (#​3237)
wiremock/wiremock (org.wiremock:wiremock-standalone)

v3.10.0

Compare Source

🚀 New Features

🐛 Bug fixes

📦 Dependency updates

v3.9.2

Compare Source

🐞 Bug Fixes
📦 Dependency updates
25 changes
✍️ Other Updates
  • Add support for reversing order of offsetting and truncating expected date/time values (#​2788) @​papiomytoglou
  • support multipart/related Requests (#​2830) @​mufasa1976
  • Update the now deprecated upload-artifact action (#​2844) @​leeturner
  • chore: remove node vulnerabilities 2 (#​2834) @​Mahoney
  • chore: remove node vulnerabilities (#​2833) @​Mahoney

v3.9.1

Compare Source

🐞 Bug Fixes

v3.9.0

Compare Source

🚀 New features and improvements

📖 OpenAPI updates
🐞 Bug fixes
📦 Dependency updates

v3.8.0

Compare Source

🚀 New features and improvements
📦 Dependency updates
🐞 Bug fixes

v3.7.0

Compare Source

🚀 New features and improvements
🐞 Bug fixes
✍ Other changes
📦 Dependency updates
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.7.0

Added
  • #​2777 - Add SortAsQueryParam annotation
  • #​2786 - No static resource swagger-ui/index.html error after migration to 2.7.0-RC1
Changed
  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0

v2.6.0

Added
  • #​2561 - NPE occurs when outputting an OpenAPI document since 2.5.0
  • #​2579 - Add support for leading tab characters with trim-kotlin-indent.
  • #​2589 - Pass HttpRequest to ServerBaseUrlCustomizer
  • #​2596, #​2600 - consumes and produces calculation. Fixes
  • #​2625, #​2626 - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO
  • #​2627 - Ensure compatibility with previous version of spring data
  • #​2576 - GroupedApi orders by displayName instead of name.
  • #​2584 - Dynamically define ApiGroups does not work.
  • #​2595 - Spring security support of @​RegisteredOAuth2AuthorizedClient
Changed
  • Upgrade spring-boot to 3.3.0
  • Upgrade swagger-core to 2.2.22
  • Upgrade swagger-ui to 5.17.14
  • Upgrade spring-cloud-function to 4.1.2
  • Upgrade spring-security-oauth2-authorization-server to 1.3.0
Fixed
  • #​2577 - Fix missing exception response types in OpenAPI spec
  • #​2591 - When an entity class contains fields of Class<?> type, an infinite loop.
  • #​2603 - PolymorphicModelConverter only handles direct subtypes and misses indirect.
  • #​2606 - Spring Authorization Server Metadata Endpoint not compatible.
  • #​2621 - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0.
  • #​2622 - Kotlin enums are always marked as required if used in Java controllers.
  • #​2601 - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services.
  • #​2597 - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated.
jwtk/jjwt (io.jsonwebtoken:jjwt)

v0.12.6

Compare Source

This patch release:

  • Ensures that after successful JWS signature verification, an application-configured Base64Url Decoder output is
    used to construct a Jws instance (instead of JJWT's default decoder). See
    Issue 947.
  • Fixes a decompression memory leak in concurrent/multi-threaded environments introduced in 0.12.0 when decompressing JWTs with a zip header of GZIP. See Issue 949.
  • Upgrades BouncyCastle to 1.78 via PR 941.
connect2id/oauth-2.0-sdk-with-openid-connect-extensions (com.nimbusds:oauth2-oidc-sdk)

v11.20.1

Compare Source

v11.20

Compare Source

v11.19.1

Compare Source

v11.19

Compare Source

v11.18

Compare Source

v11.17

Compare Source

v11.16.1

Compare Source

v11.16

Compare Source

v11.15

Compare Source

v11.14

Compare Source

v11.13

Compare Source

v11.12.1

Compare Source

gantsign/ktlint-maven-plugin (com.github.gantsign.maven:ktlint-maven-plugin)

v3.4.0

Compare Source

Enhancement:

  • #​649: Upgraded Ktlint to 1.4.1

Other changes:

  • #​641: Upgraded commons-logging:commons-logging from 1.3.3 to 1.3.4
  • #​642: Upgraded commons-io:commons-io from 2.16.1 to 2.17.0
  • #​643: Upgraded org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2
  • #​646: Upgraded org.apache.maven.plugin-tools:maven-plugin-annotations
  • #​647: Upgraded codecov/codecov-action from 4.5.0 to 5.0.2
  • #​648: Increased minimum Maven version to 3.8.8.
  • #​634: Upgraded org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • #​650: Enabled Maven CI Friendly Versions
  • #​651: Fixed Maven CI Friendly Versions

v3.3.0

Compare Source

Enhancement:

Other changes:

  • #​613: Upgraded commons-io:commons-io from 2.15.1 to 2.16.1
  • #​615: Upgraded org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
  • #​617: Upgraded commons-codec:commons-codec from 1.16.1 to 1.17.0
  • #​627: Upgraded org.apache.maven.plugin-tools:maven-plugin-annotations
  • #​630: Upgraded commons-logging:commons-logging from 1.3.0 to 1.3.3
  • #​631: Upgraded codecov/codecov-action from 4.1.0 to 4.5.0
  • #​632: Upgraded commons-codec:commons-codec from 1.17.0 to 1.17.1
  • #​635: Upgraded org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4
  • #​636: Upgraded org.skyscreamer:jsonassert from 1.5.1 to 1.5.3
  • #​638: Upgraded org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
openapitools/openapi-generator (org.openapitools:openapi-generator-maven-plugin)

v7.10.0: released

Compare Source

v7.10.0 stable release (breaking changes with fallbacks) comes with 100+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

This release comes with 4 breaking changes (with fallback) listed below.

3 new generators are included in this release:

  • Added support for a trait based reqwest Rust client #​19788 -g rust --library reqwest-trait
  • [csharp] Add a server generator for FastEndpoints #​19690 aspnet-fastendpoints
  • [GdScript] Templates for GdScript (Godot 4) #​19267 gdscript

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General
  • Fix allOf with properties for the REF_AS_PARENT_IN_ALLOF rule #​20083
  • Update inline model resolver to flatten responses #​19992
  • Fix $ref to allOf in properties #​19986
  • Better handling of allOf with unsupported schemas #​19964
  • Add logic in normalizer to auto fix self-reference schemas #​19849
C
  • [C][Client] Add gcc predefined macros to reserved keywords #​19791
C#
  • fix(csharp): Fixed JsonConverter for discriminators only appearing on base classes #​19972
  • [csharp][generichost] Better handling of duplicate operation ids #​19913
  • [csharp] Address MaxTimeout obsolete build warning #​19875 (Breaking change (with fallback))
  • [csharp] Add a server generator for FastEndpoints #​19690
  • [csharp] Mustache fully qualify namespace for Path #​19349
C++
  • feat cpp-qt-client: fix cast primitive to string #​20000
  • Remove further Qt support before Qt 5.15.2 #​19824
Dart
  • [PHP/Dart/Python] Correctly escape strings in single quotes #​19529
  • [dart2] [client] Added better double handling to 'mapValueOfType' #​17808
Erlang
  • erlang-server: add jesse to app.up release #​20120
GdScript
  • [GdScript] Templates for GdScript (Godot 4) #​19267
Go
  • [BUG][GO] only import reflect when using it #​19967
Java
  • Adding support for @​ResponseStatus annotation into spring-http-interface java spring generator #​20071
  • Add equals and hashCode methods to Microprofile #​20011
  • [java] [restclient] Add support for a token supplier to OAuth based RestClient clients #​19944
  • [JAVA] fix several anyOf/oneOf problems #​19817
  • [Java Spring] Fix copyOf inheritance using empty object instead of passed value #​19426
JavaScript
  • [JS] set useURLSearchParams option to true by default, update samples #​20003
  • [JS] add parameter 'useURLSearchParams' to use JS build-in UrlSearchParams, instead of deprecated npm lib 'querystring' #​19949 (Breaking change (with fallback))
Julia
K6
  • Remove calculateRequestOrder Function and fix bug #​19685
Kotlin
  • Bump libraries for Kotlin client #​20053
  • kotlin-server: Fix required + nullable combination for properties #​20054
  • [BUG][KOTLIN] Fix the path variable escaping in kotlin client generators #​19937
  • [REQ] Add x-field-extra-annotation and x-class-extra-annotation for kotlin generator #​19899
  • [Kotlin Server] Update Ktor to latest version; move config to kts #​19727
  • Fix explicit KSerializer's name & generation when used in container #​20093
  • [kotlin][client] do not generate Serializable(forClass) annotation as the serializer is already defined #​20092
  • [kotlin-spring] fix Api Interface for kotlin-spring with spring-cloud library #​19877
  • [kotlin] Map file and binary to ByteArray #​19840
  • [Kotlin] Allow other content-types when only interested in status-code / Unit #​19801
  • [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator #​19999
PHP
  • [PHP/Dart/Python] Correctly escape strings in single quotes #​19529
Python
  • [python-pydantic-v1] Fix bug in serialization for SecretStr #​20102
  • python: stronger typing for the "configuration" module #​20014
  • [python] Check if the given input is a container (Array or Map) when validating enum values #​19316
Rust
  • [Rust-Axum] Fix compilation error when validate is used on Nullable values #​20100
  • [Rust-Axum] Extracting Claims in Cookie/Header #​20097 (Breaking change (with fallback))
  • [Rust-Axum] Prevent Operation response with internal Error #​20047 (Breaking change (with fallback))
  • [Rust-Axum] Support Authentication (Cookie, API Key In Header) #​20017
  • Fix Rust generation for versions without minor or patch parts #​19946
  • Added support for a trait based reqwest Rust client #​19788
Scala
  • Scala Cask oneOf support #​20051
  • [scala][client] scala-http4s minor improvement (enum companion method, remove implicit, error handling) #​19901
  • scala-cask fix: Added support for 'additionalProperties:true' #​19767
Swift

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.


This change is Reviewable

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 377c8c8 to 6566015 Compare April 5, 2023 02:40
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e3757e7 to 19342ec Compare April 25, 2023 07:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a04145b to 722233b Compare May 11, 2023 05:53
@renovate renovate bot force-pushed the renovate/all branch from 722233b to 55e73d7 Compare May 29, 2023 21:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dca0db3 to 93f6ca1 Compare June 13, 2023 06:37
@renovate renovate bot force-pushed the renovate/all branch from 82aa4eb to a3ba2aa Compare July 9, 2023 05:26
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d89e853 to ae4c85c Compare August 4, 2023 15:35
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1824fc2 to 5bd94c1 Compare August 29, 2023 12:05
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 407d2c3 to ae60919 Compare September 4, 2023 13:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fdb37fe to 945d276 Compare July 2, 2024 10:55
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f35cbed to 2b36545 Compare July 24, 2024 17:48
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 662398c to 5ba6ae7 Compare August 20, 2024 16:05
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1a9be47 to 0c8ca4a Compare September 2, 2024 19:16
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 824a57f to 6ff7805 Compare September 30, 2024 12:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d562d35 to bef912d Compare October 10, 2024 14:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from adbef69 to e57aa53 Compare October 22, 2024 17:29
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1c1ca51 to 4c2ba9f Compare November 24, 2024 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants