From 68759e30238035d705b66fc18e6bcddb55c20f88 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 20 Apr 2023 18:57:16 +0300 Subject: [PATCH] Update dependencies. --- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- installAndRun.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 5b43f17..65a1d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.7.10' + id 'org.springframework.boot' version '2.7.11' id 'io.spring.dependency-management' version '1.1.0' id 'java' } @@ -74,7 +74,7 @@ dependencies { } // https://mvnrepository.com/artifact/org.apache.parquet/parquet-avro - implementation('org.apache.parquet:parquet-avro:1.12.3') + implementation('org.apache.parquet:parquet-avro:1.13.0') // https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common implementation('org.apache.hadoop:hadoop-common:3.3.5') { @@ -113,7 +113,7 @@ dependencies { implementation 'org.json:json:20230227' // https://mvnrepository.com/artifact/io.micrometer/micrometer-registry-prometheus - runtimeOnly 'io.micrometer:micrometer-registry-prometheus:1.10.5' + runtimeOnly 'io.micrometer:micrometer-registry-prometheus:1.10.6' testImplementation 'org.springframework.security:spring-security-test' testImplementation "org.springframework.boot:spring-boot-starter-test" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bdc9a83..0c85a1f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/installAndRun.sh b/installAndRun.sh index 60cbe3c..d1e801e 100755 --- a/installAndRun.sh +++ b/installAndRun.sh @@ -26,7 +26,7 @@ if [[ justInstall -eq 1 && shouldRunInDocker -eq 1 ]]; then justInstall=0 fi -gradleVersion="8.0.2" +gradleVersion="8.1" if [[ justInstall -eq 0 ]]; then