We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34846b9 commit ce26459Copy full SHA for ce26459
CHANGELOG.md
@@ -3,6 +3,15 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [4.5.8] - 2025-02-22
7
+### Changed
8
+- chore(deps): bump org.apache.maven.plugins:maven-clean-plugin
9
+- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin
10
+- chore(deps): bumps Vert.x to 4.5.13.
11
+- refactor: remove redundant cast.
12
+- test: migrate to JUnit 5.
13
+- test: removes implicit config dir from base verticle test.
14
+
15
## [4.5.7] - 2025-02-05
16
### Changed
17
- docs: describes how to produce JSON in Groovy scripts.
gradle.properties
@@ -1 +1 @@
1
-projectVersion=0.0.0-SNAPSHOT
+projectVersion=4.5.8
0 commit comments