Skip to content

Commit

Permalink
Chore(deps): Bump the production-dependencies group
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /infinitic-spring-boot-3-starter with 4 updates: [org.springframework.boot](https://github.com/spring-projects/spring-boot), [org.jetbrains.dokka](https://github.com/Kotlin/dokka), [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin).


Updates `org.springframework.boot` from 3.2.2 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.5)

Updates `org.jetbrains.dokka` from 1.9.10 to 1.9.20
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.10...v1.9.20)

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

Updates `plugin.spring` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.jetbrains.dokka
  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 Apr 22, 2024
1 parent 87d6a6c commit d59ccdc
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 @@ -2,14 +2,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile


plugins {
id("org.springframework.boot") version "3.2.2"
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("org.jetbrains.dokka") version "1.9.10"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.20"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
`java-library`
`maven-publish`
`signing`
Expand Down

0 comments on commit d59ccdc

Please sign in to comment.