Skip to content

Commit

Permalink
Bump internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Nov 24, 2024
1 parent 3661a6b commit ad263d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ object ArtifactVersion {
*
* @see <a href="https://github.com/SpineEventEngine/base">spine-base</a>
*/
const val base = "2.0.0-SNAPSHOT.215"
const val baseForBuildScript = "2.0.0-SNAPSHOT.215"
const val base = "2.0.0-SNAPSHOT.219"
const val baseForBuildScript = "2.0.0-SNAPSHOT.219"

/**
* The version of [Spine.reflect].
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/io/spine/dependency/local/McJava.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ object McJava {
/**
* The version used to in the build classpath.
*/
const val dogfoodingVersion = "2.0.0-SNAPSHOT.244"
const val dogfoodingVersion = "2.0.0-SNAPSHOT.257"

/**
* The version to be used for integration tests.
*/
const val version = "2.0.0-SNAPSHOT.244"
const val version = "2.0.0-SNAPSHOT.257"

/**
* The ID of the Gradle plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object ProtoData {
* The version of ProtoData dependencies.
*/
val version: String
private const val fallbackVersion = "0.64.0"
private const val fallbackVersion = "0.69.0"

/**
* The distinct version of ProtoData used by other build tools.
Expand All @@ -82,7 +82,7 @@ object ProtoData {
* transitional dependencies, this is the version used to build the project itself.
*/
val dogfoodingVersion: String
private const val fallbackDfVersion = "0.61.8"
private const val fallbackDfVersion = "0.67.0"

/**
* The artifact for the ProtoData Gradle plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Validation {
/**
* The version of the Validation library artifacts.
*/
const val version = "2.0.0-SNAPSHOT.160"
const val version = "2.0.0-SNAPSHOT.171"

const val group = "io.spine.validation"
private const val prefix = "spine-validation"
Expand Down

0 comments on commit ad263d2

Please sign in to comment.