Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Oct 11, 2023
1 parent df331f1 commit 1fea360
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "com.github.ben-manes.versions" version "0.47.0"
id "pl.allegro.tech.build.axion-release" version "1.15.4"
id "com.github.breadmoirai.github-release" version "2.4.1"
id "com.github.ben-manes.versions" version "0.49.0"
id "pl.allegro.tech.build.axion-release" version "1.15.5"
id "com.github.breadmoirai.github-release" version "2.5"
id "build-dashboard"
id 'idea'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/java-manual/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {
dependencies {
implementation 'org.codehaus.groovy:groovy:3.0.19'
implementation 'org.slf4j:slf4j-simple:2.0.9'
implementation 'com.snowflake:snowpark:1.8.0'
implementation 'com.snowflake:snowpark:1.9.0'
implementation 'gradle.plugin.com.redpillanalytics:gradle-properties:1.0.7'
implementation 'gradle.plugin.com.github.johnrengelman:shadow:8.0.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
Expand All @@ -32,7 +32,7 @@ testing {
useSpock('2.3-groovy-3.0')
dependencies {
implementation project()
implementation 'com.snowflake:snowpark:1.8.0'
implementation 'com.snowflake:snowpark:1.9.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/examples/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'groovy'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down
2 changes: 1 addition & 1 deletion src/examples/java-external-stage/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down
2 changes: 1 addition & 1 deletion src/examples/java-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'groovy' // needed for Spock testing framework
id 'io.github.stewartbryson.snowflake' version '@version@'
id 'com.adarshr.test-logger' version '3.2.0' // added for testing
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down
2 changes: 1 addition & 1 deletion src/examples/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.8.21"
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down
2 changes: 1 addition & 1 deletion src/examples/scala/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'scala'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down

0 comments on commit 1fea360

Please sign in to comment.