Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump/zip4j 262 #602

Merged
merged 2 commits into from
Aug 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ object Versions {
val KOTLIN = "1.4.0"
val KTOR = "1.4.0"
val PROGUARD = "7.0.0"
val KOTLESS = "0.1.5"
val KOTLESS = "0.1.6"

val MARKDOWNJ_CORE = "0.4"
val ZIP4J = "2.6.1"
val ZIP4J = "2.6.2"
val ITEXTPDF = "5.5.13.1"
val BATIK_TRANSCODER = BATIK
val SNAKEYAML = "1.26"
Expand All @@ -31,14 +31,14 @@ object Versions {
val GOOGLE_APPENGINE_GRADLE = "2.3.0"
val GOOGLE_CLOUD_STORAGE = "1.111.2"
val TNOODLE_SCRAMBLES = "0.18.0"
val APACHE_COMMONS_LANG3 = "3.10"
val APACHE_COMMONS_LANG3 = "3.11"
val KOTLESS_KTOR = KOTLESS
val TESTING_MOCKK = "1.10.0"

object Plugins {
val SHADOW = "6.0.0"
val NODEJS = "2.2.4"
val DEPENDENCY_VERSIONS = "0.28.0"
val DEPENDENCY_VERSIONS = "0.29.0"
val GIT_VERSION_TAG = "0.12.3"

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-6.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip