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 authored Feb 29, 2024
1 parent 3ecf984 commit d29100e
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-builder/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.freebuilder>2.8.0</version.freebuilder>
<version.record-builder>40</version.record-builder>
<version.record-builder>41</version.record-builder>
</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 @@ -44,7 +44,7 @@
<version.api-client>2.3.0</version.api-client>
<version.oauth-client>1.35.0</version.oauth-client>
<version.http-client>1.44.1</version.http-client>
<version.dagger>2.50</version.dagger>
<version.dagger>2.51</version.dagger>
<version.jimfs>1.3.0</version.jimfs>
<version.ksp>1.9.22-1.0.17</version.ksp>
<version.error-prone>2.25.0</version.error-prone>
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.46</version.fastjson>
<version.fastjson>2.0.47</version.fastjson>
<version.json-io>4.19.1</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-kafka/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.kafka>3.6.1</version.kafka>
<version.kafka>3.7.0</version.kafka>
</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.0</version.logback>
<version.logback>1.5.1</version.logback>
</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.6</version.equalsverifier>
<version.equalsverifier>3.15.7</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 @@ -92,7 +92,7 @@
<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.spdx-m-p>0.7.2</version.spdx-m-p>
<version.spdx-m-p>0.7.3</version.spdx-m-p>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-parents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<!-- publishing plugins -->
<version.sign-m-p>1.1.0</version.sign-m-p>
<version.central-publishing-m-p>0.3.0</version.central-publishing-m-p>
<version.central-publishing-m-p>0.3.1</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>
</properties>
Expand Down

0 comments on commit d29100e

Please sign in to comment.