aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven/projects/it-maven/pom.xml
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-04-14 16:08:11 +0300
committerGitHub <noreply@github.com>2022-04-14 16:08:11 +0300
commit334c9e14dff14f0eb08bda10bac9e622aa132afc (patch)
tree5ba5ac8938f1be540ee8324bed6759913ec96e03 /integration-tests/maven/projects/it-maven/pom.xml
parent21a50e214f3d834bd51525807929e1adb9d0fe6c (diff)
downloaddokka-334c9e14dff14f0eb08bda10bac9e622aa132afc.tar.gz
dokka-334c9e14dff14f0eb08bda10bac9e622aa132afc.tar.bz2
dokka-334c9e14dff14f0eb08bda10bac9e622aa132afc.zip
Use common gradle+kotlin versions across gradle integration tests (#2287)
* Use common gradle+kotlin versions across gradle integration tests * Separate JVM/Android/MPP tested versions * Fix react integration tests for 1.6.10 * Move kotlin react wrapper mapping to TestedVersions * Update gradle to 6.9.2
Diffstat (limited to 'integration-tests/maven/projects/it-maven/pom.xml')
-rw-r--r--integration-tests/maven/projects/it-maven/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml
index 23f6548f..c6270d6a 100644
--- a/integration-tests/maven/projects/it-maven/pom.xml
+++ b/integration-tests/maven/projects/it-maven/pom.xml
@@ -7,7 +7,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
- <kotlin.version>1.3.72</kotlin.version>
+ <kotlin.version>1.6.10</kotlin.version>
</properties>
<build>
<plugins>