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

Bump gson to 2.10.1 in etcd extension #232

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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