Skip to content

Comments

Update all non-major maven dependencies#37

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-maven-minor-patch
Open

Update all non-major maven dependencies#37
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-maven-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.openapitools:jackson-databind-nullable 0.2.60.2.9 age confidence
org.springdoc:springdoc-openapi-ui (source) 1.7.01.8.0 age confidence
io.swagger.core.v3:swagger-annotations 2.2.302.2.43 age confidence
org.openapitools:openapi-generator-maven-plugin 7.13.07.20.0 age confidence
org.springframework.data:spring-data-commons (source) 3.5.03.5.9 age confidence
org.springframework.boot:spring-boot-starter-web (source) 3.5.03.5.11 age confidence
org.springframework.boot:spring-boot-autoconfigure (source) 3.5.03.5.11 age confidence
org.springframework.boot:spring-boot (source) 3.5.03.5.11 age confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.19.02.21.1 age confidence

Release Notes

OpenAPITools/jackson-databind-nullable (org.openapitools:jackson-databind-nullable)

v0.2.9: released

Compare Source

What's Changed

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.8...v0.2.9

v0.2.8: released

What's Changed
New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.7...v0.2.8

v0.2.7: released

Compare Source

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-ui)

v1.8.0: springdoc-openapi v1.8.0 released!

Compare Source

Added
  • #​2189 - Add support for swagger-ui.url property
  • #​2200 - Support schema.requiredMode() on ParameterObject
  • #​2309 - Added function to preload by specifying locale
  • #​2332 - Group name cannot be null or empty
  • #​2281 - Initial Virtual thread support
  • #​2311 - Enhance springdoc-ui to support spring.mvc.servlet.path
  • #​2340 - Add support OIDC with Spring Authorization Server
  • #​2345 - Support Schema added in OpenAPI Specification v3.1
  • #​2387 - Support get javadoc description from getter method
  • #​2404 - Update condition to register links schema customizer
  • #​2359 - Update condition to register links schema customizer
  • #​2348 - Enhance resource path processing
  • #​2438, #​2315 - Support for @​JsonProperty with Javadoc Change in springdoc-openapi
  • #​2443 - Respect schema annotations when using spring mvc with kotlin
  • #​2492, #​2488 - Support dynamic evaluation of description field in the RequestBody
  • #​2510 - Option to disable root api-docs path when using groups
Changed
  • Upgrade spring-boot to 2.7.18
  • Upgrade swagger-core to 2.2.20
  • Upgrade swagger-ui to 5.11.8
Fixed
  • #​2199 - Fix Schema get condition of ArraySchema.
  • #​2194 - Fix Swagger UI with provided spec
  • #​2213 - Using both generated and configured specs stoped working in 1.6.5
  • #​2222 - String Index Out of Bounce Exception Fix when deployed on Azure
  • #​2243, #​2235 - Fix StringIndexOutOfBoundsException when path is same webjar
  • #​2291 - Fix default-flat-param-object doesn't work when using http body
  • #​2310 - Change bean name of objectMapperProvider
  • #​2207 - swagger-initializer.js is sent endcoded in the JVM's default charset
  • #​2271, #​2280 - Fix loop when response inherits generic class fixes
  • #​2239 - Swagger UI not accessible when FormattingConversionService is a CGLIB proxy
  • #​2366 - Fix the failed test due to hardcoded file separators
  • #​2370, #​2371 - No empty description for polymorphic subtypes
  • #​2373 - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml
  • #​2366 - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath
  • #​2320 - javadoc for class attribute ignored when in EntityModel.
  • #​2347 - Not working if a property of entity contains generic parameters.
  • #​2399 - SpringdocRouteBuilder.onError is overriding last route defined.
  • #​2426 - StackOverflowError when using @​ParameterObject on groovy class.
  • #​2453 - Fix CODE_OF_CONDUCT.md links
  • #​2454 - Fix typo in SwaggerWelcomeWebMvc
  • #​2507 - Fix typo in Constants
  • #​2472 - Update JavadocPropertyCustomizer.java
  • #​2495 - Fix broken links in README and CONTRIBUTING
  • #​2501 - bug fix when "exported" is set to false in RestResource annotation
  • #​2447 - Serialization to openapi of org.springframework.data.domain.Sort is not done correctly
  • #​2449 - Extensions in subobjects of OpenAPI no longer work
  • #​2461 - Springdoc OpenApi Annotations @​ExtensionProperty Not Evaluating Properties from application.yml
  • #​2469 - Pom contains invalid organizationUrl
  • #​2518 - Duplicate GroupConfigs in SpringDocConfigProperties
  • #​2506 - Springdoc breaks (Unexpected value: TRACE) when a spring-cloud-starter-gateway-mvc universal gateway is configured.
  • #​2519 - Request parameter parsing error after using @​NotBlank from type interface field
  • #​2516 - Spring Data REST fails when setting version to openapi_3_1
  • #​2509 - ArrayIndexOutOfBoundsException in SwaggerUiConfigParameters
  • #​2484 - JavaDoc integration not working with SnakeCaseStrategy property naming
  • #​2483 - Controller advice documents ApiResponse on every operation, even if the operation does not annotate the exception to be thrown
  • #​2477 - buildApiResponses ignores produced ContentType in case of many @​Operation
swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

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!

Compare Source

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

Compare Source

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

Compare Source

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

v2.2.37: Swagger-core 2.2.37 released!

Compare Source

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

Compare Source

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

v2.2.35: Swagger-core 2.2.35 released!

Compare Source

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

Compare Source

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

v2.2.33: Swagger-core 2.2.33 released!

Compare Source

v2.2.32: Swagger-core 2.2.32 released!

Compare Source

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

v2.2.31: Swagger-core 2.2.31 released!

Compare Source

  • 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)
openapitools/openapi-generator (org.openapitools:openapi-generator-maven-plugin)

v7.20.0: released

Compare Source

v7.20.0 stable release comes with 140+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

This release comes with 2 new generators:

  • [Terraform] New Terraform Provider generator #​22949
  • C++ Httplib server codegen #​21724

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

General

  • feat: Make model property generation deterministic by sorting alphabetically #​22836
  • [Normalizer] add type information to an error message #​22742

C#

  • [csharp][generichost] Added xml comments and restrict some access #​22796
  • C# GenericHost Support multi targetting #​22234
  • C# GenericHost remove state from TokenProvider abstract base class so it makes more sense for JIT requested tokens (for long lived ApiClients with OAuth security schemes) #​22233
  • [csharp][generichost] Add HTTP client name to fix client duplicity #​22118

C++

  • [cpp-qt-client]Prefix signal argument types with namespace #​22921
  • [cpp-qt] Add global server index setter for all operations #​22760
  • C++ Httplib server codegen (New Generator) #​21724

Go

  • [go] Fix text escaping in example code generation #​22841

Java

  • [java][jackson] fix double serialization of discriminator #​22924
  • [BUG] [JAVA] fix validateJsonElement failing for required nullable fields #​22912
  • [JAVA][FEIGN] Put back hardcoded HTTP Client but without the performance issue #​22905
  • feature(jackson3) add jackson3 support for spring generator #​22854
  • [JAVA-SPRING;KOTLIN-SPRING] - add possibility to override x-implements and x-kotlin-implements via config options. #​22839
  • Fix Jackson Serialization of additionalProperties on java and jaxrs-spec #​22366

Kotlin

  • [KOTLIN;SPRING] - add support for 'x-spring-paginated' to get closer to feature parity with java-spring codegen add 'autoXSpringPaginated' option; support x-operation-extra-annotation #​22958
  • [BUG] [KOTLIN-SPRING] @​HttpExchange in declarative interface does not support property placeholders #​22882
  • [kotlin][jvm-okhttp4] Fix multipart/form-data with JSON content-type #​22856
  • [Kotlin][Client] Migrate Enum.values() to Enum.entities #​22852
  • [KOTLIN-CLIENT] fix Parent interface class having incorrect collection property type List instead of Set #​22850
  • [JAVA-SPRING][KOTLIN-SPRING] - add possibility to override x-implements and x-kotlin-implements via config options. #​22839
  • [kotlin-server] Add polymorphism, oneOf and allOf support #​22610

