File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 id " idea"
99 id " org.springframework.boot" version " ${ springBootVersion} " apply false
1010 id " org.owasp.dependencycheck" version " 9.0.10" apply false
11- id " org.domaframework.doma.compile" version " 2 .0.0 " apply false
11+ id " org.domaframework.doma.compile" version " 3 .0.1 " apply false
1212 id " com.google.cloud.tools.jib" version " 3.2.1" apply false
1313 id " com.avast.gradle.docker-compose" version " 0.17.12" apply false
1414 id " com.diffplug.spotless" version " ${ spotlessVersion} "
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ org.gradle.jvmargs=-Duser.language=ja -Duser.country=JP \
55 --add-exports jdk.compiler/com.sun.tools.javac.parser =ALL-UNNAMED \
66 --add-exports jdk.compiler/com.sun.tools.javac.tree =ALL-UNNAMED \
77 --add-exports jdk.compiler/com.sun.tools.javac.util =ALL-UNNAMED
8- springBootVersion =3.2.12
9- domaVersion =3.1 .0
8+ springBootVersion =3.4.1
9+ domaVersion =3.2 .0
1010groovyVersion =4.0.10
11- spockVersion =2.4-M4 -groovy-4.0
11+ spockVersion =2.4-M5 -groovy-4.0
1212spotlessVersion =6.18.0
Original file line number Diff line number Diff line change 1- spockVersion =2.4-M1 -groovy-4.0
1+ spockVersion =2.4-M5 -groovy-4.0
22gebVersion =7.0
33seleniumVersion =3.141.59
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ dependencies {
1313 api " org.springframework.boot:spring-boot-starter"
1414
1515 api " org.apache.commons:commons-lang3"
16- api " org.apache.commons:commons-text:1.11 .0"
17- api " org.apache.commons:commons-compress:1.25.0 "
16+ api " org.apache.commons:commons-text:1.13 .0"
17+ api " org.apache.commons:commons-compress:1.27.1 "
1818 api " commons-codec:commons-codec"
1919 api " org.apache.commons:commons-digester3:3.2"
2020 api " commons-io:commons-io:2.18.0"
21- api " com.ibm.icu:icu4j:74.2 "
21+ api " com.ibm.icu:icu4j:76.1 "
2222}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 api " com.fasterxml.jackson.dataformat:jackson-dataformat-csv"
3434
3535 // modelmapper
36- api " org.modelmapper:modelmapper:3.2.0 "
36+ api " org.modelmapper:modelmapper:3.2.2 "
3737
3838 // mysql database
3939 api " com.mysql:mysql-connector-j"
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ dependencies {
2323 api " org.thymeleaf.extras:thymeleaf-extras-springsecurity6"
2424 api " nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect"
2525 api " com.fasterxml.jackson.dataformat:jackson-dataformat-csv"
26- api " org.modelmapper:modelmapper:3.2.0 "
26+ api " org.modelmapper:modelmapper:3.2.2 "
2727 api " net.sf.jasperreports:jasperreports:6.21.2"
28- api " org.apache.poi:poi:5.2.5 "
29- api " org.apache.poi:poi-ooxml:5.2.5 "
28+ api " org.apache.poi:poi:5.3.0 "
29+ api " org.apache.poi:poi-ooxml:5.3.0 "
3030 api " com.github.ben-manes.caffeine:caffeine"
3131}
You can’t perform that action at this time.
0 commit comments