File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,10 @@ configurations {
108108 Grpc .forceArtifacts(project, this @all, this @resolutionStrategy)
109109 Jackson .forceArtifacts(project, this @all, this @resolutionStrategy)
110110 Jackson .DataType .forceArtifacts(project, this @all, this @resolutionStrategy)
111+ Jackson .DataFormat .forceArtifacts(project, this @all, this @resolutionStrategy)
111112 force(
112113 Grpc .bom,
114+ Jackson .bom,
113115 Base .annotations,
114116 Base .lib,
115117 Base .environment,
Original file line number Diff line number Diff line change 11
22
3- # Dependencies of ` io.spine:spine-base-types:2.0.0-SNAPSHOT.221 `
3+ # Dependencies of ` io.spine:spine-base-types:2.0.0-SNAPSHOT.222 `
44
55## Runtime
661 . ** Group** : com.google.code.findbugs. ** Name** : jsr305. ** Version** : 3.0.2.
10261026
10271027The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
10281028
1029- This report was generated on ** Mon Dec 22 18:25:07 WET 2025** using
1029+ This report was generated on ** Mon Dec 22 19:16:57 WET 2025** using
10301030[ Gradle-License-Report plugin] ( https://github.com/jk1/Gradle-License-Report ) by Evgeny Naumenko, licensed under
10311031[ Apache 2.0 License] ( https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE ) .
Original file line number Diff line number Diff 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.221 </version >
13+ <version >2.0.0-SNAPSHOT.222 </version >
1414
1515<inceptionYear >2015</inceptionYear >
1616
Original file line number Diff line number Diff line change 2929 *
3030 * For dependencies on Spine modules please see [io.spine.dependency.local.Spine].
3131 */
32- val versionToPublish by extra(" 2.0.0-SNAPSHOT.221 " )
32+ val versionToPublish by extra(" 2.0.0-SNAPSHOT.222 " )
You can’t perform that action at this time.
0 commit comments