@@ -7,16 +7,16 @@ buildscript {
77}
88
99plugins {
10- id ' com.github.ben-manes.versions' version ' 0.52 .0'
11- id ' com.google.cloud.tools.jib' version ' 3.4.5 ' apply false
12- id ' com.gradleup.nmcp' version ' 1.2.0 ' apply false
13- id ' com.gradleup.nmcp.aggregation' version ' 1.2.0 '
14- id ' org.sonarqube' version ' 6 .2.0.5505 '
15- id ' pl.allegro.tech.build.axion-release' version ' 1.20 .1'
10+ id ' com.github.ben-manes.versions' version ' 0.53 .0'
11+ id ' com.google.cloud.tools.jib' version ' 3.5.2 ' apply false
12+ id ' com.gradleup.nmcp' version ' 1.4.3 ' apply false
13+ id ' com.gradleup.nmcp.aggregation' version ' 1.4.3 '
14+ id ' org.sonarqube' version ' 7 .2.2.6593 '
15+ id ' pl.allegro.tech.build.axion-release' version ' 1.21 .1'
1616}
1717
1818wrapper {
19- gradleVersion = ' 9.0 .0'
19+ gradleVersion = ' 9.3 .0'
2020 distributionType = Wrapper.DistributionType . ALL
2121}
2222
@@ -44,19 +44,20 @@ allprojects {
4444}
4545
4646ext {
47- assertj_version = ' 3.27.4 '
48- jjwt_version = ' 0.12.7 '
47+ assertj_version = ' 3.27.6 '
48+ jjwt_version = ' 0.13.0 '
4949 jsr305_version = ' 3.0.2'
5050 junit4_version = ' 4.13.2'
51- junit5_version = ' 5.13.4'
52- keycloak_version = ' 26.3.2'
51+ // starting from major version 6, junit needs Java 17+
52+ junit5_version = ' 5.14.2'
53+ keycloak_version = ' 26.5.1'
5354 // the last version that was shipped together with keycloak server
5455 keycloak_js_version = ' 25.0.6'
55- mockito_version = ' 5.19 .0'
56+ mockito_version = ' 5.21 .0'
5657 picocli_version = ' 4.7.7'
5758 slf4j_version = ' 2.0.17'
5859 // starting from major version 5, vert.x needs Java 11+
59- vertx_version = ' 4.5.18 '
60+ vertx_version = ' 4.5.24 '
6061
6162 license_name = ' The Apache License, Version 2.0'
6263 license_url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
0 commit comments