-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 0287576
authored
Bump the dependencies group with 24 updates
Bumps the dependencies group with 24 updates:
| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.23` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-slf4j](https://github.com/Kotlin/kotlinx.coroutines) | `1.7.3` | `1.8.0` |
| [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-server-swagger](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.10` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.16.0` | `1.16.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.4` |
| [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.16.0` | `2.17.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.0` | `2.17.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.0` | `2.17.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.0` | `2.17.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.8` | `1.13.10` |
| [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.7` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.1` | `5.10.2` |
| com.diffplug.spotless | `6.23.3` | `6.25.0` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.23` |
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.23)
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0)
Updates `io.ktor:ktor-server-core` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-netty` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-content-negotiation` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-call-id` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-status-pages` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-swagger` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-client-core` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-client-apache` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-client-content-negotiation` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-serialization-jackson` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-test-host` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-netty` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-content-negotiation` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-call-id` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-status-pages` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-server-swagger` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-client-core` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-client-apache` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `commons-codec:commons-codec` from 1.16.0 to 1.16.1
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.16.0...rel/commons-codec-1.16.1)
Updates `io.ktor:ktor-client-content-negotiation` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `io.ktor:ktor-serialization-jackson` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.4
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.4)
Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.16.0 to 2.17.0
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.16.0...jackson-modules-base-2.17.0)
Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.0 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.17.0)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.0 to 2.17.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.17.0)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.0 to 2.17.0
Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.0 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.17.0)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.0 to 2.17.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.17.0)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.0 to 2.17.0
Updates `io.mockk:mockk` from 1.13.8 to 1.13.10
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.8...1.13.10)
Updates `org.testcontainers:kafka` from 1.19.3 to 1.19.7
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.7)
Updates `io.ktor:ktor-server-test-host` from 2.3.7 to 2.3.10
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.10)
Updates `org.junit.jupiter:junit-jupiter` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)
Updates `com.diffplug.spotless` from 6.23.3 to 6.25.0
Updates `jvm` from 1.9.21 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.23)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-slf4j
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-call-id
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-status-pages
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-swagger
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-test-host
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-call-id
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-status-pages
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-swagger
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: org.testcontainers:kafka
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-test-host
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: com.diffplug.spotless
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: jvm
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>1 parent 3ef121d commit 0287576Copy full SHA for 0287576
1 file changed
+11
-11
lines changed+11-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
| 27 | + | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments