Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31a9645

Browse files
authoredJul 16, 2022
Update dependency org.codehaus.groovy:groovy-all to v3
1 parent 4221c1f commit 31a9645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'org.yaml:snakeyaml:1.30'
1616
implementation 'org.springframework.boot:spring-boot-starter-webflux'
1717
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
18-
implementation 'org.codehaus.groovy:groovy-all:2.5.17'
18+
implementation 'org.codehaus.groovy:groovy-all:3.0.10'
1919

2020
compileOnly 'org.projectlombok:lombok:1.18.24'
2121
annotationProcessor 'org.projectlombok:lombok:1.18.24'

0 commit comments

Comments
 (0)
This repository has been archived.