Skip to content

Commit

Permalink
Merge pull request #36839 from sberyozkin/jose4j_0.9.3
Browse files Browse the repository at this point in the history
[2.13] Manage Jose4j dependency in the bom
  • Loading branch information
gsmet authored Nov 15, 2023
2 parents 45c5af9 + 722a359 commit e93f217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ updates:
- dependency-name: com.sun.xml.bind:jaxb-impl
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
- dependency-name: org.eclipse.parsson:*
- dependency-name: org.bitbucket.b_c:jose4j
ignore:
# this one cannot be upgraded due to the usage of proxies in new versions
# the proxy implements interfaces in a random order which causes issues
Expand Down
6 changes: 6 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<!-- these two artifacts needs to be compatible together -->
<strimzi-oauth.version>0.10.0</strimzi-oauth.version>
<strimzi-oauth.nimbus.version>9.24.4</strimzi-oauth.nimbus.version>
<jose4j.version>0.9.3</jose4j.version>
<java-buildpack-client.version>0.0.6</java-buildpack-client.version>
<org-crac.version>0.1.1</org-crac.version>
<sshd-common.version>2.10.0</sshd-common.version>
Expand Down Expand Up @@ -4069,6 +4070,11 @@
<artifactId>nimbus-jose-jwt</artifactId>
<version>${strimzi-oauth.nimbus.version}</version>
</dependency>
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>${jose4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-toolchain</artifactId>
Expand Down

0 comments on commit e93f217

Please sign in to comment.