Skip to content

Commit

Permalink
Upgrade versions of Spring Boot and json-io to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed May 7, 2024
1 parent 4a70748 commit ab51c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
jmockitVersion = "1.49"
springBootVersion = "3.2.4"
springBootVersion = "3.2.5"
}
}

Expand Down
2 changes: 1 addition & 1 deletion java-cfenv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
description = 'Java CF Env Core Library'

dependencies {
api 'com.cedarsoftware:json-io:4.22.0'
api 'com.cedarsoftware:json-io:4.24.0'

testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "junit:junit"
Expand Down

0 comments on commit ab51c10

Please sign in to comment.