Skip to content

Commit

Permalink
upgraded versions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Jun 14, 2023
1 parent f58d8a0 commit 4c219c1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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
2 changes: 1 addition & 1 deletion 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 '2.0.15'
}

Expand Down
2 changes: 1 addition & 1 deletion 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 '2.0.15'
}

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
2 changes: 1 addition & 1 deletion 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 '2.0.15'
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 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 '2.0.15'
}

Expand Down
2 changes: 1 addition & 1 deletion 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 '2.0.15'
}

Expand Down
2 changes: 1 addition & 1 deletion 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 '2.0.15'
}

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 4c219c1

Please sign in to comment.