Skip to content

Commit

Permalink
Propagate dependency versions to latest available (#2675)
Browse files Browse the repository at this point in the history
* Propagate dependency versions to latest available

* Fix tomcat version

* Roll back ktlint version
  • Loading branch information
Ololoshechkin authored Nov 1, 2021
1 parent ce4871f commit aa0c9c2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,30 @@ jetty_alpn_api_version=1.1.3.v20160715
json_simple_version=1.1.1
java_jwt_version=3.13.0
jwks_rsa_version=0.17.0
tomcat_version=9.0.48
tomcat_version=9.0.54

# utility
logback_version=1.2.3
logback_version=1.2.6
junit_version=4.13.2
dokka_version=1.4.32
nodejs_version=14.17.1
npm_version=6.4.1
slf4j_version=1.7.30
slf4j_version=1.7.32
ktlint_version=3.3.0
mockk_version=1.10.6
mockk_version=1.12.0
mokito_kotlin_version=1.6.0
jansi_version=2.3.4
jansi_version=2.4.0

# typesafe config couldn't be upgraded due to android restrictions
typesafe_config_version=1.3.1
typesafe_config_version=1.4.1

# third-party
apache_version=4.1.4
apache_core_version=4.4.14
gson_version=2.8.6
okhttp_version=4.6.0
jackson_version=2.12.3
jackson_kotlin_version=2.12.3
gson_version=2.8.9
okhttp_version=4.9.2
jackson_version=2.13.0
jackson_kotlin_version=2.13.0

# js
node_fetch_version=2.6.0
Expand All @@ -70,7 +70,7 @@ ws_version=6.2.1

# android (https://developer.android.com/studio/releases/gradle-plugin)
android_gradle_version=3.5.3
android_stetho_version=1.5.1
android_stetho_version=1.6.0

kotlin.js.compiler=both

Expand Down

0 comments on commit aa0c9c2

Please sign in to comment.