summaryrefslogtreecommitdiff
path: root/spec/integration/java
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/java')
-rw-r--r--spec/integration/java/maven_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/integration/java/maven_spec.rb b/spec/integration/java/maven_spec.rb
index 410d607..49ee82c 100644
--- a/spec/integration/java/maven_spec.rb
+++ b/spec/integration/java/maven_spec.rb
@@ -124,12 +124,12 @@ RSpec.describe "maven" do
})
expect(output_file).to exist
- expect(output_file.read).to include('openjdk version "1.8.0_242"')
+ expect(output_file.read).to include('openjdk version "1.8.0_252"')
end
it 'reads the ASDF_JAVA_VERSION' do
runner.scan(env: {
- 'ASDF_JAVA_VERSION' => 'adopt-openjdk-11.0.7+10',
+ 'ASDF_JAVA_VERSION' => 'adopt-openjdk-11.0.7+10.1',
'SETUP_CMD' => 'bash custom.sh'
})
@@ -141,7 +141,7 @@ RSpec.describe "maven" do
runner.scan(env: { 'SETUP_CMD' => 'bash custom.sh' })
expect(output_file).to exist
- expect(output_file.read).to include('openjdk version "1.8.0_242"')
+ expect(output_file.read).to include('openjdk version "1.8.0_252"')
end
end
end