@@ -40,7 +40,7 @@ plugins {
4040 id ' com.github.ben-manes.versions' version ' 0.38.0'
4141 id ' com.github.hierynomus.license' version ' 0.16.1'
4242 id ' net.researchgate.release' version ' 2.8.1'
43- id ' org.springframework.boot' version ' 2.4.5 '
43+ id ' org.springframework.boot' version ' 2.5.11 '
4444 id ' org.sonarqube' version ' 3.3'
4545 id ' net.ltgt.errorprone' version ' 2.0.1'
4646 id ' com.github.node-gradle.node' version ' 3.1.0'
@@ -107,7 +107,7 @@ repositories {
107107
108108dependencies {
109109 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
110- implementation ' com.auth0:java-jwt:3.18.2 '
110+ implementation ' com.auth0:java-jwt:3.19.0 '
111111 implementation " com.fasterxml.jackson.core:jackson-core"
112112 implementation " com.fasterxml.jackson.core:jackson-databind"
113113 implementation " org.springframework.boot:spring-boot-properties-migrator" , {
@@ -121,7 +121,7 @@ dependencies {
121121 /**/
122122 implementation ' com.openhtmltopdf:openhtmltopdf-core:1.0.10'
123123 implementation ' com.openhtmltopdf:openhtmltopdf-pdfbox:1.0.10'
124- implementation " ch.digitalfondue.jfiveparse:jfiveparse:0.9.0 "
124+ implementation ' ch.digitalfondue.jfiveparse:jfiveparse:0.10.0 '
125125 /**/
126126 implementation " com.google.zxing:core:3.4.1"
127127 implementation " com.google.zxing:javase:3.4.1"
@@ -138,14 +138,14 @@ dependencies {
138138
139139 implementation " com.stripe:stripe-java:20.50.0"
140140 implementation ' com.paypal.sdk:checkout-sdk:1.0.5'
141- implementation ' com.google.code.gson:gson:2.8.9 '
141+ implementation ' com.google.code.gson:gson:2.9.0 '
142142 implementation ' com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.1' , {
143143 exclude module : ' gson'
144144 }
145145
146146 implementation " org.apache.commons:commons-lang3:3.12.0"
147147 implementation " org.apache.commons:commons-text:1.9"
148- implementation ' com.opencsv:opencsv:5.5.2 '
148+ implementation ' com.opencsv:opencsv:5.6 '
149149 implementation ' commons-codec:commons-codec:1.15'
150150 implementation ' net.sf.biweekly:biweekly:0.6.6'
151151 implementation ' com.atlassian.commonmark:commonmark:0.17.0'
0 commit comments