Skip to content

Commit

Permalink
build: Update other java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Apr 25, 2022
1 parent 0aeb21f commit edf41dc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@ plugins {
id "idea"
id "org.springframework.boot" version "2.6.7"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "io.freefair.lombok" version "6.4.2"
id "io.freefair.lombok" version "6.4.3"
id "com.github.spotbugs" version "5.0.6"
id "com.github.sherter.google-java-format" version "0.9"
id "com.github.ben-manes.versions" version "0.42.0"
id "org.owasp.dependencycheck" version "7.0.4.1"
id "org.owasp.dependencycheck" version "7.1.0.1"
}

googleJavaFormat {
toolVersion = "1.13.0"
toolVersion = "1.15.0"
}

lombok {
version = "1.18.22"
version = "1.18.24"
config["lombok.anyConstructor.addConstructorProperties"] = "true"
}

ext {
jacksonDataBindVersion = "2.13.2.2"
jacksonCoreVersion = "2.13.2"
javaUuidGeneratorVersion = "4.0.1"
logstashVersion = "7.1.1"
caffeineVersion = "3.0.6"
Expand All @@ -42,8 +40,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-cache"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDataBindVersion}"
implementation "com.fasterxml.uuid:java-uuid-generator:${javaUuidGeneratorVersion}"
implementation "net.logstash.logback:logstash-logback-encoder:${logstashVersion}"
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
Expand Down

0 comments on commit edf41dc

Please sign in to comment.