Skip to content

Commit 7a1f958

Browse files
Bump org.springframework.boot from 3.4.5 to 3.5.5 in /services/hanke-service (#1105)
1 parent e80f8c4 commit 7a1f958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/hanke-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spotless {
5555

5656
plugins {
5757
val kotlinVersion = "2.1.21"
58-
id("org.springframework.boot") version "3.4.5"
58+
id("org.springframework.boot") version "3.5.5"
5959
id("io.spring.dependency-management") version "1.1.7"
6060
id("com.diffplug.spotless") version "7.2.1"
6161
kotlin("jvm") version kotlinVersion

services/hanke-service/src/integrationTest/kotlin/fi/hel/haitaton/hanke/attachment/hanke/HankeAttachmentServiceITest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class HankeAttachmentServiceITest(
245245

246246
hankeAttachmentService.deleteAllAttachments(hanke)
247247

248-
assertThat(attachmentRepository.findByIdOrNull(otherAttachment.id)).isNotNull()
248+
assertThat(attachmentRepository.findByIdOrNull(otherAttachment.id!!)).isNotNull()
249249
assertThat(fileClient.listBlobs(Container.HANKE_LIITTEET).map { it.path })
250250
.containsExactly(otherAttachment.blobLocation)
251251
}

0 commit comments

Comments
 (0)