Skip to content

Commit

Permalink
Bump the alt group with 5 updates (#92)
Browse files Browse the repository at this point in the history
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](FasterXML/jackson-module-kotlin@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](FasterXML/jackson-module-kotlin@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](mockk/mockk@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent d25de94 commit ae81056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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" }
test-mockk = { module = "io.mockk:mockk", version = "1.13.12" }

0 comments on commit ae81056

Please sign in to comment.