This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new 7fe1181 build(deps): bump kotlin-version from 1.4.20 to 1.4.21 7fe1181 is described below commit 7fe118162dd9e1f93a760537f878c55710cbe869 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 7 20:02:46 2020 +0000 build(deps): bump kotlin-version from 1.4.20 to 1.4.21 Bumps `kotlin-version` from 1.4.20 to 1.4.21. Updates `kotlin-bom` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21) Updates `kotlin-maven-plugin` from 1.4.20 to 1.4.21 Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c91d323..3aa434e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <!-- camel-k --> <joor-version>0.9.13</joor-version> <groovy-version>3.0.7</groovy-version> - <kotlin-version>1.4.20</kotlin-version> + <kotlin-version>1.4.21</kotlin-version> <spock-version>2.0-M4-groovy-3.0</spock-version> <jaxb-api-version>2.3.1</jaxb-api-version> <jaxb-core-version>2.3.0.1</jaxb-core-version>