Skip to content

Commit c6af545

Browse files
Update all non-major dependencies
1 parent 3d52766 commit c6af545

File tree

5 files changed

+920
-932
lines changed

5 files changed

+920
-932
lines changed

buildSrc/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies {
1010
implementation(libs.plugin.springBoot)
1111
implementation(libs.plugin.springDependencyManagement)
1212
implementation(libs.plugin.ktlint)
13-
implementation(kotlin("allopen", "1.8.10"))
14-
implementation(kotlin("gradle-plugin", "1.8.10"))
13+
implementation(kotlin("allopen", "1.8.20"))
14+
implementation(kotlin("gradle-plugin", "1.8.20"))
1515
// required for kotlin plugin jpa
16-
implementation(kotlin("reflect", "1.8.10"))
17-
implementation(kotlin("stdlib-jdk8", "1.8.10"))
18-
implementation(kotlin("noarg", "1.8.10"))
16+
implementation(kotlin("reflect", "1.8.20"))
17+
implementation(kotlin("stdlib-jdk8", "1.8.20"))
18+
implementation(kotlin("noarg", "1.8.20"))
1919
}

buildSrc/src/main/kotlin/dependency-management.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencyManagement {
1313
imports {
1414
// https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/#managing-dependencies-dependency-management-plugin-using-in-isolation
1515
mavenBom(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)
16-
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2022.0.1")
16+
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2022.0.2")
1717
}
1818
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
springdoc = "2.0.2"
3-
springBoot = "3.0.4"
2+
springdoc = "2.1.0"
3+
springBoot = "3.0.5"
44
gradleKtlintPlugin = "11.3.1"
55
springDependencyManagementPlugin = "1.1.0"
66

0 commit comments

Comments
 (0)