Skip to content

Commit

Permalink
Update jars
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed Aug 27, 2021
1 parent 3816c6a commit fbf78dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id 'java'
id 'application'
id 'org.jmailen.kotlinter' version "3.4.5" apply false
id 'org.jmailen.kotlinter' version "3.5.1" apply false
id 'org.jetbrains.kotlin.jvm' version '1.5.30' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.30' apply false
id "com.github.ben-manes.versions" version '0.39.0' apply false
// id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
id 'com.github.gmazzo.buildconfig' version '3.0.2' apply false
id "org.flywaydb.flyway" version "7.12.0"
id "org.flywaydb.flyway" version "7.14.0"
}

ext {
Expand Down Expand Up @@ -85,7 +85,7 @@ ext {
allprojects {
description = 'ReadingBat Core'
group 'com.github.readingbat'
version '1.21.0'
version '1.22.0'

apply plugin: 'application'
apply plugin: 'java-library'
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

cloud_version=1.3.1
cloud_version=1.3.2
commons_version=1.9
coroutines_version=1.5.1
css_version=1.0.0-pre.156-kotlin-1.5.0
exposed_version=0.32.1
exposed_version=0.33.1
flexmark_version=0.62.2
github_api_version=1.132
gson_version=2.8.7
gson_version=2.8.8
hikari_version=5.0.0
java_script_version=2.0.0
kotest_version=4.6.1
kotest_version=4.6.2
kotest_ktor_version=4.4.3
kotlin_version=1.5.30
ktor_version=1.6.2
ktor_version=1.6.3
logback_version=1.2.5
logging_version=2.0.11
pgjdbc_version=0.8.9
Expand All @@ -28,5 +28,5 @@ prometheus_version=0.11.0
proxy_version=1.10.1
redis_version=3.6.3
serialization_version=1.2.2
sendgrid_version=4.7.3
utils_version=1.17.0
sendgrid_version=4.7.4
utils_version=1.18.0

0 comments on commit fbf78dd

Please sign in to comment.