Skip to content

Commit

Permalink
removing hardcoded version as it is added in kork as constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
SusmithaGundu committed Dec 20, 2023
1 parent 0df358a commit aab87f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clouddriver-appengine/clouddriver-appengine.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "org.apache.commons:commons-compress:1.21"
implementation "org.apache.groovy:groovy"
implementation "org.apache.groovy:groovy-json"
implementation "org.eclipse.jgit:org.eclipse.jgit:6.6.1.202309021850-r"
implementation "org.eclipse.jgit:org.eclipse.jgit"
implementation "org.springframework.boot:spring-boot-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.cloud:spring-cloud-context"
Expand Down
2 changes: 1 addition & 1 deletion clouddriver-cloudrun/clouddriver-cloudrun.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "commons-io:commons-io"
implementation "org.apache.commons:commons-compress:1.20"
implementation "org.apache.groovy:groovy"
implementation "org.eclipse.jgit:org.eclipse.jgit:6.6.1.202309021850-r"
implementation "org.eclipse.jgit:org.eclipse.jgit"
implementation "org.springframework.boot:spring-boot-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.cloud:spring-cloud-context"
Expand Down

0 comments on commit aab87f5

Please sign in to comment.