Skip to content

Commit

Permalink
build(deps): upgrade smallrye-config to 3.4.3 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Apr 5, 2024
1 parent 784df65 commit 4292ec9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpmime.version>${org.apache.httpcomponents.httpclient.version}</org.apache.httpcomponents.httpmime.version>
<com.fasterxml.jackson.version>2.15.2</com.fasterxml.jackson.version>
<org.eclipse.microprofile.config.api.version>3.0.3</org.eclipse.microprofile.config.api.version>
<javax.annotation.version>1.3.2</javax.annotation.version><!-- used by smallrye -->
<io.smallrye.config.version>2.12.3</io.smallrye.config.version>
<io.smallrye.config.version>3.4.3</io.smallrye.config.version>
<org.slf4j.version>2.0.7</org.slf4j.version>
<org.projectnessie.cel.bom.version>0.4.4</org.projectnessie.cel.bom.version>
<com.google.protobuf-java.version>3.22.3</com.google.protobuf-java.version>
Expand All @@ -110,6 +108,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>${io.smallrye.config.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
Expand Down Expand Up @@ -201,15 +206,9 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>${org.eclipse.microprofile.config.api.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4292ec9

Please sign in to comment.