-
Notifications
You must be signed in to change notification settings - Fork 1
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
gradle: bump the patch group with 20 updates #261
Closed
Closed
Conversation
This file contains 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
Bumps the patch group with 20 updates: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.3` | `1.5.11` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.1` | `42.7.4` | | [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-netty-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-content-negotiation-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-metrics-micrometer](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-client-auth](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-client-jackson](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-serialization-jackson-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | [io.ktor:ktor-server-tests-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.12` | | io.ktor.plugin | `2.3.7` | `2.3.12` | | org.jlleitschuh.gradle.ktlint | `12.1.0` | `12.1.1` | Updates `ch.qos.logback:logback-classic` from 1.5.3 to 1.5.11 - [Commits](qos-ch/logback@v_1.5.3...v_1.5.11) Updates `org.postgresql:postgresql` from 42.7.1 to 42.7.4 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.4) Updates `io.ktor:ktor-server-core-jvm` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-cio` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-netty-jvm` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-content-negotiation-jvm` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-auth-jwt` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-call-logging` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-metrics-micrometer` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-client-core` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-client-cio` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-client-auth` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-client-jackson` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-serialization-jackson-jvm` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-client-mock` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor:ktor-server-tests-jvm` from 2.3.7 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.7...2.3.12) Updates `io.ktor.plugin` from 2.3.7 to 2.3.12 Updates `io.ktor.plugin` from 2.3.7 to 2.3.12 Updates `org.jlleitschuh.gradle.ktlint` from 12.1.0 to 12.1.1 --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-netty-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-content-negotiation-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-call-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-metrics-micrometer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-client-auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-client-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-serialization-jackson-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor:ktor-server-tests-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor.plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: io.ktor.plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Oct 25, 2024
Looks like these dependencies are no longer updatable, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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.
Bumps the patch group with 20 updates:
1.5.3
1.5.11
42.7.1
42.7.4
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
2.3.7
2.3.12
12.1.0
12.1.1
Updates
ch.qos.logback:logback-classic
from 1.5.3 to 1.5.11Commits
3aa0730
prepare release of version 1.5.118bcfd9a
allow for InsertFromJNDIModelHandler to be callable from logback-tyler75bee86
refactorings in support of logback-tyler8749edc
start work on 1.5.11-SNAPSHOT56ec7b2
prepare release 1.5.10a95bbc2
minor refactorings to allow ConfigurationModelHandlerFull and PropertiesConfi...cbbd820
fix issues/86677e95e0
start work on 1.5.10-SNAPSHOT49663a8
disable flaky test2756640
prepare release 1.5.9Updates
org.postgresql:postgresql
from 42.7.1 to 42.7.4Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
a23fa70
Prepare for 42.7.4 release (#3359)d232e60
fix: remove preDescribe from internalExecuteBatch257653b
Rename release.yml to release-notes.yml64a18d6
Create release.yml84bdec6
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...89182c1
chore(deps): update dependency gradle to v8.101f68373
fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1f1c8707
chore(deps): update codecov/codecov-action digest to 2439dfcba1513e
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.06abdb5f
fix(deps): update dependency spotbugs to v4.8.6Updates
io.ktor:ktor-server-core-jvm
from 2.3.7 to 2.3.12Release notes
Sourced from io.ktor:ktor-server-core-jvm's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-core-jvm's changelog.
... (truncated)
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...Updates
io.ktor:ktor-server-cio
from 2.3.7 to 2.3.12Release notes
Sourced from io.ktor:ktor-server-cio's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-cio's changelog.
... (truncated)
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...Updates
io.ktor:ktor-server-netty-jvm
from 2.3.7 to 2.3.12Release notes
Sourced from io.ktor:ktor-server-netty-jvm's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-netty-jvm's changelog.
... (truncated)
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...Updates
io.ktor:ktor-server-content-negotiation-jvm
from 2.3.7 to 2.3.12Release notes
Sourced from io.ktor:ktor-server-content-negotiation-jvm's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-content-negotiation-jvm's changelog.
... (truncated)
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (...Description has been truncated