-
Notifications
You must be signed in to change notification settings - Fork 0
Update all dependencies #8
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+9
−9
Conversation
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
7b26420
to
e83741c
Compare
2ca574b
to
31c255e
Compare
31c255e
to
fabb64b
Compare
601717d
to
1c31078
Compare
bfa33d3
to
2c7c14e
Compare
6210544
to
8875d2c
Compare
dedf4a0
to
d95137b
Compare
d95137b
to
3242bde
Compare
d1fc8bb
to
2444022
Compare
3306d16
to
fa2fa84
Compare
637d085
to
80437a2
Compare
fad0aa6
to
7f79f95
Compare
7364240
to
1cfe9a6
Compare
1f0e788
to
baf9c2d
Compare
baf9c2d
to
6511757
Compare
9801e58
to
87d79bc
Compare
f328edb
to
bd92057
Compare
bd92057
to
c147007
Compare
8576cf0
to
d1f06f4
Compare
6177055
to
9df0635
Compare
3b5dcab
to
1f0bfcd
Compare
0404d84
to
601ad67
Compare
601ad67
to
300755f
Compare
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:
v4
->v5
1.14.0
->1.14.5
2.3.12
->3.2.3
8.6.0
->8.8.1
8.6.0
->8.8.1
8.6.0
->8.8.1
7.0.7
->7.0.13
3.6.0
->3.6.1
3.5.0
->3.6.1
3.5.0
->3.5.4
Release Notes
actions/checkout (actions/checkout)
v5
Compare Source
mockk/mockk (io.mockk:mockk-jvm)
v1.14.5
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.14.4...1.14.5
v1.14.4
Compare Source
This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.
Full Changelog: mockk/mockk@1.14.3...1.14.4
v1.14.3
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.14.2...1.14.3
v1.14.2
Compare Source
What's Changed
Full Changelog: mockk/mockk@1.14.0...1.14.2
ktorio/ktor (io.ktor:ktor-client-logging-jvm)
v3.2.3
Compare Source
Improvements
yaml
as the configuration file suffix (KTOR-8712)Bugfixes
\r\n
(KTOR-8687)v3.2.2
Compare Source
Improvements
event
beforedata
(KTOR-8627)Bugfixes
client.sse()
acts like a REST call and not a stream in test environment (KTOR-7910)v3.2.1
Compare Source
Improvements
Bugfixes
socket.awaitClosed
(hangs indefinitely) since 3.2.0 (KTOR-8618)v3.2.0
Compare Source
Features
Improvements
wrapWithContent
andwrap
(KTOR-8378)ApplicationCall
for testing (KTOR-7607)io.ktor.network.sockets.InetSocketAddress
(KTOR-8490)accept
should return 406 if theAccept
header isn't matched (KTOR-8416)route
label can exceed length limit (KTOR-7274)Bugfixes
testApplication
environment (KTOR-8436)v3.1.3
Compare Source
Improvements
Bugfixes
v3.1.2
Compare Source
Improvements
Bugfixes
v3.1.1
Compare Source
Improvements
Bugfixes
staticResources
(KTOR-6671)v3.1.0
Compare Source
Features
Improvements
receiveMultipart
throws IllegalStateException instead of UnsupportedMediaTypeException (KTOR-7470)bind
overload withhostName
andport
(KTOR-7663)Bugfixes
v3.0.3
Compare Source
Bugfixes
v3.0.2
Compare Source
Bugfixes
FileItem.streamProvider
is deprecated and doesn't have implementation (KTOR-7731)Improvements
v3.0.1
Compare Source
Bugfixes
Url.segments
throws on URLs with root path (KTOR-7625)Improvements
username
andcnonce
parameters aren't surrounded with quotes (KTOR-7561)v3.0.0
Compare Source
Bugfixes
maxFrameSize
option has no effect (KTOR-6963)pathSegments
returns empty strings for trailing slashes (KTOR-4402)response.content.copyAndClose(targetFile.writeChannel())
sometimes loses some bytes (KTOR-3003)Improvements
readBytes
method name (KTOR-6596)respondFile
overload withPath
parameters (KTOR-7202)Features
v2.3.13
Compare Source
Bugfixes
Improvements
ExpediaGroup/graphql-kotlin (com.expediagroup:graphql-kotlin-client-jackson)
v8.8.1
Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.8.0...8.8.1
v8.8.0
Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.7.0...8.8.0
v8.7.0
Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.6.2...8.7.0
v8.6.2
Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.6.1...8.6.2
v8.6.1
Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.6.0...8.6.1
oshai/kotlin-logging (io.github.oshai:kotlin-logging-jvm)
v7.0.13
Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@7.0.12...7.0.13
v7.0.12
Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@7.0.11...7.0.12
v7.0.11
Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@7.0.10...7.0.11
v7.0.10
Compare Source
Full Changelog: oshai/kotlin-logging@7.0.9...7.0.10
mojohaus/build-helper-maven-plugin (org.codehaus.mojo:build-helper-maven-plugin)
v3.6.1
Compare Source
📝 Documentation updates
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 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.
This PR was generated by Mend Renovate. View the repository job log.
This change is