Skip to content

Commit c270fe4

Browse files
committed
Upgrade SmallRye Common to 2.1.0
1 parent 5b7a39b commit c270fe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<microprofile-jwt.version>2.1</microprofile-jwt.version>
5555
<microprofile-lra.version>2.0</microprofile-lra.version>
5656
<microprofile-openapi.version>3.1</microprofile-openapi.version>
57-
<smallrye-common.version>2.0.0</smallrye-common.version>
57+
<smallrye-common.version>2.1.0</smallrye-common.version>
5858
<smallrye-config.version>3.1.3</smallrye-config.version>
5959
<smallrye-health.version>4.0.1</smallrye-health.version>
6060
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>

independent-projects/bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<slf4j-api.version>1.7.36</slf4j-api.version>
7171
<graal-sdk.version>22.3.0</graal-sdk.version>
7272
<plexus-classworlds.version>2.6.0</plexus-classworlds.version> <!-- not actually used but ClassRealm class is referenced from the API used in BootstrapWagonConfigurator -->
73-
<smallrye-common.version>2.0.0</smallrye-common.version>
73+
<smallrye-common.version>2.1.0</smallrye-common.version>
7474
<gradle-tooling.version>8.0.1</gradle-tooling.version>
7575
<quarkus-fs-util.version>0.0.9</quarkus-fs-util.version>
7676
<org-crac.version>0.1.3</org-crac.version>

independent-projects/resteasy-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<version.surefire.plugin>3.0.0-M9</version.surefire.plugin>
6262
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
6363
<mutiny.version>2.1.0</mutiny.version>
64-
<smallrye-common.version>1.13.2</smallrye-common.version>
64+
<smallrye-common.version>2.1.0</smallrye-common.version>
6565
<vertx.version>4.3.8</vertx.version>
6666
<rest-assured.version>5.3.0</rest-assured.version>
6767
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>

0 commit comments

Comments
 (0)