Skip to content

Commit

Permalink
upgrade quartz to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 5, 2013
1 parent fa6e876 commit bef6d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ grails.project.dependency.resolution = {
}

dependencies {
compile("org.quartz-scheduler:quartz:2.2.0") {
compile("org.quartz-scheduler:quartz:2.2.1") {
excludes 'slf4j-api', 'c3p0'
}
}
Expand Down

0 comments on commit bef6d09

Please sign in to comment.