Skip to content

Commit

Permalink
recurring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
surajcm committed Jun 29, 2024
1 parent f04887d commit 321c5ab
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.3.0'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.5'
id 'net.ltgt.errorprone' version '4.0.0'
id 'com.github.spotbugs' version '6.0.17' apply false
id 'net.ltgt.errorprone' version '4.0.1'
id 'com.github.spotbugs' version '6.0.18' 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/staticCodeAnalysis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checkstyle {
//}

pmd {
toolVersion = '7.2.0'
toolVersion = '7.3.0'
ignoreFailures = true
ruleSetFiles = files("config/pmd/ruleset.xml")
ruleSets = []
Expand Down

0 comments on commit 321c5ab

Please sign in to comment.