Skip to content

Commit

Permalink
Merge pull request #229 from kenfinnigan/config-update
Browse files Browse the repository at this point in the history
Update SmallRye Config
  • Loading branch information
kenfinnigan authored Dec 11, 2019
2 parents acbbc06 + 34e9493 commit d844532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<version.com.fasterxml.jackson>2.10.1</version.com.fasterxml.jackson>
<version.eclipse.microprofile.config>1.3</version.eclipse.microprofile.config>
<version.eclipse.microprofile.openapi>1.1.2</version.eclipse.microprofile.openapi>
<version.io.smallrye.smallrye-config>1.4.1</version.io.smallrye.smallrye-config>
<version.io.smallrye.smallrye-config>1.5.0</version.io.smallrye.smallrye-config>
<version.javax.validation>2.0.1.Final</version.javax.validation>
<version.org.hamcrest>1.3</version.org.hamcrest>
<version.org.hamcrest.java-hamcrest>2.0.0.0</version.org.hamcrest.java-hamcrest>
Expand Down Expand Up @@ -95,7 +95,7 @@

<!-- SmallRye Projects -->
<dependency>
<groupId>io.smallrye</groupId>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>${version.io.smallrye.smallrye-config}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- SmallRye Config -->
<dependency>
<groupId>io.smallrye</groupId>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
</dependency>

Expand Down

0 comments on commit d844532

Please sign in to comment.