Skip to content

Commit

Permalink
chore: Upgrading minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brasseld committed Sep 11, 2021
1 parent 59a2f0d commit 6eb8566
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Expand Up @@ -49,9 +49,9 @@ Gravitee BOM includes latest versions of development dependencies. It means that

DO NOT MOVE TO Gravitee BOM unless you are confident about the compatibility of the dependencies declared in the bom. The most significant dependencies are:

- *vertx 4.1.0*
- *netty 4.1.65.Final*
- *spring 5.3.8*
- *vertx 4.1.3*
- *netty 4.1.67.Final*
- *spring 5.3.9*

Basically, you should consider migrating to gravitee-bom starting from 3.10.0 of Gravitee.

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -61,20 +61,20 @@

<properties>
<assertj-core.version>3.20.2</assertj-core.version>
<jackson.version>2.12.4</jackson.version>
<jersey.version>2.30.1</jersey.version>
<jetty.version>9.4.36.v20210114</jetty.version>
<jackson.version>2.12.5</jackson.version>
<jersey.version>2.35</jersey.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<junit.version>4.13.1</junit.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.5</logback.version>
<logback-json.version>0.1.5</logback-json.version>
<mockito.version>3.11.2</mockito.version>
<netty.version>4.1.65.Final</netty.version>
<netty.version>4.1.67.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<rxjava.version>2.2.19</rxjava.version>
<slf4j.version>1.7.26</slf4j.version>
<spring.version>5.3.8</spring.version>
<spring-security.version>5.5.1</spring-security.version>
<vertx.version>4.1.0</vertx.version>
<rxjava.version>2.2.21</rxjava.version>
<slf4j.version>1.7.32</slf4j.version>
<spring.version>5.3.9</spring.version>
<spring-security.version>5.5.2</spring-security.version>
<vertx.version>4.1.3</vertx.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 6eb8566

Please sign in to comment.