diff --git a/.one-pipeline.yaml b/.one-pipeline.yaml index 53ad08f..d0d8f48 100644 --- a/.one-pipeline.yaml +++ b/.one-pipeline.yaml @@ -7,7 +7,7 @@ setup: set_env S2I_URI "https://api.github.com/repos/openshift/source-to-image/releases/tags/v1.3.9" set_env CEKIT_VERSION "4.9.1" - set_env LIBERTY_VERSION "24.0.0.12" + set_env LIBERTY_VERSION "25.0.0.1" set_env CRA_VULNERABILITY_RESULTS_STATUS "success" test: diff --git a/Makefile b/Makefile index 531c990..3baa79d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LIBERTY_VERSION=24.0.0.12 +LIBERTY_VERSION=25.0.0.1 JAVA8_IMAGE_VERSION=$(LIBERTY_VERSION)-java8 JAVA8_RUNTIME_IMAGE_VERSION=$(LIBERTY_VERSION)-runtime-java8 JAVA11_IMAGE_VERSION=$(LIBERTY_VERSION)-java11 diff --git a/test/test-app-rest/src/main/webapp/index.html b/test/test-app-rest/src/main/webapp/index.html index 5cbbbf5..36db7ae 100644 --- a/test/test-app-rest/src/main/webapp/index.html +++ b/test/test-app-rest/src/main/webapp/index.html @@ -23,7 +23,7 @@