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 7c0d335 commit f67feb4Copy full SHA for f67feb4
CHANGELOG.md
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [11.0.5]
11
+
12
+- Adds back previously removed `implementationDependencies.json`, but now it is generated by the build process
13
14
## [11.0.4]
15
16
- Fixes user to roles association in bulk import users when the user is not a primary user
build.gradle
@@ -20,7 +20,7 @@ compileTestJava { options.encoding = "UTF-8" }
20
// }
21
//}
22
23
-version = "11.0.4"
+version = "11.0.5"
24
25
repositories {
26
mavenCentral()
0 commit comments