From 4ac5723164521d3afcd7aa278679eed5bc6aa126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 04:24:46 +0000 Subject: [PATCH] Bump the all-dependencies group with 4 updates Bumps the all-dependencies group with 4 updates: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot), [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java), org.flywaydb:flyway-database-postgresql and [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint). Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) Updates `org.testcontainers:postgresql` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.2...1.20.3) Updates `org.flywaydb:flyway-database-postgresql` from 10.20.0 to 10.20.1 Updates `com.pinterest.ktlint:ktlint-cli` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/compare/1.3.1...1.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.pinterest.ktlint:ktlint-cli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 8 ++++---- prosessering-core/pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2917e5b..5e330f4 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 21 UTF-8 2.0.21 - 3.3.4 + 3.3.5 1.13.13 5.0.5 @@ -76,13 +76,13 @@ org.testcontainers postgresql - 1.20.2 + 1.20.3 test org.flywaydb flyway-database-postgresql - 10.20.0 + 10.20.1 runtime @@ -252,7 +252,7 @@ com.pinterest.ktlint ktlint-cli - 1.3.1 + 1.4.0 diff --git a/prosessering-core/pom.xml b/prosessering-core/pom.xml index 9a6fd44..3e39f00 100644 --- a/prosessering-core/pom.xml +++ b/prosessering-core/pom.xml @@ -97,7 +97,7 @@ org.flywaydb flyway-database-postgresql - 10.20.0 + 10.20.1 runtime