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 Aug 8, 2024
1 parent 7f4cf82 commit 3cd565f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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 @@ -44,9 +44,9 @@
<version.api-client>2.6.0</version.api-client>
<version.oauth-client>1.36.0</version.oauth-client>
<version.http-client>1.44.2</version.http-client>
<version.dagger>2.51.1</version.dagger>
<version.dagger>2.52</version.dagger>
<version.jimfs>1.3.0</version.jimfs>
<version.ksp>2.0.0-1.0.24</version.ksp>
<version.ksp>2.0.10-1.0.24</version.ksp>
<version.error-prone>2.29.2</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 @@ -44,7 +44,7 @@
<version.fastjson>2.0.52</version.fastjson>
<version.json-io>4.26.0</version.json-io>
<version.moshi>1.15.1</version.moshi>
<version.yasson>3.0.3</version.yasson>
<version.yasson>3.0.4</version.yasson>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-kotlin/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.kotlinx-metadata-jvm>0.9.0</version.kotlinx-metadata-jvm>
<version.kotlin-stdlib>2.0.0</version.kotlin-stdlib>
<version.kotlin-stdlib>2.0.10</version.kotlin-stdlib>
</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 @@ -38,7 +38,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- https://maven.apache.org/pom.html#Properties -->
<properties>
<version.slf4j>2.0.13</version.slf4j>
<version.slf4j>2.0.14</version.slf4j>
<version.syslog4j>0.9.61</version.syslog4j>
<version.tinylog1>1.3.6</version.tinylog1>
<version.tinylog2>2.8.0-M1</version.tinylog2>
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 @@ -41,7 +41,7 @@
<version.apiguardian>1.1.2</version.apiguardian>
<version.junit>4.13.2</version.junit>
<version.hamcrest-all>1.3</version.hamcrest-all>
<version.hamcrest-core>2.2</version.hamcrest-core>
<version.hamcrest-core>3.0</version.hamcrest-core>
<version.dbunit>2.8.0</version.dbunit>
<version.fest-assert-core>2.0M10</version.fest-assert-core>
<version.assertj-core>3.26.3</version.assertj-core>
Expand Down
4 changes: 2 additions & 2 deletions maven-parents/maven-parents-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
<version.appassembler-m-p>2.1.0</version.appassembler-m-p>
<version.m-assembly-p>3.7.1</version.m-assembly-p>
<version.checksum-m-p>1.11</version.checksum-m-p>
<version.exec-m-p>3.3.0</version.exec-m-p>
<version.exec-m-p>3.4.0</version.exec-m-p>
<version.asciidoctor-m-p>3.0.0</version.asciidoctor-m-p>
<version.editorconfig-m-p>0.1.3</version.editorconfig-m-p>
<version.build-helper-m-p>3.6.0</version.build-helper-m-p>
<version.jmh-m-p>1.0.3</version.jmh-m-p>
<version.spotbugs-m-p>4.8.6.2</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>
<version.cyclonedx-m-p>2.8.1</version.cyclonedx-m-p>
<version.spdx-m-p>0.7.3</version.spdx-m-p>
</properties>

Expand Down

0 comments on commit 3cd565f

Please sign in to comment.