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

Commit

Permalink
Bump gson to 2.10.1 in etcd extension (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour authored Jun 10, 2024
1 parent c64e7d9 commit 4d45477
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galasa-extensions-parent/dev.galasa.cps.etcd/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Import-Package: \
javax.security.cert
Embed-Transitive: true
Embed-Dependency: *;scope=compile|runtime
-includeresource: gson-2.9.0.jar; lib:=true,\
-includeresource: gson-2.10.1.jar; lib:=true,\
jetcd-core-0.5.9.jar; lib:=true,\
jetcd-common-0.5.9.jar; lib:=true,\
grpc-core-1.39.0.jar; lib:=true,\
Expand Down
4 changes: 2 additions & 2 deletions galasa-extensions-parent/dev.galasa.cps.etcd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugins {

description = 'Galasa etcd3 for CPS, DSS and Credentials - Provides the CPS, DSS and Credential stores from a etcd3 server'

version = '0.33.0'
version = '0.34.0'

dependencies {
implementation ('io.etcd:jetcd-core:0.5.9')

// Not required for compile, but required to force the download of the jars to embed by bnd
implementation ('com.google.code.gson:gson:2.9.0') {
implementation ('com.google.code.gson:gson:2.10.1') {
force = true
}
implementation ('org.codehaus.mojo:animal-sniffer-annotations:1.19')
Expand Down
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ framework:
codecoverage: true

- artifact: dev.galasa.cps.etcd
version: 0.33.0
version: 0.34.0
obr: true
isolated: true
codecoverage: true
Expand Down

0 comments on commit 4d45477

Please sign in to comment.