Skip to content

Commit

Permalink
fix(deps): bump ecj from 3.35.0 to 3.36.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 11, 2023
1 parent e6eaf00 commit 590db51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


### Changed
- upgrade Eclipse Java Compiler 3.35.0 -> 3.36.0
- Maven plugin upgrades:
- checkstyle 10.12.5 -> 10.12.6


## [3.0.17] - 2023-12-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

<!-- https://central.sonatype.com/artifact/org.eclipse.jdt/ecj/ -->
<!-- https://github.com/eclipse-jdt/eclipse.jdt.core.git -->
<eclipse-java-compiler.version>3.35.0</eclipse-java-compiler.version>
<eclipse-java-compiler.version>3.36.0</eclipse-java-compiler.version>

<groovy.version>3.0.19</groovy.version>

Expand Down

0 comments on commit 590db51

Please sign in to comment.