Skip to content

Commit eac03d8

Browse files
committed
Upgrade snappy to 0.5 (#7897)
(cherry picked from commit 7cc1fbb)
1 parent 8ea24f3 commit eac03d8

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

boms/geode-all-bom/src/test/resources/expected-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
<dependency>
376376
<groupId>org.iq80.snappy</groupId>
377377
<artifactId>snappy</artifactId>
378-
<version>0.4</version>
378+
<version>0.5</version>
379379
</dependency>
380380
<dependency>
381381
<groupId>org.jboss.modules</groupId>

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class DependencyConstraints {
154154
api(group: 'org.eclipse.jetty', name: 'jetty-webapp', version: get('jetty.version'))
155155
api(group: 'org.eclipse.persistence', name: 'javax.persistence', version: '2.2.1')
156156
api(group: 'org.httpunit', name: 'httpunit', version: '1.7.3')
157-
api(group: 'org.iq80.snappy', name: 'snappy', version: '0.4')
157+
api(group: 'org.iq80.snappy', name: 'snappy', version: '0.5')
158158
api(group: 'org.jboss.modules', name: 'jboss-modules', version: get('jboss-modules.version'))
159159
api(group: 'org.jctools', name: 'jctools-core', version: '3.3.0')
160160
api(group: 'org.jgroups', name: 'jgroups', version: get('jgroups.version'))

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,11 +1058,11 @@ lib/shiro-event-1.13.0.jar
10581058
lib/shiro-lang-1.13.0.jar
10591059
lib/slf4j-api-1.7.32.jar
10601060
lib/slf4j-api-1.7.36.jar
1061-
lib/snappy-0.4.jar
1062-
lib/spring-beans-5.3.20.jar
1063-
lib/spring-context-5.3.20.jar
1064-
lib/spring-core-5.3.20.jar
1065-
lib/spring-jcl-5.3.20.jar
1061+
lib/snappy-0.5.jar
1062+
lib/spring-beans-5.3.21.jar
1063+
lib/spring-context-5.3.21.jar
1064+
lib/spring-core-5.3.21.jar
1065+
lib/spring-jcl-5.3.21.jar
10661066
lib/spring-shell-1.2.0.RELEASE.jar
10671067
lib/spring-web-5.3.20.jar
10681068
lib/swagger-annotations-2.2.0.jar

geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ javax.servlet-api-3.1.0.jar
6767
joda-time-2.10.14.jar
6868
jna-platform-5.11.0.jar
6969
jna-5.11.0.jar
70-
snappy-0.4.jar
70+
snappy-0.5.jar
7171
jgroups-3.6.20.Final.jar
7272
shiro-cache-1.13.0.jar
7373
shiro-crypto-hash-1.13.0.jar

0 commit comments

Comments
 (0)