Skip to content

Commit

Permalink
cfparser 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Aug 9, 2017
1 parent a904ed0 commit e7a8fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {
maven { url "http://cfmlprojects.org/artifacts" }
}
dependencies {
compile group: 'com.github.cfparser', name: 'cfml.parsing', version:'2.4.10'
compile group: 'com.github.cfparser', name: 'cfml.parsing', version:'2.5.0'
compile group: 'commons-cli', name: 'commons-cli', version:'1.2'
compile group: 'ro.fortsoft.pf4j', name: 'pf4j', version:'0.6'
compile group: 'ant', name: 'ant', version:'1.7.0'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>

<cfparser.version>2.4.11</cfparser.version>
<cfparser.version>2.5.0</cfparser.version>
<jackson.version>2.8.6</jackson.version>
<slf4j.version>1.7.21</slf4j.version>
</properties>
Expand Down

0 comments on commit e7a8fbc

Please sign in to comment.