Skip to content

Commit

Permalink
Update groovy monorepo to v4.0.24 (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 1ebcb6e commit f2c9028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

dependencies {
// mandatory dependencies for using Spock
implementation platform('org.apache.groovy:groovy-bom:4.0.22')
implementation platform('org.apache.groovy:groovy-bom:4.0.24')
implementation 'org.apache.groovy:groovy'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<groovy.version>4.0.22</groovy.version>
<groovy.version>4.0.24</groovy.version>
</properties>

<build>
Expand Down

0 comments on commit f2c9028

Please sign in to comment.