Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppieRK committed Jun 11, 2024
1 parent 40a5cc5 commit 5b5e3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

// Core frameworks
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.spring.dependency-management' version '1.1.5'

// Publishing
id 'com.vanniktech.maven.publish' version '0.28.0'
Expand Down Expand Up @@ -133,4 +133,4 @@ tasks.withType(Copy).configureEach {
tasks.withType(JavaCompile).configureEach {
options.encoding = StandardCharsets.UTF_8.name()
dependsOn(spotlessJavaCheck)
}
}

0 comments on commit 5b5e3f0

Please sign in to comment.