Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #250 from galasa-dev/mcobbett-gson-uplift
Browse files Browse the repository at this point in the history
extension should not insist on down-level gson version
  • Loading branch information
KirbyKatcher authored Jul 11, 2024
2 parents f91129a + c7e193c commit 60d5d37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions galasa-extensions-parent/dev.galasa.cps.rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ version = '0.36.0'
dependencies {

// Not required for compile, but required to force the download of the jars to embed by bnd
implementation ('dev.galasa:gson:2.8.5') {
force = true
}
implementation ('dev.galasa:gson:2.10.1')
implementation ('dev.galasa:dev.galasa.framework.api.beans:0.33.0')
implementation (project(':dev.galasa.extensions.common'))
implementation 'commons-io:commons-io:2.16.1'
Expand Down

0 comments on commit 60d5d37

Please sign in to comment.