Skip to content

Commit 1fec405

Browse files
authoredMar 27, 2018
Merge pull request #5093 from jruby/upgrade-joda
upgrade joda-time library to latest 2.9.9
2 parents caf8daa + 1646e57 commit 1fec405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎pom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'ant.version' => '1.9.2',
8686
'asm.version' => '6.0',
8787
'jffi.version' => '1.2.16',
88-
'joda.time.version' => '2.8.2' )
88+
'joda.time.version' => '2.9.9' )
8989

9090
plugin_management do
9191
jar( 'junit:junit:4.11',

Diff for: ‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ DO NOT MODIFIY - GENERATED CODE
132132
<version.jruby>${project.version}</version.jruby>
133133
<main.basedir>${project.basedir}</main.basedir>
134134
<github.global.server>github</github.global.server>
135-
<joda.time.version>2.8.2</joda.time.version>
135+
<joda.time.version>2.9.9</joda.time.version>
136136
<rspec-support.version>3.4.1</rspec-support.version>
137137
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
138138
</properties>

0 commit comments

Comments
 (0)
Please sign in to comment.