Browse Source

Bump kotlin_version from 1.3.40 to 1.3.41

Bumps `kotlin_version` from 1.3.40 to 1.3.41.

Updates `kotlin-gradle-plugin` from 1.3.40 to 1.3.41

Updates `kotlin-stdlib-jdk7` from 1.3.40 to 1.3.41
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.41/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.40...v1.3.41)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 years ago
parent
commit
0b87d5afc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -7,7 +7,7 @@
 import com.github.spotbugs.SpotBugsTask
 
 buildscript {
-    ext.kotlin_version = '1.3.40'
+    ext.kotlin_version = '1.3.41'
     repositories {
         google()
         jcenter()