File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/main/kotlin/net/leanix/githubagent/services Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55 id(" io.spring.dependency-management" ) version " 1.1.7"
66 id(" com.expediagroup.graphql" ) version " 8.8.1"
77 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.8"
8- kotlin(" jvm" ) version " 2.2 .21"
9- kotlin(" plugin.spring" ) version " 2.2 .21"
8+ kotlin(" jvm" ) version " 2.0 .21"
9+ kotlin(" plugin.spring" ) version " 2.0 .21"
1010 jacoco
1111}
1212
@@ -23,7 +23,7 @@ repositories {
2323 mavenCentral()
2424}
2525
26- extra[" springCloudVersion" ] = " 2024 .0.2 "
26+ extra[" springCloudVersion" ] = " 2025 .0.0 "
2727
2828dependencyManagement {
2929 imports {
Original file line number Diff line number Diff line change @@ -135,7 +135,9 @@ class WebhookEventService(
135135 defaultBranch : String?
136136 ) {
137137 val location = getManifestFileLocation(manifestFilePath)
138- logger.info(" Manifest file ${ManifestFileAction .REMOVED } from repository $repositoryFullName under $location " )
138+ logger.info(
139+ " Manifest file ${ManifestFileAction .REMOVED } from repository $repositoryFullName under $location "
140+ )
139141 webSocketService.sendMessage(
140142 " /events/manifestFile" ,
141143 ManifestFileUpdateDto (
You can’t perform that action at this time.
0 commit comments