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 Jun 15, 2023
1 parent 753905e commit 4b8a5db
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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 @@ -46,7 +46,7 @@
<version.guice>7.0.0</version.guice>
<version.okhttp>4.11.0</version.okhttp>
<version.mutiny>2.2.0</version.mutiny>
<version.reactor>2022.0.7</version.reactor>
<version.reactor>2022.0.8</version.reactor>
<version.immutables>2.9.3</version.immutables>
<version.netty>4.1.93.Final</version.netty>
<version.ebean>13.19.0-jakarta</version.ebean>
Expand Down
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 @@ -39,14 +39,14 @@
<!-- https://maven.apache.org/pom.html#Properties -->
<properties>
<version.auto-value>1.10.1</version.auto-value>
<version.guava>32.0.0-jre</version.guava>
<version.guava>32.0.1-jre</version.guava>
<version.truth>1.1.4</version.truth>
<version.api-client>2.2.0</version.api-client>
<version.oauth-client>1.34.1</version.oauth-client>
<version.http-client>1.43.2</version.http-client>
<version.dagger>2.46.1</version.dagger>
<version.jimfs>1.2</version.jimfs>
<version.ksp>1.8.21-1.0.11</version.ksp>
<version.ksp>1.8.22-1.0.11</version.ksp>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-graal/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.graal>22.3.2</version.graal>
<version.graal>23.0.0</version.graal>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
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.4.1</version.kafka>
<version.kafka>3.5.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.6.2</version.tinylog2>
<version.cal10n>0.8.1</version.cal10n>
<version.logback>1.4.7</version.logback>
<version.logback>1.4.8</version.logback>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
4 changes: 2 additions & 2 deletions maven-boms/maven-boms-metio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- https://maven.apache.org/pom.html#Properties -->
<properties>
<version.reguloj>2023.5.11</version.reguloj>
<version.reguloj>2023.6.8</version.reguloj>
<version.devcontainer>2023.5.12</version.devcontainer>
<version.javapoet-type-guesser>2023.5.4</version.javapoet-type-guesser>
<version.javapoet-type-guesser>2023.6.8</version.javapoet-type-guesser>
<version.memoization>2023.1.10</version.memoization>
<version.storage-units>2023.6.6</version.storage-units>
</properties>
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 @@ -75,7 +75,7 @@
<version.pitest-junit5>1.2.0</version.pitest-junit5>
<version.duplicate-finder-m-p>2.0.1</version.duplicate-finder-m-p>
<version.jacoco-m-p>0.8.10</version.jacoco-m-p>
<version.dependency-check-m>8.2.1</version.dependency-check-m>
<version.dependency-check-m>8.3.1</version.dependency-check-m>
<version.m-dependency-p>3.6.0</version.m-dependency-p>
<version.flatten-m-p>1.5.0</version.flatten-m-p>
<version.sonar-m-p>3.9.1.2184</version.sonar-m-p>
Expand Down

0 comments on commit 4b8a5db

Please sign in to comment.