1
1
[versions ]
2
- bouncyCastleVersion = " 1.77 "
3
- commonsCodecVersion = " 1.15 "
4
- commonsFileuploadVersion = " 1.5"
5
- commonsIoVersion = " 2.11 .0"
6
- commonsLang3Version = " 3.13 .0"
7
- gsonVersion = " 2.10.1 "
8
- glassfishJsonVersion = " 1.1.4 "
9
- glassfishJaxbRuntimeVersion = " 2.3.1 "
10
- guavaVersion = " 31.1 -jre"
11
- hibernateCoreVersion = " 6.1.7 .Final"
12
- jacksonVersion = " 2.14 .2"
13
- jakartaApiVersion = " 3.1.0"
2
+ bouncyCastleVersion = " 1.78.1 "
3
+ commonsCodecVersion = " 1.17.1 "
4
+ commonsFileUploadVersion = " 1.5"
5
+ commonsIoVersion = " 2.17 .0"
6
+ commonsLang3Version = " 3.17 .0"
7
+ gsonVersion = " 2.11.0 "
8
+ glassfishJakartaJsonVersion = " 2.0.1 "
9
+ glassfishJaxbRuntimeVersion = " 4.0.5 "
10
+ guavaVersion = " 33.3.0 -jre"
11
+ hibernateCoreVersion = " 6.5.2 .Final"
12
+ jacksonVersion = " 2.17 .2"
13
+ jakartaPersistenceApiVersion = " 3.1.0"
14
14
jakartaServletVersion = " 3.0.0"
15
- jakartaXmlVersion = " 4.0.0 "
16
- jcommanderVersion = " 1.83 "
17
- log4jVersion = " 2.19.0 "
18
- lombokVersion = " 1.18.26 "
19
- mariadbVersion = " 3.1.4 "
15
+ jakartaXmlVersion = " 4.0.2 "
16
+ jcommanderVersion = " 2.0 "
17
+ log4jVersion = " 2.23.1 "
18
+ lombokVersion = " 1.18.34 "
19
+ mariadbVersion = " 3.4.0 "
20
20
minimalJsonVersion = " 0.9.5"
21
21
ospackageVersion = " 11.2.0"
22
22
pciVersion = " 0.3"
23
- protobufJavaVersion = " 3.24.1 "
24
- springBootVersion = " 3.0.1 "
23
+ protobufJavaVersion = " 3.25.5 "
24
+ springBootVersion = " 3.3.4 "
25
25
springDataJpaDatatablesVersion = " 6.0.1"
26
- springRetryVersion = " 2.0.0 "
27
- testngVersion = " 7.4.0 "
28
- tomcatVersion = " 10.1.5 "
26
+ springRetryVersion = " 2.0.10 "
27
+ testngVersion = " 7.10.2 "
28
+ tomcatVersion = " 11.0.1 "
29
29
30
30
# test dependencies versions
31
- apacheCommonsVersion = " 2.4"
32
- hamcrestVersion = " 2.2"
33
- hsqldbVersion = " 2.7.2"
34
- junitJupiterVersion = " 5.9.3"
35
- junitPlatformVersion = " 1.9.3"
36
- mockitoVersion = " 4.2.0"
37
- slf4jVersion = " 1.7.30"
38
- springTestVersion = " 6.0.8"
31
+ hamcrestVersion = " 3.0"
32
+ hsqldbVersion = " 2.7.3"
33
+ junitJupiterVersion = " 5.11.0"
34
+ junitPlatformVersion = " 1.11.0"
35
+ mockitoVersion = " 5.14.2"
36
+ slf4jVersion = " 2.0.16"
37
+ springTestVersion = " 6.1.13"
39
38
spotBugAnnotationVersion = " 4.8.6"
40
39
41
40
[libraries ]
42
41
bouncycastle = { module = " org.bouncycastle:bcmail-jdk18on" , version.ref = " bouncyCastleVersion" }
43
42
commons-codec = { module = " commons-codec:commons-codec" , version.ref = " commonsCodecVersion" }
44
- commons-fileupload = { module = " commons-fileupload:commons-fileupload" , version.ref = " commonsFileuploadVersion " }
43
+ commons-fileupload = { module = " commons-fileupload:commons-fileupload" , version.ref = " commonsFileUploadVersion " }
45
44
commons-io = { module = " commons-io:commons-io" , version.ref = " commonsIoVersion" }
46
45
commons-lang3 = { module = " org.apache.commons:commons-lang3" , version.ref = " commonsLang3Version" }
47
46
gson = { module = " com.google.code.gson:gson" , version.ref = " gsonVersion" }
48
- glassfish-javax -json = { module = " org.glassfish:javax .json" , version.ref = " glassfishJsonVersion " }
47
+ glassfish-jakarta -json = { module = " org.glassfish:jakarta .json" , version.ref = " glassfishJakartaJsonVersion " }
49
48
glassfish-jaxb-runtime = { module = " org.glassfish.jaxb:jaxb-runtime" , version.ref = " glassfishJaxbRuntimeVersion" }
50
49
guava = { module = " com.google.guava:guava" , version.ref = " guavaVersion" }
51
50
hibernate-core = { module = " org.hibernate:hibernate-core" , version.ref = " hibernateCoreVersion" }
52
51
jackson-core = { module = " com.fasterxml.jackson.core:jackson-core" , version.ref = " jacksonVersion" }
53
52
jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" , version.ref = " jacksonVersion" }
54
- jakarta-persistence-api = { module = " jakarta.persistence:jakarta.persistence-api" , version.ref = " jakartaApiVersion " }
53
+ jakarta-persistence-api = { module = " jakarta.persistence:jakarta.persistence-api" , version.ref = " jakartaPersistenceApiVersion " }
55
54
jakarta-servlet = { module = " org.glassfish.web:jakarta.servlet.jsp.jstl" , version.ref = " jakartaServletVersion" }
56
55
jakarta-xml = { module = " jakarta.xml.bind:jakarta.xml.bind-api" , version.ref = " jakartaXmlVersion" }
57
56
jcommander = { module = " org.jcommander:jcommander" , version.ref = " jcommanderVersion" }
@@ -76,12 +75,13 @@ tomcat-embed-jasper = { module = "org.apache.tomcat.embed:tomcat-embed-jasper",
76
75
testng = { module = " org.testng:testng" , version.ref = " testngVersion" }
77
76
78
77
# test dependencies
79
- apache-commons-io = { module = " org.apache.directory.studio:org.apache.commons.io" , version.ref = " apacheCommonsVersion" }
80
78
hamcrest = { module = " org.hamcrest:hamcrest" , version.ref = " hamcrestVersion" }
81
79
hsqldb = { module = " org.hsqldb:hsqldb" , version.ref = " hsqldbVersion" }
82
80
junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junitJupiterVersion" }
83
81
junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junitPlatformVersion" }
84
82
mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockitoVersion" }
85
83
spring-test = { module = " org.springframework:spring-test" , version.ref = " springTestVersion" }
86
84
spring-boot-starter-test = { module = " org.springframework.boot:spring-boot-starter-test" , version.ref = " springBootVersion" }
87
- spotbugs-annotations = { module = " com.github.spotbugs:spotbugs-annotations" , version.ref = " spotBugAnnotationVersion" }
85
+ spotbugs-annotations = { module = " com.github.spotbugs:spotbugs-annotations" , version.ref = " spotBugAnnotationVersion" }
86
+
87
+ [plugins ]
0 commit comments