Skip to content

Commit 6300262

Browse files
chore(release): 0.1.31 [skip ci]
## [0.1.31](0.1.30...0.1.31) (2025-06-23) ### Dependency updates * **core-deps:** update kotlin monorepo to v2.2.0 ([#1061](#1061)) ([89f2cdf](89f2cdf)) * **deps:** update dependency gradle to v8.14.1 ([#1038](#1038)) ([e57db6d](e57db6d)) * **deps:** update dependency gradle to v8.14.2 ([#1052](#1052)) ([9d4dede](9d4dede)) * **deps:** update dependency org.mockito:mockito-core to v5.18.0 ([#1037](#1037)) ([76fc630](76fc630)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.128 ([#1032](#1032)) ([5d7798f](5d7798f)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.129 ([#1042](#1042)) ([bc1d4e9](bc1d4e9)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.130 ([#1045](#1045)) ([a1510fd](a1510fd)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.131 ([#1046](#1046)) ([383d38f](383d38f)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.132 ([#1049](#1049)) ([ff07f6c](ff07f6c)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.133 ([#1051](#1051)) ([c83e520](c83e520)) * **deps:** update node.js to 22.16 ([#1043](#1043)) ([ce115f4](ce115f4)) * **deps:** update plugin com.gradle.develocity to v4.0.2 ([#1047](#1047)) ([2e1c47b](2e1c47b)) * **deps:** update plugin gitsemver to v5.1.3 ([#1029](#1029)) ([e776194](e776194)) * **deps:** update plugin gitsemver to v5.1.4 ([#1053](#1053)) ([32ff13d](32ff13d)) * **deps:** update plugin kotlin-qa to v0.86.2 ([#1028](#1028)) ([3573e21](3573e21)) * **deps:** update plugin kotlin-qa to v0.87.0 ([#1036](#1036)) ([d016eed](d016eed)) * **deps:** update plugin kotlin-qa to v0.87.1 ([#1039](#1039)) ([79a05b0](79a05b0)) * **deps:** update plugin kotlin-qa to v0.88.0 ([#1044](#1044)) ([1df2957](1df2957)) * **deps:** update plugin kotlin-qa to v0.89.0 ([#1050](#1050)) ([b0ab8d1](b0ab8d1)) * **deps:** update plugin kotlin-qa to v0.89.1 ([#1055](#1055)) ([a436cbb](a436cbb)) * **deps:** update plugin multijvmtesting to v3.4.2 ([#1030](#1030)) ([9aecb07](9aecb07)) * **deps:** update plugin multijvmtesting to v3.4.3 ([#1040](#1040)) ([fa37cc0](fa37cc0)) * **deps:** update plugin multijvmtesting to v3.5.0 ([#1048](#1048)) ([b72b007](b72b007)) * **deps:** update plugin multijvmtesting to v3.5.1 ([#1054](#1054)) ([a8335d5](a8335d5)) * **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.24 ([#1031](#1031)) ([c2a4e7e](c2a4e7e)) * **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.25 ([#1041](#1041)) ([f3d5820](f3d5820)) * **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.26 ([#1056](#1056)) ([356f9a7](356f9a7)) * **deps:** update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#1035](#1035)) ([eedbcf4](eedbcf4)) ### Build and continuous integration * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.19 ([#1033](#1033)) ([bc64da4](bc64da4)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.20 ([#1034](#1034)) ([e7505e5](e7505e5)) * **deps:** update danysk/build-check-deploy-gradle-action action to v4 ([#1058](#1058)) ([073206c](073206c)) * **deps:** update danysk/build-check-deploy-gradle-action action to v4.0.1 ([#1059](#1059)) ([62eae9b](62eae9b))
1 parent 89f2cdf commit 6300262

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## [0.1.31](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/compare/0.1.30...0.1.31) (2025-06-23)
2+
3+
### Dependency updates
4+
5+
* **core-deps:** update kotlin monorepo to v2.2.0 ([#1061](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1061)) ([89f2cdf](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/89f2cdf08db550bf966746d4dd04d0b416c1a0ff))
6+
* **deps:** update dependency gradle to v8.14.1 ([#1038](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1038)) ([e57db6d](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/e57db6d9f546a02ede860337732a6f9daa5a2997))
7+
* **deps:** update dependency gradle to v8.14.2 ([#1052](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1052)) ([9d4dede](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/9d4dede0cad92e17a49e4f8922d570e18be085bd))
8+
* **deps:** update dependency org.mockito:mockito-core to v5.18.0 ([#1037](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1037)) ([76fc630](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/76fc6306f79ca2173dcbea6c778b6bdcce4000a3))
9+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.128 ([#1032](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1032)) ([5d7798f](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/5d7798f8e00598ab5bdc0ff89ddb670594de66df))
10+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.129 ([#1042](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1042)) ([bc1d4e9](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/bc1d4e995c2d9577d98d3b1d83d6e1d33ecf1973))
11+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.130 ([#1045](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1045)) ([a1510fd](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/a1510fd84a9d2697c0c878bd6749a9374dd27981))
12+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.131 ([#1046](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1046)) ([383d38f](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/383d38f62d958acefcdcfd76cae09cf59ec78b59))
13+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.132 ([#1049](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1049)) ([ff07f6c](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/ff07f6cc223a7047f0c4c4108f018b1b39cc7587))
14+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.133 ([#1051](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1051)) ([c83e520](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/c83e520c4c0a49a85e78cd24897ef8ef6c152592))
15+
* **deps:** update node.js to 22.16 ([#1043](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1043)) ([ce115f4](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/ce115f421aa72e973508ecc8893e308c53fbe5f4))
16+
* **deps:** update plugin com.gradle.develocity to v4.0.2 ([#1047](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1047)) ([2e1c47b](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/2e1c47b1b7f31fc6816d38696a3d58dcf513953a))
17+
* **deps:** update plugin gitsemver to v5.1.3 ([#1029](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1029)) ([e776194](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/e776194b5e91ba9151a8a38573c4f5272d1dc3b2))
18+
* **deps:** update plugin gitsemver to v5.1.4 ([#1053](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1053)) ([32ff13d](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/32ff13d9a68d8fa18fc21b6912ca5d65f986bb71))
19+
* **deps:** update plugin kotlin-qa to v0.86.2 ([#1028](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1028)) ([3573e21](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/3573e21a49591382756e4fa6187b27b84475efb7))
20+
* **deps:** update plugin kotlin-qa to v0.87.0 ([#1036](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1036)) ([d016eed](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/d016eedc1782a5e77d2d3b4a400872bf8860899c))
21+
* **deps:** update plugin kotlin-qa to v0.87.1 ([#1039](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1039)) ([79a05b0](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/79a05b0b012d9475495b82703897e89331d9861b))
22+
* **deps:** update plugin kotlin-qa to v0.88.0 ([#1044](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1044)) ([1df2957](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/1df2957e57ea88100ea900e208379fe26b18a751))
23+
* **deps:** update plugin kotlin-qa to v0.89.0 ([#1050](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1050)) ([b0ab8d1](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/b0ab8d1085d6ab07b4a390133c2fe2a8a7104c86))
24+
* **deps:** update plugin kotlin-qa to v0.89.1 ([#1055](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1055)) ([a436cbb](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/a436cbbdefc69d402cb1dfcaff83844b108897c2))
25+
* **deps:** update plugin multijvmtesting to v3.4.2 ([#1030](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1030)) ([9aecb07](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/9aecb07a38ba3138ca8984f2c262909ba2c0e8b6))
26+
* **deps:** update plugin multijvmtesting to v3.4.3 ([#1040](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1040)) ([fa37cc0](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/fa37cc07ba8f8c9b2281847ac54a98f1ce0f4d41))
27+
* **deps:** update plugin multijvmtesting to v3.5.0 ([#1048](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1048)) ([b72b007](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/b72b007a107857c69ce54e667ed39ce57e9ccca0))
28+
* **deps:** update plugin multijvmtesting to v3.5.1 ([#1054](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1054)) ([a8335d5](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/a8335d55b4fe78e1077371a4f3c6175104608c3e))
29+
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.24 ([#1031](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1031)) ([c2a4e7e](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/c2a4e7eb6c2449b285e5706db887cec64c582cf4))
30+
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.25 ([#1041](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1041)) ([f3d5820](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/f3d5820bd72bd748192aed58b67258d1fe7d65e6))
31+
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.26 ([#1056](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1056)) ([356f9a7](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/356f9a7abca70edfc935ac86b6892544160e64c5))
32+
* **deps:** update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#1035](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1035)) ([eedbcf4](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/eedbcf47dc4a697db7a35db773dfca96f29b689f))
33+
34+
### Build and continuous integration
35+
36+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.19 ([#1033](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1033)) ([bc64da4](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/bc64da4e43d372c97ce5d5fb29eec184ec867cdc))
37+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.20 ([#1034](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1034)) ([e7505e5](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/e7505e59732fe385ba3630f255add6a9bb291be7))
38+
* **deps:** update danysk/build-check-deploy-gradle-action action to v4 ([#1058](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1058)) ([073206c](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/073206cc0b9d2b83b2532a110638943617806a88))
39+
* **deps:** update danysk/build-check-deploy-gradle-action action to v4.0.1 ([#1059](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1059)) ([62eae9b](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/62eae9bf81e43d4f651f0be96b9985c66d0e5ac0))
40+
141
## [0.1.30](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/compare/0.1.29...0.1.30) (2025-05-13)
242

343
### Dependency updates

0 commit comments

Comments
 (0)