Skip to content

Commit

Permalink
Merge pull request #5093 from jruby/upgrade-joda
Browse files Browse the repository at this point in the history
upgrade joda-time library to latest 2.9.9
kares authored Mar 27, 2018

Verified

This commit was signed with the committer’s verified signature.
headius Charles Oliver Nutter
2 parents caf8daa + 1646e57 commit 1fec405
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@
'ant.version' => '1.9.2',
'asm.version' => '6.0',
'jffi.version' => '1.2.16',
'joda.time.version' => '2.8.2' )
'joda.time.version' => '2.9.9' )

plugin_management do
jar( 'junit:junit:4.11',
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ DO NOT MODIFIY - GENERATED CODE
<version.jruby>${project.version}</version.jruby>
<main.basedir>${project.basedir}</main.basedir>
<github.global.server>github</github.global.server>
<joda.time.version>2.8.2</joda.time.version>
<joda.time.version>2.9.9</joda.time.version>
<rspec-support.version>3.4.1</rspec-support.version>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
</properties>

0 comments on commit 1fec405

Please sign in to comment.