Skip to content

Commit

Permalink
Update springboot version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Somanath Hugar committed Nov 10, 2023
1 parent 848b174 commit dfed1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1'
implementation 'org.json:json:20211205'
implementation 'io.camunda:zeebe-client-java:8.1.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:$springBootVersion'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.2'
Expand Down

0 comments on commit dfed1f6

Please sign in to comment.