Skip to content

Commit

Permalink
⬆️ upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmai-dev committed Sep 9, 2023
1 parent f21f17f commit d5176d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
annotations = "24.0.1"
lombok = "1.18.28"
guava = "32.1.2-jre"
druid = "1.2.18"
jsqlparser = "4.6"
druid = "1.2.19"
jsqlparser = "4.7"
evoInflector = "1.3"


# plugins
kotlin = "1.9.0"
changelog = "2.1.2"
kotlin = "1.9.10"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.15.0"
qodana = "0.1.13"
kover = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "Go ORM Helper"

0 comments on commit d5176d5

Please sign in to comment.