Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sergiichuk committed Nov 12, 2020
1 parent b2c27bf commit e7bf4aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("net.ltgt.gradle:gradle-apt-plugin:0.21")
implementation("com.github.jengelman.gradle.plugins:shadow:6.1.0")
implementation("gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:2.6.0")
implementation("io.spine.tools:spine-bootstrap:1.6.4")
implementation("io.spine.tools:spine-bootstrap:1.6.5")
implementation("net.saliman:gradle-properties-plugin:1.5.1")
}

Expand Down
10 changes: 5 additions & 5 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ object Versions {
const val flogger = "0.5.1"
const val junit5 = "5.7.0"
const val truth = "1.1"
const val micronaut = "2.1.2"
const val micronaut = "2.1.3"
const val spineGcloud = "1.6.6"
const val spineBase = "1.6.6"
const val spineBase = "1.6.9"
const val spineCore = "1.6.6"
const val googleSecretManager = "1.2.3"
const val googleSecretManager = "1.2.4"
const val googleChat = "v1-rev20201019-1.30.10"
const val googleAuth = "0.22.0"
const val log4j2 = "2.13.3"
const val googleAuth = "0.22.1"
const val log4j2 = "2.14.0"
}

object Build {
Expand Down

0 comments on commit e7bf4aa

Please sign in to comment.