Skip to content

Commit

Permalink
Address critical 3PP vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
slodha committed Sep 3, 2024
1 parent fc9798f commit cd665ad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springbootVersion}")
Expand Down
1 change: 0 additions & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ ext {
repositories {
mavenLocal()
mavenCentral()
jcenter()
}

bootJar {
Expand Down
2 changes: 0 additions & 2 deletions cc-metrics-reporter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {
classpath 'org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'
Expand All @@ -24,7 +23,6 @@ apply plugin: 'distribution'
repositories {
mavenLocal()
mavenCentral()
jcenter()
}


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version=1.1.57-SNAPSHOT
org.gradle.jvmargs=--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED
org.gradle.daemon=true
ccGradlePluginVersion=3.0.3
springbootVersion=3.0.2
springbootVersion=3.2.0

0 comments on commit cd665ad

Please sign in to comment.