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 bb5d085 Update `org.jetbrains.kotlin:kotlin-bom` to version `1.9.22`
(#99)
bb5d085 is described below
commit bb5d085c9065b40b6dfd5eab345b9d995f5c9a8f
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 22 01:13:06 2023 +0000
Update `org.jetbrains.kotlin:kotlin-bom` to version `1.9.22` (#99)
---
pom.xml | 2 +-
src/changelog/.0.x.x/update_org_jetbrains_kotlin_kotlin_bom.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index a5dba18..b45c433 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<jetty.version>10.0.19</jetty.version>
<javax-jms.version>2.0.1</javax-jms.version>
<junit.version>5.10.1</junit.version>
- <kotlin.version>1.9.21</kotlin.version>
+ <kotlin.version>1.9.22</kotlin.version>
<kubernetes-client.version>6.9.2</kubernetes-client.version>
<log4j2.version>2.22.0</log4j2.version>
<slf4j.version>2.0.9</slf4j.version>
diff --git a/src/changelog/.0.x.x/update_org_jetbrains_kotlin_kotlin_bom.xml
b/src/changelog/.0.x.x/update_org_jetbrains_kotlin_kotlin_bom.xml
index 9c0a349..f08c300 100644
--- a/src/changelog/.0.x.x/update_org_jetbrains_kotlin_kotlin_bom.xml
+++ b/src/changelog/.0.x.x/update_org_jetbrains_kotlin_kotlin_bom.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
- xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
- type="changed">
- <issue id="89"
link="https://github.com/apache/logging-log4j-samples/pull/89"/>
- <description format="asciidoc">Update `org.jetbrains.kotlin:kotlin-bom` to
version `1.9.21`</description>
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ type="updated">
+ <issue id="99"
link="https://github.com/apache/logging-log4j-samples/pull/99"/>
+ <description format="asciidoc">Update `org.jetbrains.kotlin:kotlin-bom` to
version `1.9.22`</description>
</entry>