Skip to content

Commit fa16eb5

Browse files
authored
Merge pull request #62 from TrueNine/dev
v0.0.35
2 parents f47ee61 + e8305aa commit fa16eb5

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ plugins {
66
alias(libs.plugins.org.jetbrains.kotlin.jvm) apply false
77
}
88

9-
idea {
10-
module {
11-
isDownloadSources = true
12-
}
13-
}
9+
idea { module { isDownloadSources = true } }

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ java = "17"
2626
net-sf-sevenzipjbinding = "16.02-2.01"
2727
nl-littlerobots-version-catalog-updat-gradle-plugin = "1.0.0"
2828
org-apache-commons-exec = "1.5.0"
29-
org-apache-groovy = "4.0.28"
29+
org-apache-groovy = "5.0.0"
3030
org-apache-logging-log4j = "2.25.1"
3131
org-assertj = "4.0.0-M1"
3232
org-awaitility = "4.3.0"
33-
org-babyfish-jimmer = "0.9.107"
33+
org-babyfish-jimmer = "0.9.109"
3434
org-gradle = "9.1.0-rc-3"
35-
org-hibernate-orm = "6.6.15.Final"
35+
org-hibernate-orm = "7.1.0.Final"
3636
org-jetbrains-dokka = "2.0.0"
3737
org-jetbrains-intellij-platform = "2.9.0"
3838
org-jetbrains-kotlin = "2.2.10"
@@ -54,7 +54,7 @@ org-springframework-modulith = "2.0.0-M1"
5454
org-springframework-security = "6.5.3"
5555
org-testcontainers = "1.21.3"
5656
org-testng = "7.11.0"
57-
project = "0.0.34"
57+
project = "0.0.35"
5858

5959
[libraries]
6060
ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }

0 commit comments

Comments
 (0)