Skip to content

Commit

Permalink
v12.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Feb 2, 2024
1 parent 105b354 commit c601bdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ the parameter.
## Changes
### 12.0.7
- remove obsolete null-checks
- update gradle, cabe
### 12.0.6
- TextUtil.quote(), TextUtil.quoteIfNeeded(), TextUtil.joinQuoted()
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// define project name and version
rootProject.name = "dua3-utility"
val projectVersion = "12.0.6"
val projectVersion = "12.0.7"

// define subprojects
include("utility")
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencyResolutionManagement {
plugin("versions", "com.github.ben-manes.versions").version("0.51.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.7")
plugin("cabe", "com.dua3.cabe").version("2.1")
plugin("cabe", "com.dua3.cabe").version("2.1.2")

version("cabe-annotations", "2.0")
version("junit", "5.10.1")
Expand Down

0 comments on commit c601bdf

Please sign in to comment.