Skip to content

Commit

Permalink
chore(dependencies): Autobump korkVersion (#2182)
Browse files Browse the repository at this point in the history
* chore(dependencies): Autobump korkVersion

* refactor(dependency): replace groovy coordinates during upgrade of groovy 4.x

Replacing the groovy coordinates from `org.codehaus.groovy` to `org.apache.groovy` supported by groovy 4.x and above versions.

* chore(dependencies): Autobump clouddriverVersion

---------

Co-authored-by: root <root@84926203b695>
Co-authored-by: j-sandy <[email protected]>
Co-authored-by: root <root@cbd4d54f7118>
  • Loading branch information
4 people authored Sep 25, 2024
1 parent 8f94735 commit ba0742c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
korkVersion=7.237.0
clouddriverVersion=5.88.0
korkVersion=7.239.0
clouddriverVersion=5.89.0
fiatVersion=1.50.0
front50Version=2.35.0
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion halyard-backup/halyard-backup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'commons-io:commons-io'
implementation 'org.apache.commons:commons-compress:1.20'
implementation 'io.fabric8:kubernetes-client:4.1.1'
implementation 'org.codehaus.groovy:groovy'
implementation 'org.apache.groovy:groovy'

implementation project(':halyard-config')
implementation project(':halyard-core')
Expand Down
2 changes: 1 addition & 1 deletion halyard-cli/halyard-cli.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.aspectj:aspectjweaver'
implementation 'org.yaml:snakeyaml:1.24'
implementation 'org.codehaus.groovy:groovy'
implementation 'org.apache.groovy:groovy'
implementation 'com.beust:jcommander:1.81'
implementation 'org.nibor.autolink:autolink:0.10.0'

Expand Down
2 changes: 1 addition & 1 deletion halyard-config/halyard-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation 'org.spockframework:spock-core'
testImplementation 'org.springframework:spring-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.codehaus.groovy:groovy'
testImplementation 'org.apache.groovy:groovy'
testRuntimeOnly 'net.bytebuddy:byte-buddy'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
2 changes: 1 addition & 1 deletion halyard-deploy/halyard-deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client:1.1.0"
implementation 'io.fabric8:kubernetes-client'
implementation 'redis.clients:jedis'
implementation 'org.codehaus.groovy:groovy'
implementation 'org.apache.groovy:groovy'

implementation project(':halyard-config')
implementation project(':halyard-core')
Expand Down
2 changes: 1 addition & 1 deletion halyard-web/halyard-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3'
implementation 'com.squareup.retrofit:retrofit'
implementation 'io.github.lognet:grpc-spring-boot-starter:2.4.4'
implementation 'org.codehaus.groovy:groovy'
implementation 'org.apache.groovy:groovy'
implementation "io.spinnaker.kork:kork-web"
implementation "io.spinnaker.kork:kork-cloud-config-server"
implementation "io.spinnaker.kork:kork-config"
Expand Down

0 comments on commit ba0742c

Please sign in to comment.