Skip to content

Commit

Permalink
Doing a few pending updates
Browse files Browse the repository at this point in the history
  • Loading branch information
surajcm committed Dec 11, 2024
1 parent 3850c59 commit 554de69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ buildscript {
plugins {
id 'java'
id 'idea'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'net.ltgt.errorprone' version '4.0.1'
id 'net.ltgt.errorprone' version '4.1.0'
id 'com.github.spotbugs' version '6.0.26' apply false
id 'de.aaschmid.cpd' version '3.3'
id "org.sonarqube" version "5.1.0.4882"
id "org.sonarqube" version "6.0.1.5171"
}

group = 'com.quiz.darkhold'
Expand Down
4 changes: 2 additions & 2 deletions gradle/staticCodeAnalysis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'jacoco'
//apply plugin: 'com.github.spotbugs'

checkstyle {
toolVersion = '10.17.0'
toolVersion = '10.20.0'
ignoreFailures = false
maxWarnings = 0
checkstyleMain {
Expand All @@ -22,7 +22,7 @@ checkstyle {
//}

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

0 comments on commit 554de69

Please sign in to comment.