Skip to content

Commit

Permalink
Upgrades to align to Spring Boot 3.3.1 and json-io 4.26.0 (#266)
Browse files Browse the repository at this point in the history
* Upgrades to latest available versions of
* Spring Boot (3.3.1)
* JSON IO (4.26.0)
  • Loading branch information
pacphi authored Jul 21, 2024
1 parent c4cae06 commit faa65cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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.5"
springBootVersion = "3.3.1"
}
}

Expand All @@ -15,3 +15,4 @@ description = 'Java Library for Accessing Cloud Foundry Environment Variables'
wrapper {
gradleVersion = "8.7"
}

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.24.0'
api 'com.cedarsoftware:json-io:4.26.0'

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

0 comments on commit faa65cf

Please sign in to comment.