Bump gradle wrapper 9.5.0->9.5.1, slf4j 2.0.17->2.0.18, parquet-floor 1.65->1.69

This commit is contained in:
rdk
2026-05-15 02:57:07 +02:00
parent c78519c98e
commit 9fd7ffe0db
2 changed files with 4 additions and 4 deletions

View File

@@ -206,10 +206,10 @@ dependencies {
implementation 'org.apache.arrow:arrow-vector:19.0.0'
implementation 'org.apache.arrow:arrow-memory-netty:19.0.0'
implementation 'blue.strategic.parquet:parquet-floor:1.65'
implementation 'blue.strategic.parquet:parquet-floor:1.69'
implementation 'org.slf4j:slf4j-api:2.0.17'
implementation 'org.slf4j:jul-to-slf4j:2.0.17' // for netlib logging messages
implementation 'org.slf4j:slf4j-api:2.0.18'
implementation 'org.slf4j:jul-to-slf4j:2.0.18' // for netlib logging messages
implementation 'org.apache.logging.log4j:log4j-core:2.26.0'
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0'

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500