Skip to content

Commit

Permalink
Update jars
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed Dec 13, 2024
1 parent 3d540fd commit 5ae7211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ plugins {
id 'application'
id 'org.jetbrains.kotlin.jvm' version '2.1.0' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.0' apply false
// id 'org.jmailen.kotlinter' version "4.5.0" apply false
// id 'org.jmailen.kotlinter' version "5.0.0" apply false
id 'com.github.gmazzo.buildconfig' version '5.5.1' apply false
id "com.github.ben-manes.versions" version '0.51.0' apply false
id "org.flywaydb.flyway" version "11.0.1"
id "org.flywaydb.flyway" version "11.1.0"
}

ext {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx8g -Dkotlin.daemon.jvm.options=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Jars
cloud_version=1.21.0
commons_version=1.12.0
css_version=1.0.0-pre.851
commons_version=1.13.0
css_version=1.0.0-pre.852
exposed_version=0.57.0
flexmark_version=0.64.8
github_api_version=1.324
Expand Down

0 comments on commit 5ae7211

Please sign in to comment.