Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit d233ef5

Browse files
Bump groovy-all from 3.0.7 to 3.0.8 (#65)
Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent b3e38a0 commit d233ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation(group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1')
3333
implementation(group: 'javax.el', name:'javax.el-api', version:'3.0.0')
3434
// Groovy
35-
implementation(group:'org.codehaus.groovy', name:'groovy-all', version:'3.0.7')
35+
implementation(group:'org.codehaus.groovy', name:'groovy-all', version:'3.0.8')
3636

3737
// Spring
3838
implementation(group:'org.springframework.boot', name:'spring-boot-starter-data-jpa', version:"${springBootVer}")

0 commit comments

Comments
 (0)