Skip to content

Commit

Permalink
solves #53: update to latest groovy version
Browse files Browse the repository at this point in the history
  • Loading branch information
royteeuwen committed Aug 7, 2024
1 parent 9f7ee63 commit c5513fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated to latest groovy version [#53](https://github.com/orbinson/aem-groovy-console/issues/53)

## [19.0.6] - 2024-08-07

### Added
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<!-- Versions -->
<bnd.version>6.4.0</bnd.version>
<aem.version>6.5.10</aem.version>
<groovy.version>4.0.9</groovy.version>
<groovy.version>4.0.22</groovy.version>

<!-- SonarCloud -->
<sonar.organization>orbinson</sonar.organization>
Expand Down Expand Up @@ -324,6 +324,7 @@
<configuration>
<userId>${vault.user}</userId>
<password>${vault.password}</password>
<bundleStatusWaitLimit>0</bundleStatusWaitLimit>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c5513fc

Please sign in to comment.