Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2023
1 parent 2bb334d commit c4a5d7c
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.17")
compileOnly("org.codehaus.groovy:groovy-all:3.0.18")

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

0 comments on commit c4a5d7c

Please sign in to comment.