-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bump the all group across 1 directory with 29 updates #1032
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/gradle/all-59b1ecaa86
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.
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 all group with 29 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.18.3` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.2` | `2.18.3` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.18.2` | `2.18.3` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.16` | `1.5.17` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.18.3` | `1.19.1` | | [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-client-jackson](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.17` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` | | [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.7.3` | `1.8.0` | | [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.67.0` | `0.72.0` | | org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.3.4` | | org.jooq:jooq | `3.19.16` | `3.20.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-resources](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-websockets](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-metrics-micrometer](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.14.2` | `1.14.4` | | [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-default-headers](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-caching-headers](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `3.0.3` | `3.1.1` | | org.jooq:jooq-codegen | `3.19.16` | `3.20.1` | Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.2 to 2.18.3 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.18.3) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.2 to 2.18.3 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.2 to 2.18.3 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.2...jackson-dataformat-xml-2.18.3) Updates `ch.qos.logback:logback-classic` from 1.5.16 to 1.5.17 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.16...v_1.5.17) Updates `org.jsoup:jsoup` from 1.18.3 to 1.19.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.18.3...jsoup-1.19.1) Updates `io.ktor:ktor-client-apache` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-client-jackson` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.mockk:mockk` from 1.13.14 to 1.13.17 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.14...1.13.17) Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0) Updates `com.charleskorn.kaml:kaml` from 0.67.0 to 0.72.0 - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](charleskorn/kaml@0.67.0...0.72.0) Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.3.4 Updates `org.jooq:jooq` from 3.19.16 to 3.20.1 Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-client-cio` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-content-negotiation` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-cio` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-resources` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-websockets` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-client-content-negotiation` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-auth-jwt` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-metrics-micrometer` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.2 to 1.14.4 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.14.2...v1.14.4) Updates `io.ktor:ktor-server-call-logging` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-default-headers` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-caching-headers` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `io.ktor:ktor-server-status-pages` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.0.3...3.1.1) Updates `org.jooq:jooq-codegen` from 3.19.16 to 3.20.1 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-client-jackson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.charleskorn.kaml:kaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-resources dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-websockets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-metrics-micrometer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-server-call-logging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-default-headers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-caching-headers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.jooq:jooq-codegen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 all group with 29 updates in the / directory:
2.18.2
2.18.3
2.18.2
2.18.3
2.18.2
2.18.3
1.5.16
1.5.17
1.18.3
1.19.1
3.0.3
3.1.1
3.0.3
3.1.1
1.13.14
1.13.17
5.11.4
5.12.0
1.7.3
1.8.0
0.67.0
0.72.0
11.1.0
11.3.4
3.19.16
3.20.1
42.7.4
42.7.5
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
1.14.2
1.14.4
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.0.3
3.1.1
3.19.16
3.20.1
Updates
com.fasterxml.jackson.module:jackson-module-kotlin
from 2.18.2 to 2.18.3Commits
bab70c6
[maven-release-plugin] prepare release jackson-module-kotlin-2.18.37764f18
Prep for 2.18.30f765ba
Merge pull request #908 from k163377/add-case-for-8736027563
Update release notes wrt #908f391a83
Simplifycf7a44d
Fixed handling of null and JsonValue as well as #904e30c612
Merge pull request #904 from k163377/fix-87373c49da
Update release notes wrt #90404cbf7d
Fixed serialization methodf6479ca
Add test for #873Updates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.18.2 to 2.18.3Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-xml
from 2.18.2 to 2.18.3Commits
b00088a
[maven-release-plugin] prepare release jackson-dataformat-xml-2.18.34929835
Prep for 2.18.3e5b8585
Fix #711: update README wrt usage on Android (working since 2.15)ca2b681
Minor comment improvement for a testb7cbfbf
Back to snapshot depsff3b7cc
[maven-release-plugin] prepare for next development iterationUpdates
ch.qos.logback:logback-classic
from 1.5.16 to 1.5.17Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
1035872
prepare release 1.5.172e6984d
bump to slf4j version 2.0.171009952
use a new LoggerContert instance when running LogbackListenerTest. This shoul...a3bb4b0
Merge branch 'master' of github.com:qos-ch/logbackb507297
Fixed race condition occurring in case MDC class is initialized while org.slf...f5b3bc5
add warning about the deprecation of SerializedModelConfigurator if activated5bc0998
Update README.md5610c96
correct relocation addressf3d100b
update logback-access evaluator examples51e3903
fix issues/753 for the second timeUpdates
org.jsoup:jsoup
from 1.18.3 to 1.19.1Release notes
Sourced from org.jsoup:jsoup's releases.
... (truncated)
Changelog
Sourced from org.jsoup:jsoup's changelog.
... (truncated)
Commits
5c4c09a
[maven-release-plugin] prepare release jsoup-1.19.17de25be
Updated changelog in preparation of release6d7a058
Use 'el' instead of 'node' in adoption agency0679bef
Perf: removed redundant lowercase normalizationd80275e
Performance tweak when appending tag names4b733b1
Updated InScope search basetypes to be namespace awared89d757
Changelog tidy5fde3d9
Changelog for #2281d55469a
Clone the Parser when cloning a Document11a0334
Concurrency noteUpdates
io.ktor:ktor-client-apache
from 3.0.3 to 3.1.1Release notes
Sourced from io.ktor:ktor-client-apache's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-client-apache's changelog.
... (truncated)
Commits
0495b8b
Add changelog for 3.1.1 (#4702)348033b
Release 3.1.1 (#4700)5159fed
Update ktor monorepo to v3.2.0-eap-1239 (#4699)10095e6
KTOR-8218 Write request and response log messages in blobs (#4696)155c06a
Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#4695)9ba9388
KTOR-8210 Fix copy() and Source multipart processing (#4686)a309ce8
Remove unnecessary maxDescriptor + 1; Improve posix call debug information in...5af7ee9
Update dependency io.swagger.codegen.v3:swagger-codegen to v3.0.67 (#4630)3e7353b
Update dependency io.swagger.codegen.v3:swagger-codegen-generators to v1.0.56...44a976a
Update dependency com.gradle:common-custom-user-data-gradle-plugin to v2.1 (#...Updates
io.ktor:ktor-client-jackson
from 3.0.3 to 3.1.1Release notes
Sourced from io.ktor:ktor-client-jackson's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-client-jackson's changelog.
... (truncated)
Commits
0495b8b
Add changelog for 3.1.1 (#4702)348033b
Release 3.1.1 (#4700)5159fed
Update ktor monorepo to v3.2.0-eap-1239 (#4699)10095e6
KTOR-8218 Write request and response log messages in blobs (#4696)155c06a
Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#4695)9ba9388
KTOR-8210 Fix copy() and Source multipart processing (#4686)a309ce8
Remove unnecessary maxDescriptor + 1; Improve posix call debug information in...5af7ee9
Update dependency io.swagger.codegen.v3:swagger-codegen to v3.0.67 (#4630)3e7353b
Update dependency io.swagger.codegen.v3:swagger-codegen-generators to v1.0.56...44a976a
Update dependency com.gradle:common-custom-user-data-gradle-plugin to v2.1 (#...Updates
io.mockk:mockk
from 1.13.14 to 1.13.17Release notes
Sourced from io.mockk:mockk's releases.
Commits
534b698
Bump version5e6c035
Merge pull request #1354 from TWiStErRob/patch-26764701
Fix compilation error in constructedWith docse32dcd7
Merge pull request #1349 from cgm-aw/issue-1291-add-failOnSetBackingFieldExce...280047b
Added documentation20a85a3
Added new property "failOnSetBackingFieldException" to fail test if a backing...c521bf5
Merge pull request #1347 from p4ulor/patch-455cdc49
Update README.md - Clarify that private fields cannot be mockedad10524
Fix broken android.html linkse8dc7c0
Merge pull request #1340 from devtaebong/feat/prevent-mocking-system-classesUpdates
org.junit.jupiter:junit-jupiter
from 5.11.4 to 5.12.0Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
... (truncated)
Commits
2750b04
Release 5.12.09615490
Update log suppressions for tests0a8d65b
Remove duplicated reference toSimpleArgumentConverter
cafbcdb
Update open-test-reporting to 0.2.0ed1773c
Fix version references to be 1.x in Platform and 5.x in Jupiter1d2f982
Update open-test-reporting to 0.2.0-M32b6bab5
Fix indentationd1929bb
Merge 5.12.0 release notes9b7a3c4
Back to snapshots for further developmenta410c92
Release 5.12.0-RC2Updates
org.jetbrains.kotlinx:kotlinx-serialization-hocon
from 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-hocon's releases.