Skip to content

Commit

Permalink
Merge pull request #230 from Poeschl/dependabot/gradle/backend/gradle…
Browse files Browse the repository at this point in the history
…-63f874c8ad

⬆️ Bump the gradle group across 1 directory with 8 updates
  • Loading branch information
Poeschl authored Dec 31, 2024
2 parents 825ff13 + d12d3ff commit ed86e4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'org.springframework.boot' version '3.3.4'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.jetbrains.kotlin.jvm' version '2.0.20'
id 'org.jetbrains.kotlin.plugin.spring' version '2.0.20'
id 'org.jetbrains.kotlin.plugin.noarg' version "2.0.20"
id 'org.jetbrains.kotlin.kapt' version "2.0.20"
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
id 'org.jetbrains.kotlin.plugin.spring' version '2.1.0'
id 'org.jetbrains.kotlin.plugin.noarg' version "2.1.0"
id 'org.jetbrains.kotlin.kapt' version "2.1.0"
}

group = 'xyz.poeschl.roborush'
Expand All @@ -27,7 +27,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.security:spring-security-messaging'
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
Expand All @@ -36,7 +36,7 @@ dependencies {
implementation 'org.postgresql:postgresql'
implementation 'net.karneim:pojobuilder:4.3.0:annotations'
implementation 'org.apache.commons:commons-imaging:1.0.0-alpha5'
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.9'
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.10'

kapt 'net.karneim:pojobuilder:4.3.0'

Expand All @@ -45,7 +45,7 @@ dependencies {
}
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:postgresql'
testImplementation 'io.mockk:mockk:1.13.12'
testImplementation 'io.mockk:mockk:1.13.13'
testImplementation 'de.pixel.mcc:MigrationChange-Checker:1.2.1'
}

Expand Down

0 comments on commit ed86e4f

Please sign in to comment.