@@ -7,7 +7,7 @@ plugins {
77 // Ordered alphabetically
88 id ' com.github.hierynomus.license' version ' 0.16.1'
99 id " com.github.hierynomus.license-report" version " 0.16.1" apply false
10- id ' com.gradleup.shadow' version ' 8.3.8 ' apply false
10+ id ' com.gradleup.shadow' version ' 8.3.9 ' apply false
1111 id ' com.google.protobuf' version ' 0.8.19' apply false
1212 // dont update com.jfrog.artifactory, new version contains a bug
1313 id ' com.jfrog.artifactory' version ' 5.2.5'
@@ -235,8 +235,8 @@ subprojects {
235235
236236 ext {
237237 protobufVersion = ' 4.29.5'
238- springVersion = ' 6.2.9 '
239- springSecurityVersion = ' 6.4.8 '
238+ springVersion = ' 6.2.10 '
239+ springSecurityVersion = ' 6.4.9 '
240240 elasticSearchClientVersion = ' 7.17.29'
241241 }
242242
@@ -407,13 +407,13 @@ subprojects {
407407 // To be removed after migration to JUnit5 is finished
408408 dependency ' com.tngtech.java:junit-dataprovider:1.13.1'
409409 dependency ' com.tngtech.junit.dataprovider:junit-jupiter-params-dataprovider:2.10'
410- dependencySet(group : ' io.jsonwebtoken' , version : ' 0.12.6 ' ) {
410+ dependencySet(group : ' io.jsonwebtoken' , version : ' 0.12.7 ' ) {
411411 entry ' jjwt-api'
412412 entry ' jjwt-impl'
413413 entry ' jjwt-jackson'
414414 }
415415 dependency ' com.auth0:java-jwt:4.4.0'
416- dependency ' io.netty:netty-all:4.1.123 .Final'
416+ dependency ' io.netty:netty-all:4.1.124 .Final'
417417 dependency ' jakarta.mail:jakarta.mail-api:2.1.3'
418418 dependency ' jakarta.annotation:jakarta.annotation-api:3.0.0'
419419 dependency ' jakarta.inject:jakarta.inject-api:2.0.1'
@@ -443,7 +443,7 @@ subprojects {
443443 entry ' log4j-api'
444444 entry ' log4j-to-slf4j'
445445 }
446- dependencySet(group : ' org.apache.tomcat.embed' , version : ' 10.1.43 ' ) {
446+ dependencySet(group : ' org.apache.tomcat.embed' , version : ' 10.1.44 ' ) {
447447 entry ' tomcat-embed-core'
448448 entry(' tomcat-embed-jasper' ) {
449449 exclude ' org.eclipse.jdt.core.compiler:ecj'
@@ -461,7 +461,7 @@ subprojects {
461461 exclude ' org.slf4j:slf4j-api'
462462 }
463463 dependency ' com.fasterxml.staxmate:staxmate:2.4.1'
464- dependencySet(group : ' org.eclipse.jetty' , version : ' 11.0.25 ' ) {
464+ dependencySet(group : ' org.eclipse.jetty' , version : ' 11.0.26 ' ) {
465465 entry ' jetty-proxy'
466466 entry ' jetty-server'
467467 entry ' jetty-servlet'
@@ -526,13 +526,13 @@ subprojects {
526526 exclude ' commons-logging:commons-logging'
527527 }
528528 dependency ' org.springdoc:springdoc-openapi-starter-webmvc-api:2.7.0'
529- dependencySet(group : ' com.icegreen' , version : ' 2.1.4 ' ) {
529+ dependencySet(group : ' com.icegreen' , version : ' 2.1.5 ' ) {
530530 entry ' greenmail'
531531 entry ' greenmail-junit4'
532532 entry ' greenmail-junit5'
533533 }
534534 dependency ' org.yaml:snakeyaml:2.3'
535- dependency ' org.hibernate.validator:hibernate-validator:8.0.2 .Final'
535+ dependency ' org.hibernate.validator:hibernate-validator:8.0.3 .Final'
536536 dependency ' org.kohsuke:github-api:1.326'
537537 dependency ' org.wiremock:wiremock-standalone:3.10.0'
538538 dependency ' org.skyscreamer:jsonassert:1.5.3'
0 commit comments