Skip to content

Commit

Permalink
GH-2175 - Upgrade forward integrating build profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jul 12, 2024
1 parent ad76211 commit 40a50bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
<profile>
<id>kotlin-next</id>
<properties>
<kotlin.version>2.0.0-Beta4</kotlin.version>
<kotlinx-coroutines.version>1.8.0</kotlinx-coroutines.version>
<kotlin.version>2.0.20-Beta2</kotlin.version>
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
</properties>
</profile>

<profile>
<id>jackson-next</id>
<properties>
<jackson-bom.version>2.17.0</jackson-bom.version>
<jackson-bom.version>2.17.2</jackson-bom.version>
</properties>
</profile>

Expand Down

0 comments on commit 40a50bd

Please sign in to comment.