Skip to content

Commit

Permalink
Merge pull request #908 from rahulsom/pin-groovy-version
Browse files Browse the repository at this point in the history
chore(build): Set groovy version in jpa app from catalog
  • Loading branch information
rahulsom authored Dec 3, 2022
2 parents 1b839cf + 516875b commit 42f5ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grooves-example-springboot-jpa/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {

implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.codehaus.groovy:groovy")
implementation("org.codehaus.groovy:groovy-dateutil")
implementation(libs.groovy)
implementation(libs.groovy.dateutil)
implementation(libs.rxjava2)

implementation(project(":grooves-groovy"))
Expand Down

0 comments on commit 42f5ba7

Please sign in to comment.