File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ org.gradle.configuration-cache=true
33rootProject.name =Thesis Management
44
55test_container_version =2.0.3
6- logback_version =1.5.20
76junit_version =6.0.2
87commons_lang3_version =3.20.0
You can’t perform that action at this time.
0 commit comments