Skip to content

Commit

Permalink
upgrading few dependencies including gradle , spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
surajcm committed Sep 22, 2024
1 parent 8f8b6be commit eae90ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
plugins {
id 'java'
id 'idea'
id 'org.springframework.boot' version '3.3.3'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'net.ltgt.errorprone' version '4.0.1'
//id 'com.github.spotbugs' version '1.6.8' apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

dependencies {
errorprone("com.google.errorprone:error_prone_core:2.30.0")
errorprone("com.google.errorprone:error_prone_core:2.32.0")
errorproneJavac('com.google.errorprone:javac:9+181-r4173-1')

implementation("org.springframework.boot:spring-boot-starter-web")
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.18.0'
toolVersion = '10.18.1'
ignoreFailures = false
maxWarnings = 0
checkstyleMain {
Expand All @@ -22,7 +22,7 @@ checkstyle {
//}

pmd {
toolVersion = '7.4.0'
toolVersion = '7.5.0'
ignoreFailures = true
ruleSetFiles = files("config/pmd/ruleset.xml")
ruleSets = []
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit eae90ee

Please sign in to comment.