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

Commit

Permalink
extension should not insist on down-level gson version
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Cobbett <[email protected]>
  • Loading branch information
techcobweb committed Jul 11, 2024
1 parent f91129a commit c7e193c
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 c7e193c

Please sign in to comment.