Skip to content

Commit

Permalink
Merge pull request #105 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
Bumped deps.
  • Loading branch information
stewartbryson authored Oct 27, 2023
2 parents 24b4fe3 + 9fe94ec commit 62361d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.gradle.plugin-publish' version '1.2.1'
id 'groovy'
id 'java-library'
id 'com.adarshr.test-logger' version '3.2.0'
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.3'
}
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 @@ -2,7 +2,7 @@ plugins {
id 'java'
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.adarshr.test-logger' version '4.0.0' // added for testing
id 'com.github.ben-manes.versions' version '0.49.0'
}

Expand Down

0 comments on commit 62361d2

Please sign in to comment.