Update dependency io.swagger.core.v3:swagger-annotations to v2.2.54 - #25
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency io.swagger.core.v3:swagger-annotations to v2.2.54#25renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
June 14, 2025 08:02
9d58e3c to
f914801
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
June 22, 2025 23:55
f914801 to
75c76bb
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
August 4, 2025 22:34
75c76bb to
54d25de
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
August 23, 2025 15:38
54d25de to
5a12b16
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
September 10, 2025 19:51
5a12b16 to
3eb6cfd
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
September 17, 2025 12:07
3eb6cfd to
072a55d
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
September 30, 2025 04:14
072a55d to
0dbd2cf
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
October 9, 2025 15:36
0dbd2cf to
f2af5a6
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
October 14, 2025 03:45
f2af5a6 to
d952fc3
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
November 2, 2025 07:35
d952fc3 to
364dd8d
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
November 16, 2025 15:27
364dd8d to
0141171
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
November 25, 2025 19:26
0141171 to
5035d83
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
January 20, 2026 03:55
5035d83 to
a5536d4
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
February 17, 2026 12:13
a5536d4 to
cb0abf8
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
March 8, 2026 07:03
cb0abf8 to
ebef10c
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
April 10, 2026 13:11
ebef10c to
2434df0
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
April 15, 2026 16:51
2434df0 to
015f8c4
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
April 30, 2026 04:07
015f8c4 to
c139d75
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
2 times, most recently
from
May 20, 2026 09:30
4d6e979 to
8ff70ff
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
May 23, 2026 15:14
8ff70ff to
415e08a
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
June 13, 2026 04:14
415e08a to
e1e7410
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
June 24, 2026 20:00
e1e7410 to
c467a4d
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
July 18, 2026 19:44
c467a4d to
1013076
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
August 3, 2026 15:13
1013076 to
24aeec8
Compare
renovate
Bot
force-pushed
the
renovate/swagger.annotations.version
branch
from
August 18, 2026 17:52
24aeec8 to
35d6cf8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.29→2.2.54Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)
v2.2.54Fixed
OffsetTime,Duration,LocalTime) now map by defaultto the correct OpenAPI Formats Registry strings (
"time","duration","time-local")instead of an unusable expanded object. (#5172)
LocalDateTimedeserialization from an existing OpenAPI spec now correctlyround-trips through the new
TimeSchema/DurationSchema/DateTimeLocalSchema/TimeLocalSchemaclasses instead of falling back to a genericStringSchema.Added
PrimitiveType.enableJava8Formats()— opt-in to mapLocalDateTimeto theregistry-compliant
"date-time-local"format (default remains"date-time"for backward compatibility).
Deprecated
PrimitiveType.enablePartialTime()— prefer the new default"time-local"mapping for
LocalTime; kept for callers who specifically need thenon-registry
"partial-time"format.v2.2.53: Swagger-core 2.2.53 released!writer(new DefaultPrettyPrinter())withwriterWithDefaultPrettyPrinter()(#5252)v2.2.52: Swagger-core 2.2.52 released!v2.2.51: Swagger-core 2.2.51 released!v2.2.50: Swagger-core 2.2.50 released!v2.2.49: Swagger-core 2.2.49 released!v2.2.48: Swagger-core 2.2.48 released!v2.2.47: Swagger-core 2.2.47 released!v2.2.46: Swagger-core 2.2.46 released!v2.2.45: Swagger-core 2.2.45 released!GericModelConverterintoGenericModelConverter(#5066)v2.2.44: Swagger-core 2.2.44 released!v2.2.43: Swagger-core 2.2.43 released!v2.2.42: Swagger-core 2.2.42 released!v2.2.41: Swagger-core 2.2.41 released!v2.2.40: Swagger-core 2.2.40 released!v2.2.39: Swagger-core 2.2.39 released!v2.2.38: Swagger-core 2.2.38 released!v2.2.37: Swagger-core 2.2.37 released!v2.2.36: Swagger-core 2.2.36 released!v2.2.35: Swagger-core 2.2.35 released!v2.2.34: Swagger-core 2.2.34 released!v2.2.33: Swagger-core 2.2.33 released!v2.2.32: Swagger-core 2.2.32 released!v2.2.31: Swagger-core 2.2.31 released!v2.2.30: Swagger-core 2.2.30 released!explicit-object-schemaanduse-arbitrary-schemasys/env props (#4868)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.