diff --git a/license-report.md b/license-report.md
index cb9e761a..94d3a3cf 100644
--- a/license-report.md
+++ b/license-report.md
@@ -1,6 +1,6 @@
-# Dependencies of `io.spine.tools:spine-plugin:1.5.29`
+# Dependencies of `io.spine.tools:spine-plugin:1.6.0`
## Runtime
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
@@ -338,4 +338,4 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
-This report was generated on **Thu Sep 03 17:30:16 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
\ No newline at end of file
+This report was generated on **Tue Sep 08 23:08:32 EEST 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e6fef7cd..59256e76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
io.spine.tools
spine-bootstrap
-1.5.29
+1.6.0
2015
@@ -52,25 +52,25 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-base
- 1.5.31
+ 1.6.0
compile
io.spine.tools
spine-model-compiler
- 1.5.31
+ 1.6.0
compile
io.spine.tools
spine-plugin-base
- 1.5.31
+ 1.6.0
compile
io.spine.tools
spine-proto-js-plugin
- 1.5.31
+ 1.6.0
compile
@@ -106,13 +106,13 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-testlib
- 1.5.31
+ 1.6.0
test
io.spine.tools
spine-plugin-testlib
- 1.5.31
+ 1.6.0
test
@@ -152,7 +152,7 @@ all modules and does not describe the project structure per-subproject.
io.spine.tools
spine-protoc-plugin
- 1.5.31
+ 1.6.0
net.sourceforge.pmd
diff --git a/version.gradle.kts b/version.gradle.kts
index bca2a1ef..75efd6e4 100644
--- a/version.gradle.kts
+++ b/version.gradle.kts
@@ -29,9 +29,9 @@
* already in the root directory.
*/
-val spineBaseVersion: String by extra("1.5.31")
-val spineTimeVersion: String by extra("1.5.24")
-val spineVersion: String by extra("1.5.29")
-val spineWebVersion: String by extra("1.5.25")
-val spineGCloudVersion: String by extra("1.5.22")
-val pluginVersion: String by extra("1.5.29")
+val spineBaseVersion: String by extra("1.6.0")
+val spineTimeVersion: String by extra("1.6.0")
+val spineVersion: String by extra("1.6.0")
+val spineWebVersion: String by extra("1.6.0")
+val spineGCloudVersion: String by extra("1.6.0")
+val pluginVersion: String by extra("1.6.0")