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 Apr 11, 2024
1 parent 2d92a15 commit 3c74f79
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions maven-boms/maven-boms-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
<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.4</version.reactor>
<version.reactor>2023.0.5</version.reactor>
<version.immutables>2.10.1</version.immutables>
<version.netty>4.1.108.Final</version.netty>
<version.ebean>15.0.2</version.ebean>
<version.ebean>15.1.0</version.ebean>
<version.jdbi>3.45.1</version.jdbi>
<version.infinispan>15.0.0.Dev10</version.infinispan>
<version.r2dbc>Borca-SR2</version.r2dbc>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<properties>
<version.jspecify>0.3.0</version.jspecify>
<version.jetbrains-annotations>24.1.0</version.jetbrains-annotations>
<version.spotbugs-annotations>4.8.3</version.spotbugs-annotations>
<version.spotbugs-annotations>4.8.4</version.spotbugs-annotations>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<version.http-client>1.44.1</version.http-client>
<version.dagger>2.51.1</version.dagger>
<version.jimfs>1.3.0</version.jimfs>
<version.ksp>1.9.23-1.0.19</version.ksp>
<version.ksp>1.9.23-1.0.20</version.ksp>
<version.error-prone>2.26.1</version.error-prone>
</properties>

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.gson>2.10.1</version.gson>
<version.logansquare>1.3.7</version.logansquare>
<version.fastjson>2.0.48</version.fastjson>
<version.json-io>4.19.13</version.json-io>
<version.json-io>4.20.0</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-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<version.tinylog1>1.3.6</version.tinylog1>
<version.tinylog2>2.7.0</version.tinylog2>
<version.cal10n>0.8.1</version.cal10n>
<version.logback>1.5.3</version.logback>
<version.logback>1.5.4</version.logback>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
6 changes: 3 additions & 3 deletions maven-parents/maven-parents-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<version.m-clean-p>3.3.2</version.m-clean-p>
<version.m-surefire-p>3.2.5</version.m-surefire-p>
<version.m-compiler-p>3.13.0</version.m-compiler-p>
<version.m-source-p>3.3.0</version.m-source-p>
<version.pitest-m-p>1.15.8</version.pitest-m-p>
<version.m-source-p>3.3.1</version.m-source-p>
<version.pitest-m-p>1.16.0</version.pitest-m-p>
<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>
Expand All @@ -88,7 +88,7 @@
<version.editorconfig-m-p>0.1.3</version.editorconfig-m-p>
<version.build-helper-m-p>3.5.0</version.build-helper-m-p>
<version.jmh-m-p>1.0.3</version.jmh-m-p>
<version.spotbugs-m-p>4.8.3.1</version.spotbugs-m-p>
<version.spotbugs-m-p>4.8.4.0</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.8.0</version.cyclonedx-m-p>
Expand Down
2 changes: 1 addition & 1 deletion maven-parents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<version.sign-m-p>1.1.0</version.sign-m-p>
<version.central-publishing-m-p>0.4.0</version.central-publishing-m-p>
<version.m-enforcer-p>3.4.1</version.m-enforcer-p>
<version.m-artifact-p>3.5.0</version.m-artifact-p>
<version.m-artifact-p>3.5.1</version.m-artifact-p>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down

0 comments on commit 3c74f79

Please sign in to comment.