Skip to content

Commit

Permalink
pin exact dependency versions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nefilim authored Dec 27, 2021
1 parent 3faca01 commit 8060801
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
[versions]
kotlin = "1.6.+"
kotlinXCoroutines = "1.6.+"
kotlinXSerialization = "1.3.+"
kotlin = "1.6.10"
kotlinXCoroutines = "1.6.0"
kotlinXSerialization = "1.3.2"

# third party
arrow = "1.0.+"
github-release = "2.2.+"
google-kms = "0.94.+"
gradle-versions = "0.39.+"
grpc = "1.43.+"
grpc-kotlin = "1.2.+"
gversions = "0.39.+"
jib = "3.1.+"
jib-extension = "0.1.+"
kotest = "5.0.+"
kotestExtensionsArrow = "1.2.+"
kover = "0.4.+"
kotlinLogging = "2.1.+"
logback = "1.2.+"
nexus-publish = "1.1.+"
nimbus = "9.15.+"
owasp-dependencycheck = "6.5.+"
protobuf = "3.19.+"
protobuf-plugin = "0.8.+"
arrow = "1.0.1"
github-release = "2.2.12"
google-kms = "0.94.0"
gradle-versions = "0.39.0"
grpc = "1.43.1"
grpc-kotlin = "1.2.0"
jib = "3.1.4"
jib-extension = "0.1.0"
kotest = "5.0.3"
kotestExtensionsArrow = "1.2.1"
kover = "0.4.4"
kotlinLogging = "2.1.21"
logback = "1.2.10"
nexus-publish = "1.1.0"
nimbus = "9.15.2"
owasp-dependencycheck = "6.5.1"
protobuf = "3.19.1"
protobuf-plugin = "0.8.18"
semver = "0.0.+"
slf4j = "1.7.+"
tasktree = "2.1.+"
testlogger = "3.1.+"
slf4j = "1.7.4"
tasktree = "2.1.0"
testlogger = "3.1.0"

[libraries]
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Expand Down

0 comments on commit 8060801

Please sign in to comment.