You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/04/26 01:14:37 UTC

[logging-log4j-samples] branch main updated: Bump kotlin-bom from 1.8.20 to 1.8.21 (#30)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 02248c2  Bump kotlin-bom from 1.8.20 to 1.8.21 (#30)
02248c2 is described below

commit 02248c267339ab5a7cff270949e4b53b3c8044d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 26 01:14:31 2023 +0000

    Bump kotlin-bom from 1.8.20 to 1.8.21 (#30)
    
    Bumps [kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.20 to 1.8.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.8.20...v1.8.21)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e038a7f..4ed8406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <jackson.version>2.15.0</jackson.version>
     <jetty.version>10.0.15</jetty.version>
     <junit.version>5.9.0</junit.version>
-    <kotlin.version>1.8.20</kotlin.version>
+    <kotlin.version>1.8.21</kotlin.version>
     <kubernetes-client.version>6.5.1</kubernetes-client.version>
     <log4j2.version>2.20.0</log4j2.version>
     <maven.compiler.release>8</maven.compiler.release>