Skip to content

Commit

Permalink
Gradle dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed May 2, 2022
1 parent 0f3a9f8 commit 0dfe740
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package dependencies
object Versions {
val JUNIT_JUPITER = "5.8.2"
val BATIK = "1.14"
val KOTLIN = "1.6.10"
val KOTLIN = "1.6.21"
val KTOR = "1.6.1"
val PROGUARD = "7.2.0"
val PROGUARD = "7.2.1"
val KOTLESS = "0.1.6"

val MARKDOWNJ_CORE = "0.4"
val ZIP4J = "2.9.1"
val ITEXTPDF = "5.5.13.2"
val ZIP4J = "2.10.0"
val ITEXTPDF = "5.5.13.3"
val BATIK_TRANSCODER = BATIK
val BATIK_CODEC = BATIK
val SNAKEYAML = "1.30"
Expand All @@ -19,7 +19,7 @@ object Versions {
val JUNIT_JUPITER_API = JUNIT_JUPITER
val JUNIT_JUPITER_ENGINE = JUNIT_JUPITER
val KOTLIN_SERIALIZATION_JSON = "1.3.2"
val KOTLIN_COROUTINES_CORE = "1.6.0"
val KOTLIN_COROUTINES_CORE = "1.6.1"
val KTOR_SERVER_NETTY = KTOR
val KTOR_SERVER_SERVLET = KTOR
val KTOR_SERIALIZATION = KTOR
Expand All @@ -30,16 +30,16 @@ object Versions {
val PROGUARD_GRADLE = PROGUARD
val WCA_I18N = "0.4.3"
val GOOGLE_APPENGINE_GRADLE = "2.4.2"
val GOOGLE_CLOUD_STORAGE = "2.4.1"
val GOOGLE_CLOUD_STORAGE = "2.6.1"
val TNOODLE_SCRAMBLES = "0.18.1"
val APACHE_COMMONS_LANG3 = "3.12.0"
val KOTLESS_KTOR = KOTLESS
val TESTING_MOCKK = "1.12.2"
val KOTLINX_ATOMICFU_GRADLE = "0.17.1"
val TESTING_MOCKK = "1.12.3"
val KOTLINX_ATOMICFU_GRADLE = "0.17.2"

object Plugins {
val SHADOW = "7.1.2"
val NODEJS = "3.2.0"
val NODEJS = "3.2.1"
val DEPENDENCY_VERSIONS = "0.42.0"

val KOTLIN = Versions.KOTLIN
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip

0 comments on commit 0dfe740

Please sign in to comment.