Skip to content

Commit 40a50bd

Browse files
committed
GH-2175 - Upgrade forward integrating build profiles.
1 parent ad76211 commit 40a50bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@
109109
<profile>
110110
<id>kotlin-next</id>
111111
<properties>
112-
<kotlin.version>2.0.0-Beta4</kotlin.version>
113-
<kotlinx-coroutines.version>1.8.0</kotlinx-coroutines.version>
112+
<kotlin.version>2.0.20-Beta2</kotlin.version>
113+
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
114114
</properties>
115115
</profile>
116116

117117
<profile>
118118
<id>jackson-next</id>
119119
<properties>
120-
<jackson-bom.version>2.17.0</jackson-bom.version>
120+
<jackson-bom.version>2.17.2</jackson-bom.version>
121121
</properties>
122122
</profile>
123123

0 commit comments

Comments
 (0)