Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Update properties to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed May 16, 2024
1 parent 805bd35 commit 86ca33a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions maven-boms/maven-boms-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
<version.spring>6.1.6</version.spring>
<version.spring.integration>6.2.4</version.spring.integration>
<version.jackson>2.17.1</version.jackson>
<version.camel>4.5.0</version.camel>
<version.camel>4.6.0</version.camel>
<version.junit5>5.11.0-M1</version.junit5>
<version.guice>7.0.0</version.guice>
<version.okhttp>4.12.0</version.okhttp>
<version.mutiny>2.6.0</version.mutiny>
<version.reactor>2023.0.5</version.reactor>
<version.reactor>2023.0.6</version.reactor>
<version.immutables>2.10.1</version.immutables>
<version.netty>4.1.109.Final</version.netty>
<version.ebean>15.1.0</version.ebean>
<version.ebean>15.3.0</version.ebean>
<version.jdbi>3.45.1</version.jdbi>
<version.infinispan>15.0.3.Final</version.infinispan>
<version.r2dbc>Borca-SR2</version.r2dbc>
<version.cucumber>7.17.0</version.cucumber>
<version.mockito>5.11.0</version.mockito>
<version.mockito>5.12.0</version.mockito>
<version.log4j>2.23.1</version.log4j>
<version.jakarta>11.0.0-M2</version.jakarta>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-aspect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- https://maven.apache.org/pom.html#Properties -->
<properties>
<version.aopalliance>1.0</version.aopalliance>
<version.aspectjweaver>1.9.22</version.aspectjweaver>
<version.aspectjweaver>1.9.22.1</version.aspectjweaver>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
4 changes: 2 additions & 2 deletions maven-boms/maven-boms-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<version.auto-value>1.10.4</version.auto-value>
<version.guava>33.2.0-jre</version.guava>
<version.truth>1.4.2</version.truth>
<version.api-client>2.4.1</version.api-client>
<version.oauth-client>1.35.0</version.oauth-client>
<version.api-client>2.5.0</version.api-client>
<version.oauth-client>1.36.0</version.oauth-client>
<version.http-client>1.44.1</version.http-client>
<version.dagger>2.51.1</version.dagger>
<version.jimfs>1.3.0</version.jimfs>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<version.json-simple>1.1.1</version.json-simple>
<version.gson>2.10.1</version.gson>
<version.logansquare>1.3.7</version.logansquare>
<version.fastjson>2.0.49</version.fastjson>
<version.fastjson>2.0.50</version.fastjson>
<version.json-io>4.24.0</version.json-io>
<version.moshi>1.15.1</version.moshi>
<version.yasson>3.0.3</version.yasson>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<version.maven>3.9.6</version.maven>
<version.maven-annotations>3.13.0</version.maven-annotations>
<version.plexus-annotations>2.2.0</version.plexus-annotations>
<version.doxia>2.0.0-M10</version.doxia>
<version.doxia>2.0.0-M11</version.doxia>
<version.plexus-build-api>0.0.7</version.plexus-build-api>
<version.plexus-sec-dispatcher>2.0</version.plexus-sec-dispatcher>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion maven-parents/maven-parents-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<version.pitest-junit5>1.2.1</version.pitest-junit5>
<version.duplicate-finder-m-p>2.0.1</version.duplicate-finder-m-p>
<version.jacoco-m-p>0.8.12</version.jacoco-m-p>
<version.dependency-check-m>9.1.0</version.dependency-check-m>
<version.dependency-check-m>9.2.0</version.dependency-check-m>
<version.m-dependency-p>3.6.1</version.m-dependency-p>
<version.flatten-m-p>1.6.0</version.flatten-m-p>
<version.templating-m-p>3.0.0</version.templating-m-p>
Expand Down

0 comments on commit 86ca33a

Please sign in to comment.