This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 ce02015 Bump the all group across 2 directories with 3 updates (#328)
ce02015 is described below
commit ce02015620fa931347a3afee9fcc29260b3d2fed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 06:54:45 2025 +0200
Bump the all group across 2 directories with 3 updates (#328)
Bumps the all group with 2 updates in the / directory:
[org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) and
[io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client).
Bumps the all group with 1 update in the /log4j-samples-graalvm directory:
[org.json:json](https://github.com/douglascrockford/JSON-java).
Updates `org.jetbrains.kotlin:kotlin-bom` from 2.1.20 to 2.1.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/v2.1.20...v2.1.21)
Updates `io.fabric8:kubernetes-client-bom` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
-
[Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/fabric8io/kubernetes-client/compare/v7.2.0...v7.3.0)
Updates `org.json:json` from 20250107 to 20250517
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
-
[Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
dependency-version: 2.1.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: io.fabric8:kubernetes-client-bom
dependency-version: 7.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: org.json:json
dependency-version: '20250517'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-samples-graalvm/pom.xml | 2 +-
log4j-spring-cloud-config-sample-application/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index 5b96189..4689847 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -60,7 +60,7 @@
<!-- Dependencies (alphabetical) -->
<assertj.version>3.27.3</assertj.version>
- <json-org.version>20250107</json-org.version>
+ <json-org.version>20250517</json-org.version>
<json-unit.version>4.1.1</json-unit.version>
<junit.version>5.12.2</junit.version>
<logback.version>1.5.18</logback.version>
diff --git a/log4j-spring-cloud-config-sample-application/pom.xml
b/log4j-spring-cloud-config-sample-application/pom.xml
index 857bac1..186c69e 100644
--- a/log4j-spring-cloud-config-sample-application/pom.xml
+++ b/log4j-spring-cloud-config-sample-application/pom.xml
@@ -38,7 +38,7 @@
<project.build.outputTimestamp>2023-09-14T15:03:45Z</project.build.outputTimestamp>
<!-- Dependency versions -->
- <kubernetes-client.version>7.2.0</kubernetes-client.version>
+ <kubernetes-client.version>7.3.0</kubernetes-client.version>
</properties>
<dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 4f814e0..85d2cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<httpclient.version>4.5.14</httpclient.version>
<jackson.version>2.19.0</jackson.version>
<joda-time.version>2.14.0</joda-time.version>
- <kotlin.version>2.1.20</kotlin.version>
+ <kotlin.version>2.1.21</kotlin.version>
<snakeyaml.version>2.4</snakeyaml.version>
<slf4j.version>2.0.17</slf4j.version>
</properties>