lib/maven/tools/versions.rb in maven-tools-1.0.8 vs lib/maven/tools/versions.rb in maven-tools-1.0.9

- old
+ new

@@ -22,13 +22,14 @@ module Tools unless defined? VERSIONS VERSIONS = { :jar_plugin => "2.4", :clean_plugin => "2.4", - :jruby_plugins => "1.0.8", - :bundler_version => "1.7.13", + :jruby_plugins => "1.0.9", + :bundler_version => "1.9.3", :jruby_version => "1.7.19", - :tesla_version => "0.1.1" + :tesla_version => "0.1.1", + :polyglot_version => "0.1.18" }.freeze end end end