Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 80b8e5c

Browse files
committed
Update to ES v7.7.1
1 parent 782e168 commit 80b8e5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
// This plugin's version (typically must match that of ES).
3-
version = '7.7.0'
3+
version = '7.7.1'
44
group = 'org.carrot2'
55

66
buildscript {
77
ext {
8-
version_es = '7.7.0'
9-
version_c2 = 'org.carrot2:carrot2-core:4.0.1'
8+
version_es = '7.7.1'
9+
version_c2 = 'org.carrot2:carrot2-core:4.0.2'
1010
}
1111

1212
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)