From ae810566ac123c952c4fb08ee155fbf53a8fa776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:09:49 +0200 Subject: [PATCH] Bump the alt group with 5 updates (#92) Bumps the alt group with 5 updates: | Package | From | To | | --- | --- | --- | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.1` | `2.17.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.17.1` | `2.17.2` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.17.1` | `2.17.2` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` | | ca.cutterslade.analyze | `1.9.2` | `1.10.0` | Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.1 to 2.17.2 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.1 to 2.17.2 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.1 to 2.17.2 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.17.2) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.1 to 2.17.2 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.1 to 2.17.2 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.17.2) Updates `io.mockk:mockk` from 1.13.11 to 1.13.12 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12) Updates `ca.cutterslade.analyze` from 1.9.2 to 1.10.0 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alt - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alt - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alt - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alt - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alt - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: alt - dependency-name: ca.cutterslade.analyze dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alt ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 45dd3b30..34e39612 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [plugins] -cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.9.2" } +cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.10.0" } [versions] -jackson-version = "2.17.1" +jackson-version = "2.17.2" jupiter-version = "5.10.3" [libraries] @@ -12,4 +12,4 @@ jackson-modulekotlin = { module = "com.fasterxml.jackson.module:jackson-module-k test-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jupiter-version" } test-kotest-assertionscore = { module = "io.kotest:kotest-assertions-core", version = "5.9.1" } -test-mockk = { module = "io.mockk:mockk", version = "1.13.11" } \ No newline at end of file +test-mockk = { module = "io.mockk:mockk", version = "1.13.12" } \ No newline at end of file