Skip to content

Commit

Permalink
chore: Update Spring Boot version to 3.3.2 and Thymeleaf version to 3…
Browse files Browse the repository at this point in the history
….3.2 in build.gradle
  • Loading branch information
isontheline committed Jul 25, 2024
1 parent 934729b commit 41d5b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'jacoco'
id 'checkstyle'
id 'application'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.3.2'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
}
Expand All @@ -24,7 +24,7 @@ dependencies {
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.5'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.3.2'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.hibernate.validator:hibernate-validator'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.17.2'
id 'pl.allegro.tech.build.axion-release' version '1.18.2'
}

version = scmVersion.version
Expand Down

0 comments on commit 41d5b26

Please sign in to comment.