Skip to content

Commit

Permalink
Update groovy monorepo to v4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonard84 committed Sep 6, 2023
1 parent de0dae1 commit 1933055
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 @@ -15,7 +15,7 @@ repositories {

dependencies {
// mandatory dependencies for using Spock
implementation platform('org.apache.groovy:groovy-bom:4.0.5')
implementation platform('org.apache.groovy:groovy-bom:4.0.14')
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.5</groovy.version>
<groovy.version>4.0.14</groovy.version>
</properties>

<build>
Expand Down

0 comments on commit 1933055

Please sign in to comment.