Skip to content

Commit aed4b10

Browse files
Update dependency reports
1 parent 8f4c3da commit aed4b10

File tree

2 files changed

+9
-25
lines changed

2 files changed

+9
-25
lines changed

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).

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
1010
-->
1111
<groupId>io.spine</groupId>
1212
<artifactId>base-types</artifactId>
13-
<version>2.0.0-SNAPSHOT.222</version>
13+
<version>2.0.0-SNAPSHOT.223</version>
1414

1515
<inceptionYear>2015</inceptionYear>
1616

@@ -56,7 +56,7 @@ all modules and does not describe the project structure per-subproject.
5656
<dependency>
5757
<groupId>io.spine</groupId>
5858
<artifactId>spine-validation-jvm-runtime</artifactId>
59-
<version>2.0.0-SNAPSHOT.383</version>
59+
<version>2.0.0-SNAPSHOT.391</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
<dependency>
@@ -192,22 +192,22 @@ all modules and does not describe the project structure per-subproject.
192192
<dependency>
193193
<groupId>io.spine.tools</groupId>
194194
<artifactId>compiler-cli-all</artifactId>
195-
<version>2.0.0-SNAPSHOT.036</version>
195+
<version>2.0.0-SNAPSHOT.037</version>
196196
</dependency>
197197
<dependency>
198198
<groupId>io.spine.tools</groupId>
199199
<artifactId>compiler-protoc-plugin</artifactId>
200-
<version>2.0.0-SNAPSHOT.036</version>
200+
<version>2.0.0-SNAPSHOT.037</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>io.spine.tools</groupId>
204204
<artifactId>core-jvm-gradle-plugins</artifactId>
205-
<version>2.0.0-SNAPSHOT.042</version>
205+
<version>2.0.0-SNAPSHOT.050</version>
206206
</dependency>
207207
<dependency>
208208
<groupId>io.spine.tools</groupId>
209209
<artifactId>core-jvm-routing</artifactId>
210-
<version>2.0.0-SNAPSHOT.042</version>
210+
<version>2.0.0-SNAPSHOT.050</version>
211211
</dependency>
212212
<dependency>
213213
<groupId>io.spine.tools</groupId>
@@ -217,7 +217,7 @@ all modules and does not describe the project structure per-subproject.
217217
<dependency>
218218
<groupId>io.spine.tools</groupId>
219219
<artifactId>validation-java-bundle</artifactId>
220-
<version>2.0.0-SNAPSHOT.383</version>
220+
<version>2.0.0-SNAPSHOT.391</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)