Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Updated stripe-java to 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyKlein committed Jul 28, 2015
1 parent 8f3b0e4 commit 6c86553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StripeGrailsPlugin.groovy
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/
class StripeGrailsPlugin {
def version = "2.8"
def version = "2.9"
def grailsVersion = "1.3.7 > *"
def loadAfter = ['resources', 'jquery']

Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -14,7 +14,7 @@ grails.project.dependency.resolution = {
}

dependencies {
compile 'com.stripe:stripe-java:1.17.0'
compile 'com.stripe:stripe-java:1.32.1'
}

plugins {
Expand Down

0 comments on commit 6c86553

Please sign in to comment.