Skip to content

Commit

Permalink
Update JDK to 8u161
Browse files Browse the repository at this point in the history
  • Loading branch information
Helen Campbell committed Feb 1, 2018
1 parent 5c64838 commit 8b823a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def create_certs(host, tmpdir)
pp_one = <<-MANIFEST
include chocolatey
package { 'jdk8':
ensure => '8.0.152',
ensure => '8.0.162',
provider => 'chocolatey'
}
MANIFEST
Expand All @@ -127,7 +127,7 @@ class { 'java': }

RSpec.shared_context 'common variables' do
before(:each) do
java_major, java_minor = (ENV['JAVA_VERSION'] || '8u152').split('u')
java_major, java_minor = (ENV['JAVA_VERSION'] || '8u162').split('u')
@ensure_ks = 'latest'
@resource_path = 'undef'
@target_dir = '/etc/'
Expand Down

0 comments on commit 8b823a4

Please sign in to comment.