diff --git a/dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml b/dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml index 556e0f067e2..b14168214c2 100644 --- a/dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml +++ b/dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml @@ -919,7 +919,7 @@ io.smallrye.common smallrye-common-annotation - 2.1.0 + 2.2.0 io.smallrye.common @@ -929,7 +929,7 @@ io.smallrye.common smallrye-common-classloader - 2.1.0 + 2.2.0 io.smallrye.common @@ -939,7 +939,7 @@ io.smallrye.common smallrye-common-constraint - 2.1.0 + 2.2.0 io.smallrye.common @@ -949,7 +949,7 @@ io.smallrye.common smallrye-common-expression - 2.1.0 + 2.2.0 io.smallrye.common @@ -959,7 +959,7 @@ io.smallrye.common smallrye-common-function - 2.1.0 + 2.2.0 io.smallrye.config @@ -969,7 +969,7 @@ io.smallrye.config smallrye-config-common - 3.3.0 + 3.5.2 io.smallrye.config @@ -979,7 +979,7 @@ io.smallrye.config smallrye-config-core - 3.3.0 + 3.5.2 io.smallrye.config @@ -989,7 +989,7 @@ io.smallrye.config smallrye-config - 3.3.0 + 3.5.2 io.smallrye.reactive diff --git a/dev/cnf/oss_dependencies.maven b/dev/cnf/oss_dependencies.maven index 86f4d65608a..cf7c0cd96d5 100644 --- a/dev/cnf/oss_dependencies.maven +++ b/dev/cnf/oss_dependencies.maven @@ -179,21 +179,21 @@ io.prometheus:simpleclient_tracer_otel_agent:0.15.0 io.reactivex.rxjava2:rxjava:2.2.19 io.reactivex:rxjava:1.3.8 io.smallrye.common:smallrye-common-annotation:1.6.0 -io.smallrye.common:smallrye-common-annotation:2.1.0 +io.smallrye.common:smallrye-common-annotation:2.2.0 io.smallrye.common:smallrye-common-classloader:1.6.0 -io.smallrye.common:smallrye-common-classloader:2.1.0 +io.smallrye.common:smallrye-common-classloader:2.2.0 io.smallrye.common:smallrye-common-constraint:1.6.0 -io.smallrye.common:smallrye-common-constraint:2.1.0 +io.smallrye.common:smallrye-common-constraint:2.2.0 io.smallrye.common:smallrye-common-expression:1.6.0 -io.smallrye.common:smallrye-common-expression:2.1.0 +io.smallrye.common:smallrye-common-expression:2.2.0 io.smallrye.common:smallrye-common-function:1.6.0 -io.smallrye.common:smallrye-common-function:2.1.0 +io.smallrye.common:smallrye-common-function:2.2.0 io.smallrye.config:smallrye-config-common:2.5.1 -io.smallrye.config:smallrye-config-common:3.3.0 +io.smallrye.config:smallrye-config-common:3.5.2 io.smallrye.config:smallrye-config-core:2.5.1 -io.smallrye.config:smallrye-config-core:3.3.0 +io.smallrye.config:smallrye-config-core:3.5.2 io.smallrye.config:smallrye-config:2.5.1 -io.smallrye.config:smallrye-config:3.3.0 +io.smallrye.config:smallrye-config:3.5.2 io.smallrye.reactive:mutiny-reactive-streams-operators-jakarta:2.5.3 io.smallrye.reactive:mutiny-zero-flow-adapters:1.0.0 io.smallrye.reactive:mutiny:2.5.3 diff --git a/dev/io.openliberty.io.smallrye.common2/bnd.bnd b/dev/io.openliberty.io.smallrye.common2/bnd.bnd index 7522064e5dd..092cb8d5d28 100644 --- a/dev/io.openliberty.io.smallrye.common2/bnd.bnd +++ b/dev/io.openliberty.io.smallrye.common2/bnd.bnd @@ -20,13 +20,13 @@ Bundle-SymbolicName: io.openliberty.io.smallrye.common2; singleton:=true Export-Package: \ - io.smallrye.common.*; version="2.1.0" + io.smallrye.common.*; version="2.2.0" instrument.disabled: true -buildpath: \ - io.smallrye.common:smallrye-common-annotation;version=2.1.0;strategy=exact, \ - io.smallrye.common:smallrye-common-expression;version=2.1.0;strategy=exact, \ - io.smallrye.common:smallrye-common-constraint;version=2.1.0;strategy=exact, \ - io.smallrye.common:smallrye-common-function;version=2.1.0;strategy=exact, \ - io.smallrye.common:smallrye-common-classloader;version=2.1.0;strategy=exact + io.smallrye.common:smallrye-common-annotation;version=2.2.0;strategy=exact, \ + io.smallrye.common:smallrye-common-expression;version=2.2.0;strategy=exact, \ + io.smallrye.common:smallrye-common-constraint;version=2.2.0;strategy=exact, \ + io.smallrye.common:smallrye-common-function;version=2.2.0;strategy=exact, \ + io.smallrye.common:smallrye-common-classloader;version=2.2.0;strategy=exact diff --git a/dev/io.openliberty.io.smallrye.config3/bnd.bnd b/dev/io.openliberty.io.smallrye.config3/bnd.bnd index b28aad77f55..c0a8998fc47 100644 --- a/dev/io.openliberty.io.smallrye.config3/bnd.bnd +++ b/dev/io.openliberty.io.smallrye.config3/bnd.bnd @@ -47,14 +47,14 @@ Import-Package: \ * Export-Package: \ - io.smallrye.config.*;version="3.3.0" + io.smallrye.config.*;version="3.5.2" -buildpath: \ io.openliberty.io.smallrye.common2;version=latest, \ - io.smallrye.config:smallrye-config;version=3.3.0;strategy=exact, \ - io.smallrye.config:smallrye-config-common;version=3.3.0;strategy=exact, \ - io.smallrye.config:smallrye-config-core;version=3.3.0;strategy=exact, \ + io.smallrye.config:smallrye-config;version=3.5.2;strategy=exact, \ + io.smallrye.config:smallrye-config-common;version=3.5.2;strategy=exact, \ + io.smallrye.config:smallrye-config-core;version=3.5.2;strategy=exact, \ io.openliberty.jakarta.cdi.4.0;version=latest, \ io.openliberty.jakarta.annotation.2.1;version=latest, \ io.openliberty.org.eclipse.microprofile.config.3.1;version=latest, \ diff --git a/dev/io.openliberty.io.smallrye.config3/src/io/openliberty/microprofile/config/internal/extension/OLSmallRyeConfigBuilder.java b/dev/io.openliberty.io.smallrye.config3/src/io/openliberty/microprofile/config/internal/extension/OLSmallRyeConfigBuilder.java index 4b467b8aba8..9c61d6874aa 100644 --- a/dev/io.openliberty.io.smallrye.config3/src/io/openliberty/microprofile/config/internal/extension/OLSmallRyeConfigBuilder.java +++ b/dev/io.openliberty.io.smallrye.config3/src/io/openliberty/microprofile/config/internal/extension/OLSmallRyeConfigBuilder.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: