@@ -2,9 +2,9 @@ import java.time.LocalDateTime
22
33plugins {
44 id ' application'
5- id ' com.palantir.git-version' version ' 4.0 .0'
5+ id ' com.palantir.git-version' version ' 4.2 .0'
66 id ' edu.sc.seis.launch4j' version ' 4.0.0'
7- id " io.sentry.jvm.gradle" version ' 5.8.0 '
7+ id " io.sentry.jvm.gradle" version ' 5.12.2 '
88 id ' jacoco'
99 id ' java'
1010 id ' checkstyle'
@@ -69,38 +69,39 @@ dependencies {
6969 exclude group : ' xml-apis'
7070 }
7171
72- implementation ' jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
72+ implementation ' jakarta.xml.bind:jakarta.xml.bind-api:4.0.4'
73+ implementation ' jakarta.annotation:jakarta.annotation-api:3.0.0'
7374
7475 implementation ' javax.vecmath:vecmath:1.5.2'
7576
7677 implementation ' joda-time:joda-time:2.14.0'
77- implementation ' org.joda:joda-money:1.0.6 ' // Has a 2.0.2 Version
78+ implementation ' org.joda:joda-money:1.0.7 ' // Has a 2.0.2 Version
7879
7980 implementation ' org.apache.commons:commons-csv:1.14.1'
8081 implementation ' org.apache.commons:commons-math3:3.6.1'
81- implementation ' org.apache.commons:commons-text:1.14 .0'
82- implementation ' org.apache.logging.log4j:log4j-core:2.25.1 '
82+ implementation ' org.apache.commons:commons-text:1.15 .0'
83+ implementation ' org.apache.logging.log4j:log4j-core:2.25.3 '
8384
84- implementation ' org.apache.pdfbox:pdfbox:3.0.5 '
85+ implementation ' org.apache.pdfbox:pdfbox:3.0.6 '
8586
86- implementation ' org.commonmark:commonmark:0.25 .1'
87+ implementation ' org.commonmark:commonmark:0.27 .1'
8788
8889 implementation ' org.jfree:jfreechart:1.5.6'
8990
90- implementation ' com.fasterxml.jackson.core:jackson-core:2.19.2 '
91- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2 '
92- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2 '
91+ implementation ' com.fasterxml.jackson.core:jackson-core:2.20.1 '
92+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1 '
93+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1 '
9394
94- runtimeOnly ' org.glassfish.jaxb:jaxb-runtime:4.0.5 '
95+ runtimeOnly ' org.glassfish.jaxb:jaxb-runtime:4.0.6 '
9596
9697 // Required for mml printing scaled vector graphics (SVG) - Eclipse IDE Compatibility.
9798 runtimeOnly ' xml-apis:xml-apis-ext:1.3.04'
9899
99- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
100+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.14.2 '
100101
101- testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
102- testImplementation ' org.mockito:mockito-core:5.18 .0'
103- testImplementation ' org.mockito:mockito-junit-jupiter:5.18 .0'
102+ testImplementation ' org.junit.jupiter:junit-jupiter:5.14.2 '
103+ testImplementation ' org.mockito:mockito-core:5.21 .0'
104+ testImplementation ' org.mockito:mockito-junit-jupiter:5.21 .0'
104105}
105106
106107application {
@@ -131,7 +132,7 @@ jar {
131132}
132133
133134checkstyle {
134- toolVersion = ' 10.25.0 '
135+ toolVersion = ' 12.3.1 '
135136 configFile = file(" ${ rootDir} /config/checkstyle/checkstyle.xml" )
136137 configProperties = [
137138 ' suppressionFile' : file(" ${ rootDir} /config/checkstyle/checkstyle-suppressions.xml" )
@@ -500,10 +501,10 @@ test {
500501
501502 testLogging {
502503 events " failed"
503- exceptionFormat " full"
504- showExceptions true
505- showCauses true
506- showStackTraces true
504+ exceptionFormat = " full"
505+ showExceptions = true
506+ showCauses = true
507+ showStackTraces = true
507508 showStandardStreams = true
508509 }
509510
0 commit comments