Skip to content

Commit

Permalink
Bump kotlin-reflect from 1.5.0 to 1.5.20
Browse files Browse the repository at this point in the history
Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.5.0 to 1.5.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.5.0...v1.5.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2021
1 parent 31b52b5 commit a1cb2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-examples/example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies {
implementation project(":gcp-function-http")
implementation project(":gcp-secret-manager")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.5.0"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.5.20"
compileOnly 'com.google.cloud.functions:functions-framework-api:1.0.2'
}

0 comments on commit a1cb2cc

Please sign in to comment.