Skip to content

Commit

Permalink
Chore(deps): Bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 4 updates

Bumps the production-dependencies group with 4 updates in the /infinitic-spring-boot-3-starter directory: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin), org.jlleitschuh.gradle.ktlint, [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin).


Updates `io.spring.dependency-management` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.5)

Updates `org.jlleitschuh.gradle.ktlint` from 12.1.0 to 12.1.1

Updates `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)

Updates `plugin.spring` 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: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 26abef0 commit 209756a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infinitic-spring-boot-3-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
id("org.springframework.boot") version "3.2.5"
id("com.github.ben-manes.versions") version "0.51.0"

id("io.spring.dependency-management") version "1.1.4"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("io.spring.dependency-management") version "1.1.5"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
id("org.jetbrains.dokka") version "1.9.20"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"
`java-library`
`maven-publish`
`signing`
Expand Down

0 comments on commit 209756a

Please sign in to comment.