From 51b5a8882d05b9ba620fde3baed6ca4cd19d9e59 Mon Sep 17 00:00:00 2001 From: Pavlo Smahin Date: Wed, 30 Oct 2024 14:44:52 +0200 Subject: [PATCH] chore: prepare for next development iteration v6.1.0 (#285) * Update dependencies * Update NEWS * [maven-release-plugin] prepare branch release/v6.0 * [maven-release-plugin] prepare for next development iteration * Update to snapshots --- NEWS.md | 8 +++++++- pom.xml | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 474bbf0..63ea581 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## v6.0.0 In Progress +## v6.0.0 2024-10-30 ### Breaking changes * Remove `notes.domain.all` permission * Rename `notes.collection.get.by.status` permission to `note.links.collection.get` @@ -12,6 +12,12 @@ ### Tech Dept * Review and cleanup permissions ([MODNOTES-269](https://folio-org.atlassian.net/browse/MODNOTES-269)) +### Dependencies +* Bump `spring-boot` from `3.2.3` to `3.3.5` +* Bump `folio-spring-support` from `8.1.0` to `8.2.0` +* Bump `jsoup` from `1.17.2` to `1.18.1` +* Bump `lombok` from `1.18.30` to `1.18.34` + ## v5.2.0 2024-03-18 ### Dependencies * Bump `spring-boot` from `3.1.1` to `3.2.3` diff --git a/pom.xml b/pom.xml index 6257419..e2a607e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.folio mod-notes - 6.0.0-SNAPSHOT + 6.1.0-SNAPSHOT jar @@ -26,10 +26,10 @@ UTF-8 UTF-8 - 8.2.0 + 8.3.0-SNAPSHOT 1.6.2 1.18.1 - 1.18.30 + 1.18.34 ${project.basedir}/src/main/resources/swagger.api/notes.yml