Skip to content

Commit cbe507a

Browse files
Bump the backend group across 1 directory with 2 updates (#300)
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>
1 parent 30ed1cc commit cbe507a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[plugins]
2-
cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.9.2" }
2+
cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.10.0" }
33

44

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

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

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

0 commit comments

Comments
 (0)