Skip to content

Commit 82ef701

Browse files
kruscheclaude
andcommitted
Update minor and patch dependencies
- gradle-git-properties plugin: 2.5.4 → 2.5.7 - postgresql: 42.7.8 → 42.7.9 - ical4j: 4.2.2 → 4.2.3 - itext-core: 9.4.0 → 9.5.0 - html2pdf: 6.3.0 → 6.3.1 - Remove unused logback_version from gradle.properties Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c927592 commit 82ef701

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

server/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "checkstyle"
55
id "jacoco"
66
id "com.github.andygoossens.modernizer" version "1.12.0"
7-
id "com.gorylenko.gradle-git-properties" version "2.5.4"
7+
id "com.gorylenko.gradle-git-properties" version "2.5.7"
88
id "org.springframework.boot" version "3.5.9"
99
id "io.spring.dependency-management" version "1.1.7"
1010
id "com.github.ben-manes.versions" version "0.53.0"
@@ -54,13 +54,13 @@ dependencies {
5454
implementation("net.minidev:json-smart") { version { strictly "2.6.0" } }
5555

5656
implementation "org.liquibase:liquibase-core:4.33.0"
57-
implementation "org.postgresql:postgresql:42.7.8"
57+
implementation "org.postgresql:postgresql:42.7.9"
5858

5959
implementation "commons-io:commons-io:2.21.0"
6060
implementation "com.github.vladimir-bukhtoyarov:bucket4j-core:8.0.1"
61-
implementation "org.mnode.ical4j:ical4j:4.2.2"
62-
implementation "com.itextpdf:itext-core:9.4.0"
63-
implementation "com.itextpdf:html2pdf:6.3.0"
61+
implementation "org.mnode.ical4j:ical4j:4.2.3"
62+
implementation "com.itextpdf:itext-core:9.5.0"
63+
implementation "com.itextpdf:html2pdf:6.3.1"
6464
implementation "com.auth0:java-jwt:4.5.0"
6565

6666
// Use the latest version of commons-lang3 to avoid security issues

server/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ org.gradle.configuration-cache=true
33
rootProject.name=Thesis Management
44

55
test_container_version=2.0.3
6-
logback_version=1.5.20
76
junit_version=6.0.2
87
commons_lang3_version=3.20.0

0 commit comments

Comments
 (0)