Skip to content

Commit

Permalink
Upgrading few more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
surajcm committed May 28, 2024
1 parent 4d9b442 commit b89dedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ buildscript {
plugins {
id 'java'
id 'idea'
id 'org.springframework.boot' version '3.2.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'net.ltgt.errorprone' version '3.1.0'
id 'com.github.spotbugs' version '6.0.8' apply false
id 'com.github.spotbugs' version '6.0.15' apply false
id 'de.aaschmid.cpd' version '3.3'
id "org.sonarqube" version "5.0.0.4638"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
errorprone("com.google.errorprone:error_prone_core:2.25.0")
errorprone("com.google.errorprone:error_prone_core:2.27.1")
errorproneJavac("com.google.errorprone:javac:9+181-r4173-1")

implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit b89dedf

Please sign in to comment.