update to gradle 7.5
This commit is contained in:
parent
e79c3f07b2
commit
121e3831e7
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
libs {
|
libs {
|
||||||
version('gradle', '7.4.2')
|
version('gradle', '7.5')
|
||||||
version('junit', '5.8.2')
|
version('junit', '5.8.2')
|
||||||
version('elasticsearch', '7.10.2')
|
version('elasticsearch', '7.10.2')
|
||||||
version('lucene', '8.7.0')
|
version('lucene', '8.7.0')
|
||||||
|
|
Loading…
Reference in a new issue