|
46 | 46 | <!-- XSUAA -->
|
47 | 47 | <!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
|
48 | 48 | <!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
|
49 |
| - <scp-cf.xsuaa-client.version>3.5.9</scp-cf.xsuaa-client.version> |
| 49 | + <scp-cf.xsuaa-client.version>3.6.0</scp-cf.xsuaa-client.version> |
50 | 50 | <java-jwt.version>4.5.0</java-jwt.version>
|
51 | 51 | <!-- Utility stuff -->
|
52 | 52 | <slf4j.version>2.0.17</slf4j.version>
|
53 | 53 | <lombok.version>1.18.38</lombok.version>
|
54 | 54 | <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
|
55 | 55 | <!-- @Nonnull/@Nullable annotations -->
|
56 | 56 | <vavr.version>0.10.6</vavr.version>
|
57 |
| - <guava.version>33.4.6-jre</guava.version> |
| 57 | + <guava.version>33.4.8-jre</guava.version> |
58 | 58 | <!-- collection utilities, @Beta annotation -->
|
59 |
| - <commons-io.version>2.18.0</commons-io.version> |
| 59 | + <commons-io.version>2.19.0</commons-io.version> |
60 | 60 | <!-- Apache file utils -->
|
61 | 61 | <axis2.version>1.7.9</axis2.version>
|
62 | 62 | <!--Used in essential modules: cloudplatform-connectivity, connectivity-destination-service, odata-client, odata-core, securitys-->
|
|
67 | 67 | <jcache.version>1.1.1</jcache.version>
|
68 | 68 | <resilience4j.version>2.3.0</resilience4j.version>
|
69 | 69 | <!-- JSON & XML stuff -->
|
70 |
| - <gson.version>2.12.1</gson.version> |
| 70 | + <gson.version>2.13.0</gson.version> |
71 | 71 | <jackson.version>2.18.3</jackson.version>
|
72 | 72 | <owasp-json-sanitizer.version>1.2.3</owasp-json-sanitizer.version>
|
73 | 73 | <!-- end of essential versions -->
|
|
0 commit comments