File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
core/core-api/src/main/kotlin/io/dodn/springboot/core/domain Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11[{* .kt,* .kts} ]
22ktlint_code_style = INTELLIJ_IDEA
3+ ktlint_standard_function-expression-body = disabled
34ij_kotlin_allow_trailing_comma = true
45ij_kotlin_allow_trailing_comma_on_call_site = true
56ij_kotlin_name_count_to_use_star_import = 2147483647
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package io.dodn.springboot.core.domain
33import org.springframework.stereotype.Service
44
55@Service
6- class ExampleService () {
6+ class ExampleService {
77 fun processExample (exampleData : ExampleData ): ExampleResult {
88 return ExampleResult (exampleData.value)
99 }
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ javaVersion=21
1010
1111# ## Plugin dependency versions ###
1212asciidoctorConvertVersion =3.3.2
13- ktlintVersion =12.3 .0
13+ ktlintVersion =13.0 .0
1414
1515# ## Spring dependency versions ###
16- springBootVersion =3.4.6
16+ springBootVersion =3.5.3
1717springDependencyManagementVersion =1.1.7
18- springCloudDependenciesVersion =2024 .0.1
18+ springCloudDependenciesVersion =2025 .0.0
1919
2020# ## External dependency versions ###
2121springMockkVersion =4.0.2
22- sentryVersion =8.12 .0
22+ sentryVersion =8.17 .0
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments