From 05f6cccc3962065cc82b0a4ad7a1c58c014b5cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:31:27 +0000 Subject: [PATCH] Bump the java group with 6 updates Bumps the java group with 6 updates: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.19` | `1.5.20` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.19` | `1.5.20` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` | | io.swagger.core.v3:swagger-annotations-jakarta | `2.2.38` | `2.2.39` | | org.apache.activemq:artemis-jms-server | `2.42.0` | `2.43.0` | | [com.hazelcast:hazelcast-spring](https://github.com/hazelcast/hazelcast) | `5.5.0` | `5.6.0` | Updates `ch.qos.logback:logback-core` from 1.5.19 to 1.5.20 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.20) Updates `ch.qos.logback:logback-classic` from 1.5.19 to 1.5.20 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.20) Updates `org.springframework:spring-web` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `io.swagger.core.v3:swagger-annotations-jakarta` from 2.2.38 to 2.2.39 Updates `org.apache.activemq:artemis-jms-server` from 2.42.0 to 2.43.0 Updates `com.hazelcast:hazelcast-spring` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.springframework:spring-web dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: io.swagger.core.v3:swagger-annotations-jakarta dependency-version: 2.2.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.apache.activemq:artemis-jms-server dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.hazelcast:hazelcast-spring dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- turing-aem/aem-plugin/pom.xml | 2 +- turing-app/pom.xml | 4 ++-- turing-commons/pom.xml | 2 +- turing-connector/connector-app/pom.xml | 4 ++-- turing-connector/pom.xml | 2 +- turing-filesystem/fs-commons/pom.xml | 2 +- turing-web-crawler/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 0c44d1d6a4..704e17919a 100644 --- a/pom.xml +++ b/pom.xml @@ -296,7 +296,7 @@ ch.qos.logback logback-core - 1.5.19 + 1.5.20 com.viglet.turing @@ -351,7 +351,7 @@ ch.qos.logback logback-classic - 1.5.19 + 1.5.20 org.json diff --git a/turing-aem/aem-plugin/pom.xml b/turing-aem/aem-plugin/pom.xml index d41986e10c..59325da688 100644 --- a/turing-aem/aem-plugin/pom.xml +++ b/turing-aem/aem-plugin/pom.xml @@ -48,7 +48,7 @@ io.swagger.core.v3 swagger-annotations-jakarta - 2.2.38 + 2.2.39 compile diff --git a/turing-app/pom.xml b/turing-app/pom.xml index 758a8a5083..0b9fa25f02 100644 --- a/turing-app/pom.xml +++ b/turing-app/pom.xml @@ -125,7 +125,7 @@ org.apache.activemq artemis-jms-server - 2.42.0 + 2.43.0 commons-logging @@ -188,7 +188,7 @@ com.hazelcast hazelcast-spring - 5.5.0 + 5.6.0 org.apache.tika diff --git a/turing-commons/pom.xml b/turing-commons/pom.xml index 7668070775..72ddac8a4d 100644 --- a/turing-commons/pom.xml +++ b/turing-commons/pom.xml @@ -102,7 +102,7 @@ ch.qos.logback logback-classic - 1.5.19 + 1.5.20 com.fasterxml.jackson.datatype diff --git a/turing-connector/connector-app/pom.xml b/turing-connector/connector-app/pom.xml index 9e91269ac0..bfc016f013 100644 --- a/turing-connector/connector-app/pom.xml +++ b/turing-connector/connector-app/pom.xml @@ -67,7 +67,7 @@ io.swagger.core.v3 swagger-annotations-jakarta - 2.2.38 + 2.2.39 compile @@ -108,7 +108,7 @@ org.apache.activemq artemis-jms-server - 2.42.0 + 2.43.0 commons-logging diff --git a/turing-connector/pom.xml b/turing-connector/pom.xml index 291e4c4356..5b5c794ba5 100644 --- a/turing-connector/pom.xml +++ b/turing-connector/pom.xml @@ -30,7 +30,7 @@ ch.qos.logback logback-classic - 1.5.19 + 1.5.20 diff --git a/turing-filesystem/fs-commons/pom.xml b/turing-filesystem/fs-commons/pom.xml index d5a70b1e07..c65783660e 100644 --- a/turing-filesystem/fs-commons/pom.xml +++ b/turing-filesystem/fs-commons/pom.xml @@ -82,7 +82,7 @@ org.springframework spring-web - 6.2.11 + 6.2.12 diff --git a/turing-web-crawler/pom.xml b/turing-web-crawler/pom.xml index 9584e2be69..b3c5c14e6d 100644 --- a/turing-web-crawler/pom.xml +++ b/turing-web-crawler/pom.xml @@ -27,7 +27,7 @@ ch.qos.logback logback-classic - 1.5.19 + 1.5.20