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 Sep 7, 2023
1 parent 9ecd1f8 commit 0b4411e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<version.junit5>5.10.0</version.junit5>
<version.guice>7.0.0</version.guice>
<version.okhttp>4.11.0</version.okhttp>
<version.mutiny>2.3.1</version.mutiny>
<version.mutiny>2.4.0</version.mutiny>
<version.reactor>2022.0.10</version.reactor>
<version.immutables>2.9.3</version.immutables>
<version.netty>4.1.97.Final</version.netty>
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.20</version.aspectjweaver>
<version.aspectjweaver>1.9.20.1</version.aspectjweaver>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-database/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.h2>2.2.220</version.h2>
<version.h2>2.2.222</version.h2>
<version.postgres>42.6.0</version.postgres>
<version.mysql>8.0.33</version.mysql>
<version.hikari>5.0.1</version.hikari>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<version.fugue>5.0.0</version.fugue>
<version.protonpack>1.16</version.protonpack>
<version.lambda>5.5.0</version.lambda>
<version.streamex>0.8.1</version.streamex>
<version.streamex>0.8.2</version.streamex>
<version.shoki>1.0-alpha-2</version.shoki>
<version.kraftwerk>0.11.0</version.kraftwerk>
<version.collection-views>2.0.0</version.collection-views>
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 @@ -42,7 +42,7 @@
<version.genson>1.6</version.genson>
<version.gson>2.10.1</version.gson>
<version.logansquare>1.3.7</version.logansquare>
<version.fastjson>2.0.39</version.fastjson>
<version.fastjson>2.0.40</version.fastjson>
<version.json-io>4.14.0</version.json-io>
<version.moshi>1.15.0</version.moshi>
<version.yasson>3.0.3</version.yasson>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-logging/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.slf4j>2.0.7</version.slf4j>
<version.slf4j>2.0.9</version.slf4j>
<version.syslog4j>0.9.61</version.syslog4j>
<version.tinylog1>1.3.6</version.tinylog1>
<version.tinylog2>2.6.2</version.tinylog2>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-pax/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.pax.exam>4.13.1</version.pax.exam>
<version.pax.exam>4.13.5</version.pax.exam>
</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 @@ -50,7 +50,7 @@
<version.wiremock>2.27.2</version.wiremock>
<version.archunit>1.1.0</version.archunit>
<version.system-lambda>1.2.1</version.system-lambda>
<version.system-stubs>2.0.2</version.system-stubs>
<version.system-stubs>2.1.1</version.system-stubs>
<version.jmh>1.37</version.jmh>
<version.concurrentunit>0.4.6</version.concurrentunit>
</properties>
Expand Down

0 comments on commit 0b4411e

Please sign in to comment.