Skip to content

Commit

Permalink
chore: bump the gradle-patch-updates group across 1 directory with 4 …
Browse files Browse the repository at this point in the history
…updates (#89)

Bumps the gradle-patch-updates group with 4 updates in the / directory: com.gradle.enterprise, [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin).


Updates `com.gradle.enterprise` from 3.17.2 to 3.17.4

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.0...jackson-module-kotlin-2.17.1)

Updates `org.jetbrains.kotlin.jvm` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch-updates
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch-updates
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch-updates
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent a187318 commit f7045a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


[versions]
kotlin = "1.9.23"
kotlin = "1.9.24"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down Expand Up @@ -49,8 +49,8 @@ awscdk-constructs = { module = "software.constructs:constructs", version = "10.3
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.16.0" }
javaparser-core = { module = "com.github.javaparser:javaparser-core", version = "3.25.10" }

jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.0" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.1" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.17.0" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.17.1" }

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("com.gradle.enterprise") version "3.17.2"
id("com.gradle.enterprise") version "3.17.4"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit f7045a8

Please sign in to comment.