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 02352ce  Bump the all group across 2 directories with 3 updates (#344)
02352ce is described below

commit 02352ce95fb9cbfe78a89756c616a2bb32c3ba21
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 28 10:06:06 2025 +0200

    Bump the all group across 2 directories with 3 updates (#344)
    
    Bumps the all group with 2 updates in the / directory: 
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
 and [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin).
    Bumps the all group with 1 update in the /log4j-samples-graalvm directory: 
[org.junit:junit-bom](https://github.com/junit-team/junit-framework).
    
    
    Updates `com.google.errorprone:error_prone_annotations` from 2.38.0 to 
2.39.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](https://github.com/google/error-prone/compare/v2.38.0...v2.39.0)
    
    Updates `org.jetbrains.kotlin:kotlin-bom` from 2.1.21 to 2.2.0
    - [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.21...v2.2.0)
    
    Updates `org.junit:junit-bom` from 5.13.1 to 5.13.2
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - 
[Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-version: 2.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: org.jetbrains.kotlin:kotlin-bom
      dependency-version: 2.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: org.junit:junit-bom
      dependency-version: 5.13.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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 +-
 pom.xml                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index 0d841d0..378806e 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -62,7 +62,7 @@
     <assertj.version>3.27.3</assertj.version>
     <json-org.version>20250517</json-org.version>
     <json-unit.version>4.1.1</json-unit.version>
-    <junit.version>5.13.1</junit.version>
+    <junit.version>5.13.2</junit.version>
     <logback.version>1.5.18</logback.version>
     <slf4j.version>2.0.17</slf4j.version>
 
diff --git a/pom.xml b/pom.xml
index 555b601..70bc5fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,12 +95,12 @@
 
     <!-- Pinned transitive dependencies -->
     <!-- Try removing from time to time -->
-    <error_prone.version>2.38.0</error_prone.version>
+    <error_prone.version>2.39.0</error_prone.version>
     <guava.version>33.4.8-jre</guava.version>
     <httpclient.version>4.5.14</httpclient.version>
     <jackson.version>2.19.1</jackson.version>
     <joda-time.version>2.14.0</joda-time.version>
-    <kotlin.version>2.1.21</kotlin.version>
+    <kotlin.version>2.2.0</kotlin.version>
     <snakeyaml.version>2.4</snakeyaml.version>
     <slf4j.version>2.0.17</slf4j.version>
   </properties>

Reply via email to