Skip to content

Commit

Permalink
Tools must use the same Smallrye Commons version from core
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 28, 2021
1 parent 71230a1 commit ff5f9e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ updates:
- dependency-name: io.smallrye:smallrye-opentracing
- dependency-name: io.smallrye:smallrye-fault-tolerance
- dependency-name: io.smallrye:smallrye-context-propagation
- dependency-name: io.smallrye.common:smallrye-common-bom
- dependency-name: io.smallrye.common:*
- dependency-name: io.smallrye.config:smallrye-config
- dependency-name: io.smallrye.reactive:mutiny
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging
Expand Down
8 changes: 5 additions & 3 deletions independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<quarkus.version>999-SNAPSHOT</quarkus.version>
<maven-model-helper.version>18</maven-model-helper.version>
<commons-io.version>2.8.0</commons-io.version>
<smallrye-commons.version>1.5.0</smallrye-commons.version>
<smallrye-common.version>1.6.0</smallrye-common.version>
</properties>
<modules>
<module>artifact-api</module>
Expand Down Expand Up @@ -204,8 +204,10 @@
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-os</artifactId>
<version>${smallrye-commons.version}</version>
<artifactId>smallrye-common-bom</artifactId>
<version>${smallrye-common.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- Jackson dependencies, imported as a BOM -->
<dependency>
Expand Down

0 comments on commit ff5f9e2

Please sign in to comment.