|
85 | 85 | </modules> |
86 | 86 |
|
87 | 87 | <properties> |
88 | | - <apache.directory.server.version>2.0.0-M22</apache.directory.server.version> |
89 | | - <apache.directory.api.version>1.0.0-M33</apache.directory.api.version> |
90 | | - <exec-maven-plugin.version>1.2.1</exec-maven-plugin.version> |
| 88 | + <apache.directory.server.version>2.0.0.AM27</apache.directory.server.version> |
| 89 | + <apache.directory.api.version>1.0.3</apache.directory.api.version> |
| 90 | + <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> |
91 | 91 | <podam.version>7.2.11.RELEASE</podam.version> |
92 | 92 | <checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location> |
93 | | - <kafka.connect.maven.plugin.version>0.11.1</kafka.connect.maven.plugin.version> |
94 | | - <kotlin.version>1.9.10</kotlin.version> |
95 | | - <antlr.version>4.13.1</antlr.version> |
96 | | - <azure.sdk.version>4.9.2</azure.sdk.version> |
| 93 | + <kafka.connect.maven.plugin.version>0.13.1</kafka.connect.maven.plugin.version> |
| 94 | + <kotlin.version>1.9.25</kotlin.version> |
| 95 | + <antlr.version>4.13.2</antlr.version> |
| 96 | + <azure.sdk.version>4.10.6</azure.sdk.version> |
97 | 97 | <caffeine.version>2.9.3</caffeine.version> |
98 | | - <cel-version>0.5.3</cel-version> |
99 | | - <google.api.client.version>2.4.0</google.api.client.version> |
100 | | - <google.auth.version>1.24.1</google.auth.version> |
| 98 | + <cel-version>0.6.0</cel-version> |
| 99 | + <google.api.client.version>2.9.0</google.api.client.version> |
| 100 | + <google.auth.version>1.46.0</google.auth.version> |
101 | 101 | <guice.version>5.1.0</guice.version> |
102 | 102 | <jsonata-version>2.6.2</jsonata-version> |
103 | 103 | <json-schema.version>1.14.6</json-schema.version> |
104 | 104 | <json-skema.version>0.30.0</json-skema.version> |
105 | 105 | <kcache.version>5.2.3</kcache.version> |
106 | | - <proto-google-common-protos.version>2.53.0</proto-google-common-protos.version> |
| 106 | + <proto-google-common-protos.version>2.70.0</proto-google-common-protos.version> |
107 | 107 | <protobuf.maven.plugin.version>2.10.3</protobuf.maven.plugin.version> |
108 | | - <okio.version>3.4.0</okio.version> |
109 | | - <tink.version>1.20.0</tink.version> |
| 108 | + <okio.version>3.17.0</okio.version> |
| 109 | + <tink.version>1.21.0</tink.version> |
110 | 110 | <tink.gcp.kms.version>1.10.0</tink.gcp.kms.version> |
111 | | - <wire.version>5.5.0</wire.version> |
112 | | - <swagger.version>2.2.42</swagger.version> |
| 111 | + <wire.version>5.5.1</wire.version> |
| 112 | + <swagger.version>2.2.49</swagger.version> |
113 | 113 | <io.confluent.schema-registry.version>8.4.0-0</io.confluent.schema-registry.version> |
114 | | - <commons.compress.version>1.26.1</commons.compress.version> |
115 | | - <commons.lang3.version>3.18.0</commons.lang3.version> |
116 | | - <commons.validator.version>1.9.0</commons.validator.version> |
117 | | - <snappy.version>1.1.10.5</snappy.version> |
| 114 | + <commons.compress.version>1.28.0</commons.compress.version> |
| 115 | + <commons.lang3.version>3.20.0</commons.lang3.version> |
| 116 | + <commons.validator.version>1.10.1</commons.validator.version> |
| 117 | + <snappy.version>1.1.10.8</snappy.version> |
118 | 118 | <log4j.version>2.25.4</log4j.version> |
119 | | - <apache.httpclient5.version>5.5</apache.httpclient5.version> |
120 | | - <spotless.maven.plugin.version>2.45.0</spotless.maven.plugin.version> |
| 119 | + <apache.httpclient5.version>5.6.1</apache.httpclient5.version> |
| 120 | + <spotless.maven.plugin.version>2.46.1</spotless.maven.plugin.version> |
121 | 121 | </properties> |
122 | 122 |
|
123 | 123 | <repositories> |
|
299 | 299 | <dependency> |
300 | 300 | <groupId>io.github.jopenlibs</groupId> |
301 | 301 | <artifactId>vault-java-driver</artifactId> |
302 | | - <version>6.2.0</version> |
| 302 | + <version>6.2.1</version> |
303 | 303 | </dependency> |
304 | 304 | <dependency> |
305 | 305 | <groupId>com.google.crypto.tink</groupId> |
|
356 | 356 | <dependency> |
357 | 357 | <groupId>info.picocli</groupId> |
358 | 358 | <artifactId>picocli</artifactId> |
359 | | - <version>4.7.5</version> |
| 359 | + <version>4.7.7</version> |
360 | 360 | </dependency> |
361 | 361 | <dependency> |
362 | 362 | <groupId>org.jetbrains.kotlin</groupId> |
|
525 | 525 | <dependency> |
526 | 526 | <groupId>javax.xml.ws</groupId> |
527 | 527 | <artifactId>jaxws-api</artifactId> |
528 | | - <version>2.3.0</version> |
| 528 | + <version>2.3.1</version> |
529 | 529 | </dependency> |
530 | 530 | </dependencies> |
531 | 531 | </dependencyManagement> |
|
625 | 625 | <plugin> |
626 | 626 | <groupId>org.jacoco</groupId> |
627 | 627 | <artifactId>jacoco-maven-plugin</artifactId> |
628 | | - <version>0.8.8</version> |
| 628 | + <version>0.8.14</version> |
629 | 629 | <executions> |
630 | 630 | <execution> |
631 | 631 | <id>prepare-agent</id> |
|
644 | 644 | <plugin> |
645 | 645 | <groupId>org.apache.maven.plugins</groupId> |
646 | 646 | <artifactId>maven-javadoc-plugin</artifactId> |
647 | | - <version>3.6.3</version> |
| 647 | + <version>3.12.0</version> |
648 | 648 | <executions> |
649 | 649 | <execution> |
650 | 650 | <id>attach-javadocs</id> |
|
0 commit comments