Skip to content

Commit ee191de

Browse files
Merge pull request #51 from SpineEventEngine/update-config
Update Validation and other dependencies
2 parents 73644a3 + 3cc31ac commit ee191de

File tree

14 files changed

+29
-37
lines changed

14 files changed

+29
-37
lines changed

buildSrc/src/main/kotlin/BuildExtensions.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ fun Project.configureTaskDependencies() {
227227
"compileTestFixturesKotlin".dependOn("kspTestFixturesKotlin")
228228
"javadocJar".dependOn(dokkaGeneratePublicationJavadoc)
229229
"htmlDocsJar".dependOn(dokkaGenerate)
230+
231+
"kspTestKotlin".dependOn("launchTestSpineCompiler")
230232
}
231233
}
232234

buildSrc/src/main/kotlin/io/spine/dependency/local/BaseTypes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package io.spine.dependency.local
3333
*/
3434
@Suppress("ConstPropertyName")
3535
object BaseTypes {
36-
const val version = "2.0.0-SNAPSHOT.212"
36+
const val version = "2.0.0-SNAPSHOT.222"
3737
const val group = Spine.group
3838
const val artifact = "spine-base-types"
3939
const val lib = "$group:$artifact:$version"

buildSrc/src/main/kotlin/io/spine/dependency/local/Change.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package io.spine.dependency.local
3333
*/
3434
@Suppress("ConstPropertyName")
3535
object Change {
36-
const val version = "2.0.0-SNAPSHOT.200"
36+
const val version = "2.0.0-SNAPSHOT.205"
3737
const val group = Spine.group
3838
const val artifact = "spine-change"
3939
const val lib = "$group:$artifact:$version"

buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ object Compiler : Dependency() {
7272
* The version of the Compiler dependencies.
7373
*/
7474
override val version: String
75-
private const val fallbackVersion = "2.0.0-SNAPSHOT.036"
75+
private const val fallbackVersion = "2.0.0-SNAPSHOT.037"
7676

7777
/**
7878
* The distinct version of the Compiler used by other build tools.
@@ -81,7 +81,7 @@ object Compiler : Dependency() {
8181
* transitive dependencies, this is the version used to build the project itself.
8282
*/
8383
val dogfoodingVersion: String
84-
private const val fallbackDfVersion = "2.0.0-SNAPSHOT.036"
84+
private const val fallbackDfVersion = "2.0.0-SNAPSHOT.037"
8585

8686
/**
8787
* The artifact for the Compiler Gradle plugin.

buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typealias CoreJava = CoreJvm
3939
@Suppress("ConstPropertyName", "unused")
4040
object CoreJvm {
4141
const val group = Spine.group
42-
const val version = "2.0.0-SNAPSHOT.365"
42+
const val version = "2.0.0-SNAPSHOT.370"
4343

4444
const val coreArtifact = "spine-core"
4545
const val clientArtifact = "spine-client"

buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package io.spine.dependency.local
2929
/**
3030
* Dependencies on the CoreJvm Compiler artifacts.
3131
*
32-
* See [mc-java](https://github.com/SpineEventEngine/core-jvm-compiler).
32+
* See [CoreJvm Compiler](https://github.com/SpineEventEngine/core-jvm-compiler).
3333
*/
3434
@Suppress(
3535
"MemberVisibilityCanBePrivate" /* `pluginLib()` is used by subprojects. */,
@@ -46,12 +46,12 @@ object CoreJvmCompiler {
4646
/**
4747
* The version used to in the build classpath.
4848
*/
49-
const val dogfoodingVersion = "2.0.0-SNAPSHOT.042"
49+
const val dogfoodingVersion = "2.0.0-SNAPSHOT.050"
5050

5151
/**
5252
* The version to be used for integration tests.
5353
*/
54-
const val version = "2.0.0-SNAPSHOT.042"
54+
const val version = "2.0.0-SNAPSHOT.050"
5555

5656
/**
5757
* The ID of the Gradle plugin.

buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package io.spine.dependency.local
3333
*/
3434
@Suppress("ConstPropertyName")
3535
object Time {
36-
const val version = "2.0.0-SNAPSHOT.220"
36+
const val version = "2.0.0-SNAPSHOT.230"
3737
const val group = Spine.group
3838
const val artifact = "spine-time"
3939
const val lib = "$group:$artifact:$version"

buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Validation {
3636
/**
3737
* The version of the Validation library artifacts.
3838
*/
39-
const val version = "2.0.0-SNAPSHOT.383"
39+
const val version = "2.0.0-SNAPSHOT.391"
4040

4141
/**
4242
* The last version of Validation compatible with ProtoData.

dependencies.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine:spine-base-types:2.0.0-SNAPSHOT.222`
3+
# Dependencies of `io.spine:spine-base-types:2.0.0-SNAPSHOT.223`
44

55
## Runtime
66
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
@@ -58,26 +58,10 @@
5858
* **Project URL:** [https://kotlinlang.org/](https://kotlinlang.org/)
5959
* **License:** [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
6060

61-
1. **Group** : org.jetbrains.kotlinx. **Name** : atomicfu. **Version** : 0.29.0.
62-
* **Project URL:** [https://github.com/Kotlin/kotlinx.atomicfu](https://github.com/Kotlin/kotlinx.atomicfu)
63-
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
64-
65-
1. **Group** : org.jetbrains.kotlinx. **Name** : atomicfu-jvm. **Version** : 0.29.0.
66-
* **Project URL:** [https://github.com/Kotlin/kotlinx.atomicfu](https://github.com/Kotlin/kotlinx.atomicfu)
67-
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
68-
6961
1. **Group** : org.jetbrains.kotlinx. **Name** : kotlinx-coroutines-bom. **Version** : 1.10.2.
7062
* **Project URL:** [https://github.com/Kotlin/kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines)
7163
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
7264

73-
1. **Group** : org.jetbrains.kotlinx. **Name** : kotlinx-datetime. **Version** : 0.7.1.
74-
* **Project URL:** [https://github.com/Kotlin/kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime)
75-
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
76-
77-
1. **Group** : org.jetbrains.kotlinx. **Name** : kotlinx-datetime-jvm. **Version** : 0.7.1.
78-
* **Project URL:** [https://github.com/Kotlin/kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime)
79-
* **License:** [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
80-
8165
1. **Group** : org.jspecify. **Name** : jspecify. **Version** : 1.0.0.
8266
* **Project URL:** [http://jspecify.org/](http://jspecify.org/)
8367
* **License:** [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -1026,6 +1010,6 @@
10261010

10271011
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
10281012

1029-
This report was generated on **Mon Dec 22 19:16:57 WET 2025** using
1013+
This report was generated on **Thu Dec 25 21:52:36 WET 2025** using
10301014
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
10311015
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

0 commit comments

Comments
 (0)