Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</extension>
</extensions>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<!-- XSUAA -->
<!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
<scp-cf.xsuaa-client.version>3.6.4</scp-cf.xsuaa-client.version>
<scp-cf.xsuaa-client.version>3.6.5</scp-cf.xsuaa-client.version>
<java-jwt.version>4.5.0</java-jwt.version>
<!-- Utility stuff -->
<slf4j.version>2.0.17</slf4j.version>
Expand Down Expand Up @@ -279,7 +279,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.51.0</version>
<version>3.51.1</version>
</dependency>
<!-- 2.10 by Caffeine and 2.11 by Guava -->
<dependency>
Expand Down