Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java-web-spring-boot-3/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.5.6'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down
14 changes: 7 additions & 7 deletions kotlin-web-spring-boot-3-auth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.4"
id("org.springframework.boot") version "3.5.6"
id("io.spring.dependency-management") version "1.1.4"
id("com.diffplug.spotless") version "6.25.0"
id("com.google.cloud.tools.jib") version "3.4.2"
Expand All @@ -22,15 +22,15 @@ repositories {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-security:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-actuator:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-security:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-web:3.5.6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4")
developmentOnly("org.springframework.boot:spring-boot-devtools:3.5.6")
runtimeOnly("org.postgresql:postgresql:42.7.3")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.4")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.6")
testImplementation("org.springframework.security:spring-security-test:6.2.3")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
}
Expand Down
18 changes: 9 additions & 9 deletions kotlin-web-spring-boot-3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

plugins {
id("org.springframework.boot") version "3.2.4"
id("org.springframework.boot") version "3.5.6"
id("io.spring.dependency-management") version "1.1.4"
id("com.diffplug.spotless") version "6.25.0"
id("com.google.cloud.tools.jib") version "3.4.2"
Expand All @@ -29,18 +29,18 @@ repositories {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-security:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-validation:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-actuator:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-security:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-web:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-validation:3.5.6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE")
developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4")
developmentOnly("org.springframework.boot:spring-boot-devtools:3.5.6")
runtimeOnly("org.postgresql:postgresql:42.7.3")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.4")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.6")
testImplementation("org.springframework.security:spring-security-test:6.2.3")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
}
Expand Down
18 changes: 9 additions & 9 deletions kotlin-webmvc-spring-boot-3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.4"
id("org.springframework.boot") version "3.5.6"
id("io.spring.dependency-management") version "1.1.4"
id("com.diffplug.spotless") version "6.25.0"
id("com.google.cloud.tools.jib") version "3.4.2"
Expand All @@ -28,18 +28,18 @@ repositories {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-security:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-web:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-validation:3.2.4")
implementation("org.springframework.boot:spring-boot-starter-actuator:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-security:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-web:3.5.6")
implementation("org.springframework.boot:spring-boot-starter-validation:3.5.6")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE")
developmentOnly("org.springframework.boot:spring-boot-devtools:3.2.4")
developmentOnly("org.springframework.boot:spring-boot-devtools:3.5.6")
runtimeOnly("org.postgresql:postgresql:42.7.3")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.4")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.6")
testImplementation("org.springframework.security:spring-security-test:6.2.3")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
}
Expand Down
Loading