From 281d453186111f1ec754c1997f8582efec519dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 00:36:29 +0000 Subject: [PATCH] Chore(deps): Bump the production-dependencies group across 1 directory with 5 updates Bumps the production-dependencies group with 5 updates in the /infinitic-spring-boot-3-starter directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.4` | `1.1.5` | | org.jlleitschuh.gradle.ktlint | `12.1.0` | `12.1.1` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.23` | `2.0.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.23` | `2.0.0` | Updates `org.springframework.boot` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0) 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](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/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 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.0) Updates `plugin.spring` from 1.9.23 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-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-major dependency-group: production-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- infinitic-spring-boot-3-starter/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infinitic-spring-boot-3-starter/build.gradle.kts b/infinitic-spring-boot-3-starter/build.gradle.kts index 2329f98..16fc02b 100644 --- a/infinitic-spring-boot-3-starter/build.gradle.kts +++ b/infinitic-spring-boot-3-starter/build.gradle.kts @@ -2,14 +2,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("org.springframework.boot") version "3.2.5" + id("org.springframework.boot") version "3.3.0" 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 "2.0.0" + kotlin("plugin.spring") version "2.0.0" `java-library` `maven-publish` `signing`