PHP

  • [php-symfony] fix sequencial escape when validating a class type #​22906
  • [php][php-nextgen] Fix nullability when multiple response types are possible #​22827

Protobuf

  • [Protobuf] Fix Discriminator Issue and add capability Enum Extraction #​22740

Python

  • Update python sdk to strip any directory traversal in filename #​22965
  • Remove coding: utf-8 as that's the default already #​22934
  • feat(python): enhance retry configuration in REST client #​22867
  • [python-fastapi] Set python version to 3.10 #​22823

R

  • [R] avoid to-JSON issues when R6 classes contain lists of R6 classes #​22828
  • [R] optionally skip parsing responses to R6 objects #​22705

Rust

  • Add support for ApiKey auth to rust-server #​22950
  • Add support for enums of integers in rust-server generator #​22915
  • fix: apply integer type fitting for Rust params #​22853
  • feat: Support selective ssl/tls backend in rust-server to optionally remove openssl #​22825
  • [Rust] Update reqwest to 0.13 and reqwest-middleware to 0.5 #​22816
  • fix: Fix rust-server model generation following serde_valid upgrade #​22737

Swift

  • [swift6][client] Remove unnecessary Combine checks #​22810
  • [swift6] fix Vapor build, disable swift 5 tests on CI and enable more swift 6 tests on CI #​22805
  • [swift6][client] Increase minimum supported SDK to accommodate swift concurrency #​22802
  • [swift6][client] improve swift 6 thread safety #​22801
  • [swift6][client] Add new hooks to OpenAPIInterceptor #​22800
  • [swift6][client] mark PromiseKit as deprecated #​22792
  • [swift6][client] make api calls concurrent #​22790
  • [swift5][client] soft deprecate Swift 5 generator #​22789
  • [swift6][client] mark some closures as sendable #​22776

Terraform

  • [Terraform] New Terraform Provider generator (New Generator) #​22949

TypeScript

  • fix(typescript-axios): Ignore unused parameter on JSON serializer replacer function #​22858
  • [BUG][Typescript] Fix isRelativeUrl incorrectly detecting URLs containing @​, -, ~, . as not relative. #​22768
  • [typescript-angular] Fix inner enum reference in multi-map property type #​22748
  • Add create requestOpts method to {{classname}}Interface #​21709
  • [typescript] make TypeScript version configurable and default to v5 #​20064

v7.19.0: released

Compare Source

v7.19.0 stable release comes with 60+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

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

General

  • Update parser to newer version v2.1.37 #​22729
  • Fix DevContainer by switching from moby to docker #​22725
  • Resolve vendor extensions on schemas referenced in parameters #​22690
  • Better null check in normalizeSchema #​22671
  • [Fix] [Regression] Resolve the discriminator type from a 3.1 sibling #​22634

C#

  • [REQ][CSHARP] Make TokenProvider abstract method GetAsync protected for override #​22615

C++

  • [cpp] Fix Nested Map & Additional Properties Support #​22639

Crystal

  • [CRYSTAL] object_id method should be a reserved words #​22577

Go

  • [go] fix default value for array type #​22584

Java

  • [Java][Native] Fix request compression #​22688
  • fix: [JAVA][SPRING] Nullaways warn with JSpecify => add missing annotation to parameter of method toIndentedString #​22685
  • [BUG][JAVA][SPRING] api util must test variable nullity #​22679
  • [java][jackson] fix: conditionally add jackson JsonIgnoreProperties for base class polymorphism #​22528

Kotlin

Nim

PHP

  • [php][php-nextgen] Mark nullable things as nullable in phpdoc #​22650

