Skip to content

Commit efccfc5

Browse files
Bump Protobuf and Base
1 parent 234842b commit efccfc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/io/spine/dependency/lib/Protobuf.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package io.spine.dependency.lib
3333
)
3434
object Protobuf {
3535
const val group = "com.google.protobuf"
36-
const val version = "4.33.1"
36+
const val version = "4.33.2"
3737

3838
/**
3939
* The Java library with Protobuf data types.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ package io.spine.dependency.local
3333
*/
3434
@Suppress("ConstPropertyName", "unused")
3535
object Base {
36-
const val version = "2.0.0-SNAPSHOT.383"
37-
const val versionForBuildScript = "2.0.0-SNAPSHOT.383"
36+
const val version = "2.0.0-SNAPSHOT.384"
37+
const val versionForBuildScript = "2.0.0-SNAPSHOT.384"
3838
const val group = Spine.group
3939
private const val prefix = "spine"
4040
const val libModule = "$prefix-base"

0 commit comments

Comments
 (0)