Skip to content

Commit

Permalink
Merge pull request #109 from stewartbryson:stewart
Browse files Browse the repository at this point in the history
Bumped deps.
  • Loading branch information
stewartbryson authored Nov 20, 2023
2 parents ff360cb + 0a8b824 commit 4fba73e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.ben-manes.versions" version "0.49.0"
id "com.github.ben-manes.versions" version "0.50.0"
id "build-dashboard"
id 'idea'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java-library'
id 'com.adarshr.test-logger' version '4.0.0'
id "com.redpillanalytics.gradle-properties" version "1.0.8"
id 'com.fuseanalytics.gradle.s3' version '1.2.4'
id 'com.fuseanalytics.gradle.s3' version '1.2.6'
}

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

Expand Down
1 change: 0 additions & 1 deletion src/examples/java-external-stage/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'java'
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 '4.0.0' // added for testing
id 'com.github.ben-manes.versions' version '0.49.0'
id 'com.github.ben-manes.versions' version '0.50.0'
}

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

Expand Down
1 change: 0 additions & 1 deletion src/examples/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.8.21"
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.49.0'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down

0 comments on commit 4fba73e

Please sign in to comment.