Skip to content

Commit

Permalink
Bump groovy to 3.0.13 (#3196)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Dec 13, 2022
1 parent 3700c43 commit 31ce397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Classpaths.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Classpaths {
static final String LOGBACK_VERSION = '1.4.5'

static final String GROOVY_GROUP = 'org.codehaus.groovy'
static final String GROOVY_VERSION = '3.0.12'
static final String GROOVY_VERSION = '3.0.13'

static final String GRPC_GROUP = 'io.grpc'
static final String GRPC_NAME = 'grpc-bom'
Expand Down

0 comments on commit 31ce397

Please sign in to comment.