Skip to content

Commit

Permalink
Version Bump: spring-beans-5.2.19 -> spring-beans-5.2.20 (#527)
Browse files Browse the repository at this point in the history
Signed-off-by: penghuo <penghuo@gmail.com>
  • Loading branch information
penghuo authored Apr 5, 2022
1 parent 0a4ae66 commit 5170a6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ repositories {

dependencies {
api group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
api group: 'org.springframework', name: 'spring-context', version: '5.2.19.RELEASE'
api group: 'org.springframework', name: 'spring-beans', version: '5.2.19.RELEASE'
api group: 'org.springframework', name: 'spring-context', version: '5.2.20.RELEASE'
api group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
api group: 'com.facebook.presto', name: 'presto-matching', version: '0.240'
api group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
api project(':common')

testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
testImplementation group: 'org.springframework', name: 'spring-test', version: '5.2.19.RELEASE'
testImplementation group: 'org.springframework', name: 'spring-test', version: '5.2.20.RELEASE'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.12.4'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ configurations.all {
}

dependencies {
api group: 'org.springframework', name: 'spring-beans', version: '5.2.19.RELEASE'
api group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
api project(":ppl")
api project(':legacy')
api project(':opensearch')
Expand Down
4 changes: 2 additions & 2 deletions ppl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
api group: 'org.opensearch', name: 'opensearch-x-content', version: "${opensearch_version}"
api group: 'org.json', name: 'json', version: '20180813'
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.19.RELEASE'
implementation group: 'org.springframework', name: 'spring-beans', version: '5.2.19.RELEASE'
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.20.RELEASE'
implementation group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.17.1'
api project(':common')
api project(':core')
Expand Down
4 changes: 2 additions & 2 deletions sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
implementation "org.antlr:antlr4-runtime:4.7.1"
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
implementation group: 'org.json', name: 'json', version:'20180813'
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.19.RELEASE'
implementation group: 'org.springframework', name: 'spring-beans', version: '5.2.19.RELEASE'
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.20.RELEASE'
implementation group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
implementation project(':common')
implementation project(':core')
api project(':protocol')
Expand Down

0 comments on commit 5170a6e

Please sign in to comment.