diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index 156d3a13a966..a7437c40cd58 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -232,11 +232,11 @@ class CommunityLibraryLicenses { license: "Apache 2.0", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0.txt", url: "https://jetbrains.team/p/grazi/code/grazi-language-detector"), - new LibraryLicense(name: "Grazi Language Tool", libraryName: "tanvd.grazi.languagetool:grazi-language-tool:4.7.8", + new LibraryLicense(name: "Grazi Language Tool", libraryName: "tanvd.grazi.languagetool:grazi-language-tool:4.7.9", license: "LGPL 2.1", licenseUrl: "http://www.gnu.org/licenses/lgpl-2.1.txt", url: "https://jetbrains.team/p/grazi/code/grazi-language-tool"), - new LibraryLicense(name: "Grazi Language Tool (English)", libraryName: "tanvd.grazi.languagetool:grazi-language-tool-en:4.7.8", + new LibraryLicense(name: "Grazi Language Tool (English)", libraryName: "tanvd.grazi.languagetool:grazi-language-tool-en:4.7.9", license: "LGPL 2.1", licenseUrl: "http://www.gnu.org/licenses/lgpl-2.1.txt", url: "https://jetbrains.team/p/grazi/code/grazi-language-tool"),