Skip to content

Commit

Permalink
Bump the backend group across 1 directory with 2 updates (#300)
Browse files Browse the repository at this point in the history
Bumps the backend group with 2 updates in the / directory: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 and ca.cutterslade.analyze.


Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.1 to 2.17.2

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: backend
- dependency-name: ca.cutterslade.analyze
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

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 30ed1cc commit cbe507a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugins]
cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.9.2" }
cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.10.0" }


[versions]
Expand Down Expand Up @@ -37,7 +37,7 @@ ktor-okHttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor-versi
ktor-serverTests = { module = "io.ktor:ktor-server-tests", version.ref = "ktor-version" }

#Jackson
jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version = "2.17.1" }
jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version = "2.17.2" }

#Kafka
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.7.1"}
Expand Down

0 comments on commit cbe507a

Please sign in to comment.