ProtoBuf

  • [Protobuf] Improve oneOf Handling by Unwrapping allOf for Complex Types #​22700

Python

  • Update python fastapi urllib3 to newer version #​22644

R

  • [R] fix error handling in the R client #​22704
  • [R] fix set[object] deserialization #​22697

Rust

  • Refresh dependencies in the Rust server generator #​22710
  • [Rust] Enum Query Parameter Serialization Fixes #​22683

Swift

  • [swift][client] Update CI to use Xcode 26 #​22648
  • Fix Swift oneOf discriminator decoding with enumUnknownDefaultCase #​22635
  • [Swift6] Remove ParameterConvertible for models #​21150

TypeScript

  • fix(typescript-axios): Add missing import in case of separate models and API #​22712
  • [typescript-axios] Handle sets as arrays in input parameters #​22642
  • feat(typescript-angular): add angular 21 support #​22636

v7.18.0: released

Compare Source

v7.18.0 stable release comes with 70+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

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

General

  • feat: prevent variable resolution when prefixed with $ in server URL templates #​22550
  • Fix siblings of $ref using allOf in openapi normalizer #​22364

C++

  • fix(cpp-qt): Fix enum query parameter serialization for both inline and referenced enums #​22559
  • [cpp-rest] Fixes segfault for nullable strings #​22405
  • Add Basic and Bearer Authorization to the CPP Pistache generator #​22337
  • Fixes oatpp generator to expose network server on 0.0.0.0 instead of localhost #​22330
  • [cpp-rest] Fixing Incorrect Header Name Used #​22298

C#

  • [csharp] Patch dependencies with vulnerabilities #​22262

Crystal

  • fix(generator): fix java.lang.NullPointerException in constructing example code #​22545
  • [crystal] fix Model#to_h method #​22508
  • [crystal] Add option to set params_encoder #​22484
  • [crystal-lang] Various fixes for Crystal client #​22465

Go

  • [GO] Generate imports for UnmarshalJSON func only when it's present #​22524
  • fix: missing imports for array of files and date-time parameters #​22390

Java

  • [BUG][JAVA][Spring] fix Lombok @​Getter disables validation #​22544
  • Fix Spring Framework 7 compatibility in jvm-spring-restclient and jvm-spring-webclient #​22467
  • [Java] Support JsonNullable in JaxRS-spec #​22412
  • [JAVA][native] Add support for UnaryInterceptors #​22381
  • Add support for custom tls server names. #​22372
  • [JAVA] [NATIVE] Add gzip capability #​22358
  • [Java] Use Fully Qualified Name for java.util.Locale in Generated Classes #​22342
  • [JAXRS] Partial revert changing path generation if interface, fixes #​22279 #​22316
  • [JAVA jaxrs-spec gen] add option for generating swagger V3 annotations #​22300
  • [REQ-22001] Add MCP server support to apiService.mustache #​22197

