Skip to content

Commit

Permalink
Merge pull request #97 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
Bumped versions plugin.
  • Loading branch information
stewartbryson authored Jun 14, 2023
2 parents 8a869dc + ef2cf74 commit e7b2ed1
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 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.46.0"
id "com.github.ben-manes.versions" version "0.47.0"
id "pl.allegro.tech.build.axion-release" version "1.15.3"
id "com.github.breadmoirai.github-release" version "2.4.1"
id "build-dashboard"
Expand Down
6 changes: 3 additions & 3 deletions examples/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id 'groovy'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
}

repositories {
Expand Down
6 changes: 3 additions & 3 deletions examples/java-external-stage/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id 'java'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
}

repositories {
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.46.0'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

Expand Down
10 changes: 5 additions & 5 deletions examples/java-testing/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id 'java'
id 'groovy' // needed for Spock testing framework
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id 'com.adarshr.test-logger' version '3.2.0' // added for testing
id 'com.github.ben-manes.versions' version '0.46.0'
id 'java'
id 'groovy' // needed for Spock testing framework
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id 'com.adarshr.test-logger' version '3.2.0' // added for testing
id 'com.github.ben-manes.versions' version '0.47.0'
}

repositories {
Expand Down
6 changes: 3 additions & 3 deletions examples/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id 'java'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
}

repositories {
Expand Down
6 changes: 3 additions & 3 deletions examples/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.8.21"
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id "org.jetbrains.kotlin.jvm" version "1.8.21"
id 'com.github.ben-manes.versions' version '0.47.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
}

repositories {
Expand Down
6 changes: 3 additions & 3 deletions examples/scala/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'scala'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
id 'scala'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'io.github.stewartbryson.snowflake' version '2.0.16'
}

repositories {
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.46.0'
id 'com.github.ben-manes.versions' version '0.47.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.46.0'
id 'com.github.ben-manes.versions' version '0.47.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.46.0'
id 'com.github.ben-manes.versions' version '0.47.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.46.0'
id 'com.github.ben-manes.versions' version '0.47.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.46.0'
id 'com.github.ben-manes.versions' version '0.47.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.46.0'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

Expand Down

0 comments on commit e7b2ed1

Please sign in to comment.