Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent a8db70d commit fd4b391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
xjcClasspath("org.jvnet.jaxb2_commons:jaxb2-fluent-api:3.0")
xjcClasspath("org.jvnet.jaxb2_commons:jaxb2-basics-annotate:1.1.0")

compileOnly("org.codehaus.groovy:groovy-all:3.0.21")
compileOnly("org.codehaus.groovy:groovy-all:3.0.22")

implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("org.glassfish.jaxb:jaxb-runtime:2.3.9")
Expand Down

0 comments on commit fd4b391

Please sign in to comment.