Skip to content

Commit

Permalink
chore(dependencies): Autobump korkVersion (#1832)
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.

---------

Co-authored-by: root <root@b3e368603f7c>
Co-authored-by: j-sandy <30489233+j-sandy@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 79dc08e commit 5496af1
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 @@ -34,7 +34,7 @@ allprojects {
annotationProcessor "org.projectlombok:lombok"
testAnnotationProcessor "org.projectlombok:lombok"

implementation "org.codehaus.groovy:groovy"
implementation "org.apache.groovy:groovy"
implementation "net.logstash.logback:logstash-logback-encoder"
implementation "org.jetbrains.kotlin:kotlin-reflect"

Expand Down
2 changes: 1 addition & 1 deletion gate-oauth2/gate-oauth2.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation "io.spinnaker.fiat:fiat-api:$fiatVersion"
implementation "io.spinnaker.kork:kork-exceptions"
implementation "io.spinnaker.kork:kork-security"
implementation "org.codehaus.groovy:groovy-json"
implementation "org.apache.groovy:groovy-json"
implementation "org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure"
implementation "org.springframework.session:spring-session-core"
}
4 changes: 2 additions & 2 deletions gate-web/gate-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation "redis.clients:jedis"

implementation "commons-io:commons-io"
implementation "org.codehaus.groovy:groovy-templates"
implementation "org.apache.groovy:groovy-templates"
implementation "org.springframework.session:spring-session-data-redis"
implementation "de.huxhorn.sulky:de.huxhorn.sulky.ulid"
implementation "org.apache.commons:commons-lang3"
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation "com.unboundid:unboundid-ldapsdk"
testImplementation "io.spinnaker.kork:kork-jedis-test"
testImplementation "io.spinnaker.kork:kork-test"
testImplementation "org.codehaus.groovy:groovy-json"
testImplementation "org.apache.groovy:groovy-json"
testRuntimeOnly "io.spinnaker.kork:kork-retrofit"

// Add each included authz provider as a runtime dependency
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
enablePublishing=false
fiatVersion=1.49.0
includeProviders=basic,iap,ldap,oauth2,saml,x509
korkVersion=7.237.0
korkVersion=7.238.0
kotlinVersion=1.6.21
org.gradle.parallel=true
spinnakerGradleVersion=8.32.1
Expand Down

0 comments on commit 5496af1

Please sign in to comment.