You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue w/ kotest:5.4.0-1038-SNAPSHOT (and all other SNAPSHOTs of 5.4.0, and 5.3.2, and 5.3.0)
I tried to update to Spring 2.7.1 today and I got the following error from maven: Unresolved dependency: 'org.jetbrains.kotlinx:kotlinx-coroutines-bom:jar:1.6.3'
From what I was able to test, it works with Spring 2.7.0 and all kotest versions mentioned above. Also, it appears with both Kotlin v1.6.21 and v1.7.0. Spring 2.7.1 changed the coroutines version here: spring-projects/spring-boot@4f6bc3c
From what I can see, kotest and spring boot now depend on the same version of kotlin coroutines
Now, I am not too familiar with issue reports (this is my first issue on github!), and in this case, I am not sure whether this issue applies to kotest or Spring Boot. Please feel free to point me in the right direction :)
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue w/ kotest:5.4.0-1038-SNAPSHOT (and all other SNAPSHOTs of 5.4.0, and 5.3.2, and 5.3.0)
I tried to update to Spring 2.7.1 today and I got the following error from maven:
Unresolved dependency: 'org.jetbrains.kotlinx:kotlinx-coroutines-bom:jar:1.6.3'
From what I was able to test, it works with Spring 2.7.0 and all kotest versions mentioned above. Also, it appears with both Kotlin v1.6.21 and v1.7.0. Spring 2.7.1 changed the coroutines version here: spring-projects/spring-boot@4f6bc3c
From what I can see, kotest and spring boot now depend on the same version of kotlin coroutines
I created a small example repository for observing this behaviour: https://github.com/mor4thii/spring-kotest-demo
It is based on a simple app generated by Spring initializr.
Now, I am not too familiar with issue reports (this is my first issue on github!), and in this case, I am not sure whether this issue applies to kotest or Spring Boot. Please feel free to point me in the right direction :)
The text was updated successfully, but these errors were encountered: