From 0b1c2680ddb3ff131f379dca22602d42376e377b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:56:18 +0000 Subject: [PATCH 1/2] Bump spring-boot.version from 3.2.0 to 3.2.1 Bumps `spring-boot.version` from 3.2.0 to 3.2.1. Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.2.1) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e13f3b1..d9bb234 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 3.2.3 - 3.2.0 + 3.2.1 1.4.14 3.0.1 From 9b7de6e8e81d85425acc319b126ddf8d6284b1b8 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Tue, 2 Jan 2024 07:59:38 +0100 Subject: [PATCH 2/2] Revert "Fix #246: Update logback" This reverts commit 01e712201100c5a31eafb09353a6d7e9f18b1465. --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index d9bb234..88a6ad5 100644 --- a/pom.xml +++ b/pom.xml @@ -61,8 +61,6 @@ 3.2.1 - - 1.4.14 3.0.1 @@ -75,18 +73,6 @@ pom import - - - - ch.qos.logback - logback-classic - ${logback.version} - - - ch.qos.logback - logback-core - ${logback.version} -