Skip to content

Commit

Permalink
Update dependency org.grails:grails-gradle-plugin to v5.2.4 (#22)
Browse files Browse the repository at this point in the history
* Update dependency org.grails:grails-gradle-plugin to v5.2.4

* Update GrailsGradlePluginSpec.groovy

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
  • Loading branch information
renovate[bot] and puneetbehl authored Dec 19, 2022
1 parent 64e605e commit b67ff7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-forge-core/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-gradle-plugin</artifactId>
<version>5.1.3</version>
<version>5.2.4</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GrailsGradlePluginSpec extends BeanContextSpec implements CommandOutputFix
final String gradleProps = output["gradle.properties"]

then:
gradleProps.contains("grailsGradlePluginVersion=5.1.3")
gradleProps.contains("grailsGradlePluginVersion=5.2.4")
gradleProps.contains("grailsVersion=5.1.2")
}
}

0 comments on commit b67ff7e

Please sign in to comment.