Skip to content

Commit

Permalink
Revert H2 version change
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Mar 21, 2024
1 parent 75805fb commit e3c9a41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CVE-2021-42392
CVE-2022-23221
GHSA-h376-j262-vhq6
GMS-2022-7
CVE-2022-45868

# com.github.docker-java:docker-java:3.1.5
CVE-2020-13956
Expand Down
2 changes: 1 addition & 1 deletion bvm/ballerina-rt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
dist 'io.opentracing:opentracing-util:0.33.0'
dist 'org.awaitility:awaitility:3.1.6'
dist 'org.hdrhistogram:HdrHistogram:2.1.10'
dist 'com.h2database:h2:2.2.220'
dist 'com.h2database:h2:1.4.199'
dist 'org.hdrhistogram:HdrHistogram:2.1.10'

// observability extensions
Expand Down
2 changes: 1 addition & 1 deletion distribution/zip/jballerina-tools/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ org.wso2.securevault-1.0.0-wso2v2.jar
kubernetes.jar jar apache2
debug-adapter-core-1.1.0.jar jar apache2
debug-adapter-cli-1.1.0.jar jar apache2
h2-2.2.220.jar bundle apache2
h2-1.4.199.jar bundle apache2
org.eclipse.lsp4j-0.8.1.jar bundle epl1
commons-io-2.11.0.jar bundle apache2
language-server-stdio-launcher-1.1.0.jar jar apache2
Expand Down
2 changes: 1 addition & 1 deletion distribution/zip/jballerina/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ org.wso2.securevault-1.0.0-wso2v2.jar
kubernetes.jar jar apache2
debug-adapter-core-1.1.0.jar jar apache2
debug-adapter-cli-1.1.0.jar jar apache2
h2-2.2.220.jar bundle apache2
h2-1.4.199.jar bundle apache2
org.eclipse.lsp4j-0.8.1.jar bundle epl1
commons-io-2.11.0.jar bundle apache2
language-server-stdio-launcher-1.1.0.jar jar apache2
Expand Down
2 changes: 1 addition & 1 deletion gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.11.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2'
implementation 'com.h2database:h2:2.2.220'
implementation 'com.h2database:h2:1.4.199'
implementation 'org.hsqldb:hsqldb:2.2.7'
implementation 'com.wix:wix-embedded-mysql:4.6.1'
implementation 'mysql:mysql-connector-java:8.0.19'
Expand Down
2 changes: 1 addition & 1 deletion language-server/modules/langserver-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies {
// baloImplementation project(path: ':ballerina-websub', configuration: 'baloImplementation')
baloImplementation project(path: ':testerina:testerina-core', configuration: 'baloImplementation')

dependency 'com.h2database:h2:2.2.220'
dependency 'com.h2database:h2:1.4.199'
dependency 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.8.1'
dependency 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.8.1'
dependency 'commons-io:commons-io:2.11.0'
Expand Down

0 comments on commit e3c9a41

Please sign in to comment.