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 Jul 27, 2023
1 parent c81e18f commit d8003aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 @@ -42,13 +42,13 @@
<version.spring.integration>6.1.2</version.spring.integration>
<version.jackson>2.15.2</version.jackson>
<version.camel>4.0.0-M3</version.camel>
<version.junit5>5.10.0-M1</version.junit5>
<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.reactor>2022.0.9</version.reactor>
<version.immutables>2.9.3</version.immutables>
<version.netty>4.1.94.Final</version.netty>
<version.netty>4.1.95.Final</version.netty>
<version.ebean>13.20.1-jakarta</version.ebean>
<version.jdbi>3.40.0-a0</version.jdbi>
<version.infinispan>15.0.0.Dev02</version.infinispan>
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-cache/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.caffeine>3.1.6</version.caffeine>
<version.caffeine>3.1.7</version.caffeine>
<version.ehcache>3.10.8</version.ehcache>
<version.imcache>0.3.0</version.imcache>
<version.cache2k>2.6.1.Final</version.cache2k>
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.43.3</version.http-client>
<version.dagger>2.47</version.dagger>
<version.jimfs>1.3.0</version.jimfs>
<version.ksp>1.9.0-1.0.11</version.ksp>
<version.ksp>1.9.0-1.0.12</version.ksp>
</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.genson>1.6</version.genson>
<version.gson>2.10.1</version.gson>
<version.logansquare>1.3.7</version.logansquare>
<version.fastjson>2.0.36</version.fastjson>
<version.fastjson>2.0.37</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-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.5.0</version.kafka>
<version.kafka>3.5.1</version.kafka>
</properties>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Expand Down
2 changes: 1 addition & 1 deletion maven-boms/maven-boms-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<version.jexl>2.1.1</version.jexl>
<version.juel>2.2.7</version.juel>
<version.mvel>2.5.0.Final</version.mvel>
<version.ognl>3.4.0</version.ognl>
<version.ognl>3.4.1</version.ognl>
</properties>

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

0 comments on commit d8003aa

Please sign in to comment.