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 Mar 28, 2024
1 parent 69fe4ff commit 481e396
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions maven-boms/maven-boms-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
<version.mutiny>2.6.0</version.mutiny>
<version.reactor>2023.0.4</version.reactor>
<version.immutables>2.10.1</version.immutables>
<version.netty>4.1.107.Final</version.netty>
<version.ebean>15.0.1</version.ebean>
<version.netty>4.1.108.Final</version.netty>
<version.ebean>15.0.2</version.ebean>
<version.jdbi>3.45.1</version.jdbi>
<version.infinispan>15.0.0.Dev10</version.infinispan>
<version.r2dbc>Borca-SR2</version.r2dbc>
<version.cucumber>7.15.0</version.cucumber>
<version.cucumber>7.16.1</version.cucumber>
<version.mockito>5.11.0</version.mockito>
<version.log4j>2.23.1</version.log4j>
<version.jakarta>11.0.0-M1</version.jakarta>
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.21.2</version.aspectjweaver>
<version.aspectjweaver>1.9.22</version.aspectjweaver>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-bytecode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- https://maven.apache.org/pom.html#Properties -->
<properties>
<version.asm>9.6</version.asm>
<version.asm>9.7</version.asm>
<version.byte-buddy>1.14.12</version.byte-buddy>
<version.byteman>4.0.22</version.byteman>
<version.javassist>3.30.2-GA</version.javassist>
Expand Down
4 changes: 2 additions & 2 deletions maven-boms/maven-boms-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<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.47</version.fastjson>
<version.json-io>4.19.9</version.json-io>
<version.fastjson>2.0.48</version.fastjson>
<version.json-io>4.19.11</version.json-io>
<version.moshi>1.15.1</version.moshi>
<version.yasson>3.0.3</version.yasson>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<version.dbunit>2.7.3</version.dbunit>
<version.fest-assert-core>2.0M10</version.fest-assert-core>
<version.assertj-core>3.25.3</version.assertj-core>
<version.equalsverifier>3.15.8</version.equalsverifier>
<version.equalsverifier>3.16</version.equalsverifier>
<version.mockserver>5.15.0</version.mockserver>
<version.wiremock>3.0.1</version.wiremock>
<version.archunit>1.2.1</version.archunit>
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 @@ -91,7 +91,7 @@
<version.spotbugs-m-p>4.8.3.1</version.spotbugs-m-p>
<version.m-antrun-p>3.1.0</version.m-antrun-p>
<version.properties-m-p>1.2.1</version.properties-m-p>
<version.cyclonedx-m-p>2.7.11</version.cyclonedx-m-p>
<version.cyclonedx-m-p>2.8.0</version.cyclonedx-m-p>
<version.spdx-m-p>0.7.3</version.spdx-m-p>
</properties>

Expand Down

0 comments on commit 481e396

Please sign in to comment.