Skip to content

Commit

Permalink
Merge pull request #7 from benshippee/chore/lock-versions
Browse files Browse the repository at this point in the history
Lock versions to known working versions
  • Loading branch information
sandonjacobs committed Jan 26, 2022
2 parents 93ffd5a + 6c5e5ba commit 2a84a1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.github.sandonjacobs'
version '0.8.1'
version '0.8.2'

githubRelease {
token = getProperty('github.token')
Expand All @@ -30,12 +30,12 @@ dependencies {
implementation gradleApi()
implementation localGroovy()

implementation group: 'org.slf4j', name: 'slf4j-simple', version: '+'
implementation 'com.konghq:unirest-java:+'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.35'
implementation 'com.konghq:unirest-java:3.13.4'

// Gradle Properties
// It also has the Common library in it, thus the dependency here
implementation "gradle.plugin.com.redpillanalytics:gradle-properties:+"
implementation "gradle.plugin.com.redpillanalytics:gradle-properties:1.0.2"

// testing
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
Expand Down

0 comments on commit 2a84a1c

Please sign in to comment.