Skip to content

Commit b724464

Browse files
chore(deps): bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the /backend directory: software.amazon.awssdk:s3, [org.jsoup:jsoup](https://github.com/jhy/jsoup), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin). Updates `software.amazon.awssdk:s3` from 2.40.10 to 2.41.4 Updates `org.jsoup:jsoup` from 1.21.2 to 1.22.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.21.2...jsoup-1.22.1) Updates `org.jetbrains.kotlin.jvm` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin.plugin.spring` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-version: 2.41.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.jsoup:jsoup dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.jetbrains.kotlin.plugin.spring dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d6b0e0 commit b724464

File tree

2 files changed

+261
-255
lines changed

2 files changed

+261
-255
lines changed

backend/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ plugins {
88
// Check here: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
99
// To bump gradle version run: `./gradlew wrapper --gradle-version=VERSION && ./gradlew wrapper`
1010
// Then commit the changes
11-
id 'org.jetbrains.kotlin.jvm' version '2.2.21'
12-
id 'org.jetbrains.kotlin.plugin.spring' version '2.2.21'
11+
id 'org.jetbrains.kotlin.jvm' version '2.3.0'
12+
id 'org.jetbrains.kotlin.plugin.spring' version '2.3.0'
1313
id 'org.jlleitschuh.gradle.ktlint' version '14.0.1'
1414
id 'org.springdoc.openapi-gradle-plugin' version '1.9.0'
1515
}
@@ -57,7 +57,7 @@ dependencies {
5757
implementation "org.hibernate.validator:hibernate-validator"
5858
implementation "org.keycloak:keycloak-admin-client:26.0.7"
5959
implementation("io.minio:minio:8.6.0")
60-
implementation("software.amazon.awssdk:s3:2.40.10")
60+
implementation("software.amazon.awssdk:s3:2.41.7")
6161

6262
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
6363
implementation "org.springframework.boot:spring-boot-starter-security"
@@ -67,7 +67,7 @@ dependencies {
6767
implementation 'org.tukaani:xz:1.11'
6868

6969
implementation("org.redundent:kotlin-xml-builder:1.9.3")
70-
implementation("org.jsoup:jsoup:1.21.2")
70+
implementation("org.jsoup:jsoup:1.22.1")
7171

7272
testImplementation("org.springframework.boot:spring-boot-starter-test") {
7373
exclude group: "org.mockito"

0 commit comments

Comments
 (0)