Skip to content

Commit

Permalink
- Upgrading Specmatic to 2.0.48
Browse files Browse the repository at this point in the history
 - Upgrading Springboot to 3.4.0
  • Loading branch information
harikrishnan83 committed Dec 18, 2024
1 parent 473fc2a commit 070ab8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.0'
id 'org.jetbrains.kotlin.plugin.spring' version '1.9.23'
id 'jacoco'
}
Expand All @@ -29,10 +29,10 @@ jacocoTestReport {
}
}

def specmatic_version = "2.0.45"
def specmatic_version = "2.0.48"

dependencies {
implementation platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
implementation platform('org.springframework.boot:spring-boot-dependencies:3.4.0')
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand Down

0 comments on commit 070ab8c

Please sign in to comment.