Skip to content

Commit

Permalink
🚀 Publish version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obecker committed Jul 10, 2024
1 parent 31f7e41 commit 47e47ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [1.2.1](https://github.com/obecker/decycle/compare/v1.2.0...v1.2.1) – 2024-07-10
- Several dependency updates
* guava 33.1.0 → 33.2.1
* maven 3.9.6 → 3.9.8
* maven-plugin-annotations 3.12.0 → 3.13.1
* webjars-locator-core 0.58 → 0.59

## [1.2.0](https://github.com/obecker/decycle/compare/v1.1.1...v1.2.0) – 2024-04-15
- Several dependency updates
* asm 9.6 → 9.7 (supports Java 23)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "de.obqo.decycle"
version = "1.2.1-SNAPSHOT"
version = "1.2.1"

tasks.wrapper {
gradleVersion = "8.2.1"
Expand Down

0 comments on commit 47e47ae

Please sign in to comment.