Skip to content

Commit

Permalink
build(deps): bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.20 to 3.0.21.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 8b8056b commit 9db2e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jeorg-spring/jeorg-spring-apps/jeorg-spring-app-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.20</version>
<version>3.0.21</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<cglib.version>3.3.0</cglib.version>
<jstl.version>1.2</jstl.version>
<commons-logging.version>1.3.0</commons-logging.version>
<groovy.version>3.0.20</groovy.version>
<groovy.version>3.0.21</groovy.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
<kotlinx-serialization-json.version>1.6.3</kotlinx-serialization-json.version>
Expand Down

0 comments on commit 9db2e6d

Please sign in to comment.