Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 8, 2017
1 parent 109de18 commit 9f612e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ buildscript {
}

dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.7.1'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1'
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'org.ajoberstar:gradle-git:1.3.2'
classpath 'org.kordamp.gradle:stats-gradle-plugin:0.2.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
classpath 'net.nemerosa:versioning:2.5.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
classpath 'net.nemerosa:versioning:2.6.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion subprojects/bootstrapfx-core/bootstrapfx-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task sourcesJar(type: Jar) {
dependencies {
// upgraded dependencies for compass-gradle
jrubyExec 'org.bouncycastle:bcprov-jdk15on:1.56'
jrubyExec 'org.jruby:jruby-complete:9.1.6.0'
jrubyExec 'org.jruby:jruby-complete:9.1.8.0'
}

javadoc {
Expand Down
2 changes: 1 addition & 1 deletion subprojects/sampler/sampler.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ mainClassName = 'org.kordamp.bootstrapfx.Sampler'

dependencies {
compile project(':bootstrapfx-core')
compile 'org.fxmisc.richtext:richtextfx:0.7-M3'
compile 'org.fxmisc.richtext:richtextfx:0.7-M5'
}

0 comments on commit 9f612e1

Please sign in to comment.