Kotlin

  • fix(kotlin): add JsonCreator/JsonValue to Jackson enums #​22535
  • [kotlin][client] Deprecate jvm-volley support #​22521
  • [kotlin] fix query parameter encoding #​22512
  • [kotlin-client] Vert.x: Fix enum class name template for default operation parameters #​22504
  • [kotlin] Make API classes open (non-final) unless nonPublicApi is used #​22461
  • [kotlin-spring][server] Feat: Return from controllers without ResponseEntity wrapper #​22377
  • Add support for oneOf with discriminator when using kotlinx.serialization #​22373
  • Fix Kotlin codegen for enum with int items (issue #​15204) #​22324
  • [kotlin-spring][server] Feat: Add Spring Declarative HTTP Interface support for easy client instantiation #​22302

Nim

PHP

  • [php][php-nextgen] Cleanup api authentication code when using api keys in cookies or supporting multiple authentication methods #​22433
  • [php][php-nextgen] fix return type if empty and non-empty responses are mixed #​22322
  • [php][php-nextgen] fix array enum query parameters #​22320
  • [php] Fix PHP generator validation for nullable required properties #​22292

ProtoBuf

  • [Protobuf] Add isEnumSchema check in generateNestedSchema #​22384

Python

  • python-fastapi: avoid log message in constructor #​22522
  • Make python code compatible with urllib3 v2.6.0+ #​22520
  • fix: use httpx in generated configuration.py #​22418
  • [python] Fix pyproject (poetry 2.x) for httpx #​22289

Ruby

  • [Ruby] Fixes anyOf Support in Responses #​22392

Rust

  • [rust-server] feat: Add serde_validate support #​22553
  • Update rust-server Cargo.toml to fix client feature compile #​22511
  • fix: Rust-server bytes response fixed to not attempt string conversion #​22471
  • [Rust-Axum] FIX: do not generate Partial Ord/Ord for Any type #​22469
  • [Rust] Implement support for multipart file uploads for reqwest-async and reqwest-trait #​22454
  • Ensure rust-server compiles with no-default-features #​22445
  • Add support for trait mocking in rust-server generator #​22332
  • Fixups for rust-server hyper1 support #​22321
  • [Rust-Axum] Fix: incorrect regex pattern validation #​22277

Scala

  • Fixed scala-sttp4-jsoniter compilation error: replace

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-maven-minor-patch branch 3 times, most recently from 19277cc to 883af94 Compare October 19, 2023 10:36
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 883af94 to ca0b992 Compare November 2, 2023 08:27
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from ca0b992 to 47f18d4 Compare November 16, 2023 00:37
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 5e12d3d to 2fa9859 Compare November 24, 2023 11:27
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from b599373 to fcac1b9 Compare December 29, 2023 00:11
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from fcac1b9 to 0b99de5 Compare January 8, 2024 20:13
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 0b99de5 to d0ea467 Compare January 26, 2024 12:06
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from d0ea467 to 45cfdd6 Compare February 5, 2024 22:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 3 times, most recently from 92dea59 to c336db3 Compare February 28, 2024 15:07
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from a83b64b to 128a904 Compare March 13, 2024 00:06
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 128a904 to 4cb7783 Compare March 19, 2024 14:05
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 668e3fa to dac9f38 Compare April 4, 2024 08:58
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from dac9f38 to 0e485a4 Compare April 12, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 0e485a4 to f8809ca Compare May 5, 2024 04:13
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from f8809ca to d213c26 Compare July 5, 2024 19:49
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 3 times, most recently from 3b739f4 to 3c86e39 Compare August 10, 2024 12:28
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 3c86e39 to 62a75da Compare September 27, 2024 06:44
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 62a75da to 78b55e0 Compare October 29, 2024 01:51
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 78b55e0 to a8ab8d5 Compare November 28, 2024 22:18
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from a8ab8d5 to ffe84b6 Compare January 15, 2025 17:44
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 4ac4e07 to 342354a Compare July 31, 2025 22:06
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 4 times, most recently from 838e02f to 1ac0cd6 Compare August 22, 2025 14:42
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 1ac0cd6 to 9cd7a7f Compare August 31, 2025 09:04
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 7681a91 to 8b4a438 Compare September 18, 2025 14:14
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 0ddd5e2 to 16b7648 Compare September 29, 2025 14:29
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 16b7648 to 53788f8 Compare October 13, 2025 12:45
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 4 times, most recently from a131a49 to c2871af Compare October 29, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from c2871af to a1666c0 Compare October 31, 2025 03:39
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from b26b508 to 79cc6af Compare November 24, 2025 13:50
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from bb01815 to f8df969 Compare December 22, 2025 14:37
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 4 times, most recently from 3d49722 to e966f44 Compare January 24, 2026 03:29
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from e966f44 to d68ac64 Compare February 5, 2026 09:47
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 3 times, most recently from d344cee to 1ddb87b Compare February 19, 2026 14:05
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 1ddb87b to c978cd2 Compare February 23, 2026 05:58
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