Skip to content

Commit

Permalink
Merge pull request #186 from Poeschl/dep-updates
Browse files Browse the repository at this point in the history
Dep updates
  • Loading branch information
Poeschl authored Aug 3, 2024
2 parents 58acdfd + 1e3298b commit 5a1859f
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 514 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.springframework.boot' version '3.3.2'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'org.jetbrains.kotlin.plugin.spring' version '2.0.0'
id 'org.jetbrains.kotlin.plugin.noarg' version "2.0.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
}
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:postgresql'
testImplementation 'io.mockk:mockk:1.13.11'
testImplementation 'io.mockk:mockk:1.13.12'
testImplementation 'de.pixel.mcc:MigrationChange-Checker:1.2.1'
}

Expand Down
Loading

0 comments on commit 5a1859f

Please sign in to comment.