-
Notifications
You must be signed in to change notification settings - Fork 1
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit e7c2b72
chore(deps): bump the dependencies group across 1 directory with 33 updates
Bumps the dependencies group with 33 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-slf4j](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-server-swagger](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.3` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.18.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.16` |
| org.apache.kafka:kafka_2.12 | `3.8.0` | `3.9.0` |
| org.apache.kafka:kafka-streams | `3.8.0` | `3.9.0` |
| com.ibm.mq:com.ibm.mq.jakarta.client | `9.4.0.5` | `9.4.1.1` |
| [no.nav.helse:diagnosekoder](https://github.com/navikt/diagnosekoder) | `1.2024.0` | `1.2025.0` |
| [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.18.0` | `2.18.2` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.0` | `2.18.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.18.0` | `2.18.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.0` | `2.18.2` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.12` | `1.13.16` |
| [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.4` |
| [io.insert-koin:koin-ktor](https://github.com/InsertKoinIO/koin) | `4.0.0` | `4.0.2` |
| [io.insert-koin:koin-logger-slf4j](https://github.com/InsertKoinIO/koin) | `4.0.0` | `4.0.2` |
| [io.insert-koin:koin-test](https://github.com/InsertKoinIO/koin) | `4.0.0` | `4.0.2` |
| [io.insert-koin:koin-test-junit5](https://github.com/InsertKoinIO/koin) | `4.0.0` | `4.0.2` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.4` |
| com.diffplug.spotless | `6.25.0` | `7.0.2` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.10` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.3` | `8.3.6` |
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` from 1.9.0 to 1.10.1
- [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.9.0...1.10.1)
Updates `io.ktor:ktor-server-core` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-netty` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-call-id` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-swagger` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-client-apache` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-test-host` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-netty` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-call-id` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-server-swagger` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-client-apache` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `commons-codec:commons-codec` from 1.17.1 to 1.18.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.18.0)
Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.16)
Updates `org.apache.kafka:kafka_2.12` from 3.8.0 to 3.9.0
Updates `org.apache.kafka:kafka-streams` from 3.8.0 to 3.9.0
Updates `org.apache.kafka:kafka-streams` from 3.8.0 to 3.9.0
Updates `com.ibm.mq:com.ibm.mq.jakarta.client` from 9.4.0.5 to 9.4.1.1
Updates `no.nav.helse:diagnosekoder` from 1.2024.0 to 1.2025.0
- [Release notes](https://github.com/navikt/diagnosekoder/releases)
- [Commits](navikt/diagnosekoder@v1.2024.0...v1.2025.0)
Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.18.0 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson-modules-base/commits)
Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.0 to 2.18.2
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.2)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.0 to 2.18.2
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.0...jackson-dataformat-xml-2.18.2)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.2
Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.0 to 2.18.2
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.2)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.0 to 2.18.2
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.0...jackson-dataformat-xml-2.18.2)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.2
Updates `io.mockk:mockk` from 1.13.12 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.12...1.13.16)
Updates `org.testcontainers:kafka` from 1.20.2 to 1.20.4
- [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.20.2...1.20.4)
Updates `io.insert-koin:koin-ktor` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `io.insert-koin:koin-logger-slf4j` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `io.insert-koin:koin-test` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `io.insert-koin:koin-test-junit5` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `io.insert-koin:koin-logger-slf4j` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `io.ktor:ktor-server-test-host` from 2.3.12 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.3)
Updates `org.junit.jupiter:junit-jupiter` from 5.11.2 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.4)
Updates `io.insert-koin:koin-test` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `io.insert-koin:koin-test-junit5` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.0.0...4.0.2)
Updates `com.diffplug.spotless` from 6.25.0 to 7.0.2
Updates `jvm` from 2.0.20 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.1.10)
Updates `com.gradleup.shadow` from 8.3.3 to 8.3.6
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.3...8.3.6)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-minor
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-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-call-id
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-status-pages
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-swagger
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-test-host
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-call-id
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-status-pages
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-swagger
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka_2.12
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka-streams
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka-streams
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.ibm.mq:com.ibm.mq.jakarta.client
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: no.nav.helse:diagnosekoder
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-patch
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
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.insert-koin:koin-ktor
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.insert-koin:koin-logger-slf4j
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.insert-koin:koin-test
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.insert-koin:koin-test-junit5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.insert-koin:koin-logger-slf4j
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-major
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: io.insert-koin:koin-test
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: io.insert-koin:koin-test-junit5
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-major
dependency-group: dependencies
- dependency-name: jvm
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: com.gradleup.shadow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 1b8854a commit e7c2b72Copy full SHA for e7c2b72
1 file changed
+16
-16
lines changed+16-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 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 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
0 commit comments