File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 151151 <azure-functions-java-library .version>3.1.0</azure-functions-java-library .version>
152152 <azure-functions-java-spi .version>1.0.0</azure-functions-java-spi .version>
153153 <kotlin .version>2.1.20</kotlin .version>
154- <kotlin .coroutine.version>1.10.1 </kotlin .coroutine.version>
154+ <kotlin .coroutine.version>1.10.2 </kotlin .coroutine.version>
155155 <kotlin-serialization .version>1.8.1</kotlin-serialization .version>
156156 <azure .toolkit-lib.version>0.27.0</azure .toolkit-lib.version>
157157 <dekorate .version>4.1.4</dekorate .version> <!-- Please check with Java Operator SDK team before updating -->
Original file line number Diff line number Diff line change 5454 <version .assertj>3.27.3</version .assertj>
5555 <version .junit5>5.12.1</version .junit5>
5656 <version .kotlin>2.1.20</version .kotlin>
57- <version .kotlin-coroutines>1.10.1 </version .kotlin-coroutines>
57+ <version .kotlin-coroutines>1.10.2 </version .kotlin-coroutines>
5858 <version .mockito>5.17.0</version .mockito>
5959 <!-- TCK versions -->
6060 <version .arquillian>1.7.0.Final</version .arquillian>
9494 <type >pom</type >
9595 </dependency >
9696
97+ <dependency >
98+ <groupId >org.jetbrains.kotlinx</groupId >
99+ <artifactId >kotlinx-coroutines-bom</artifactId >
100+ <version >${version.kotlin-coroutines} </version >
101+ <type >pom</type >
102+ <scope >import</scope >
103+ </dependency >
104+
97105 <dependency >
98106 <groupId >io.quarkus.arc</groupId >
99107 <artifactId >arc</artifactId >
Original file line number Diff line number Diff line change 6868 <dependency >
6969 <groupId >org.jetbrains.kotlinx</groupId >
7070 <artifactId >kotlinx-coroutines-core</artifactId >
71- <version >${version.kotlin-coroutines} </version >
7271 <scope >test</scope >
7372 </dependency >
7473
You can’t perform that action at this time.
0 commit comments