Skip to content

Commit

Permalink
Update kotlin to 1.9 and gradle to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasankavitha committed Aug 21, 2023
1 parent 534c897 commit 94cfc2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*


plugins {
kotlin("jvm") version "1.7.22"
kotlin("plugin.spring") version "1.7.22"
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.0"
id("com.netflix.dgs.codegen") version "5.11.1"
id("org.springframework.boot") version "3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 94cfc2f

Please sign in to comment.