diff --git a/.github/workflows/build-on-ubuntu.yml b/.github/workflows/build-on-ubuntu.yml
index 55bb482..b32875d 100644
--- a/.github/workflows/build-on-ubuntu.yml
+++ b/.github/workflows/build-on-ubuntu.yml
@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: 'true'
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
diff --git a/.github/workflows/build-on-windows.yml b/.github/workflows/build-on-windows.yml
index ff947a6..3627bbf 100644
--- a/.github/workflows/build-on-windows.yml
+++ b/.github/workflows/build-on-windows.yml
@@ -8,11 +8,11 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: 'true'
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
diff --git a/.github/workflows/ensure-reports-updated.yml b/.github/workflows/ensure-reports-updated.yml
index f16798e..fdd8b8e 100644
--- a/.github/workflows/ensure-reports-updated.yml
+++ b/.github/workflows/ensure-reports-updated.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
# Configure the checkout of all branches, so that it is possible to run the comparison.
fetch-depth: 0
diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml
index 47e2938..a13b191 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
diff --git a/.github/workflows/increment-guard.yml b/.github/workflows/increment-guard.yml
index b33fd74..a1c90c3 100644
--- a/.github/workflows/increment-guard.yml
+++ b/.github/workflows/increment-guard.yml
@@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: 'true'
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
diff --git a/dependencies.md b/dependencies.md
index 6a8df31..2313f38 100644
--- a/dependencies.md
+++ b/dependencies.md
@@ -1,6 +1,6 @@
-# Dependencies of `io.spine.tools:prototap-api:0.8.4`
+# Dependencies of `io.spine.tools:prototap-api:0.8.5`
## Runtime
1. **Group** : org.jetbrains. **Name** : annotations. **Version** : 24.0.1.
@@ -490,12 +490,12 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
-This report was generated on **Mon May 27 00:23:28 WEST 2024** 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).
+This report was generated on **Mon May 27 12:36:03 WEST 2024** 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).
-# Dependencies of `io.spine.tools:prototap-gradle-plugin:0.8.4`
+# Dependencies of `io.spine.tools:prototap-gradle-plugin:0.8.5`
## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
@@ -1284,12 +1284,12 @@ This report was generated on **Mon May 27 00:23:28 WEST 2024** using [Gradle-Lic
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
-This report was generated on **Mon May 27 00:23:29 WEST 2024** 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).
+This report was generated on **Mon May 27 12:36:03 WEST 2024** 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).
-# Dependencies of `io.spine.tools:prototap-protoc-plugin:0.8.4`
+# Dependencies of `io.spine.tools:prototap-protoc-plugin:0.8.5`
## Runtime
1. **Group** : com.google.protobuf. **Name** : protobuf-java. **Version** : 3.25.1.
@@ -1783,4 +1783,4 @@ This report was generated on **Mon May 27 00:23:29 WEST 2024** using [Gradle-Lic
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
-This report was generated on **Mon May 27 00:23:29 WEST 2024** 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 **Mon May 27 12:36:04 WEST 2024** 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/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts
index ab58cd5..5f610ec 100644
--- a/gradle-plugin/build.gradle.kts
+++ b/gradle-plugin/build.gradle.kts
@@ -144,7 +144,7 @@ gradlePlugin {
id = "io.spine.prototap"
implementationClass = "io.spine.tools.prototap.gradle.Plugin"
displayName = "ProtoTap Gradle Plugin"
- description = "Obtains generated code and related data from Protobuf compiler"
+ description = "Obtains generated code and related data from Protobuf compiler."
tags.set(listOf("protobuf", "protoc", "prototap", "codegen"))
}
}
diff --git a/pom.xml b/pom.xml
index fb4471c..16feeef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
io.spine.tools
ProtoTap
-0.8.4
+0.8.5
2015
diff --git a/version.gradle.kts b/version.gradle.kts
index c078d23..d64997e 100644
--- a/version.gradle.kts
+++ b/version.gradle.kts
@@ -24,4 +24,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-val versionToPublish: String by extra("0.8.4")
+val versionToPublish: String by extra("0.8.5")