Skip to content

Commit

Permalink
Manage Jose4j dependency in the bom
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Oct 26, 2023
1 parent cf9e5ef commit 8299d17
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 @@ -174,6 +174,7 @@ updates:
- dependency-name: org.apache.groovy:*
- dependency-name: org.apache.qpid:*
- dependency-name: biz.paluch.logging:logstash-gelf
- 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 @@ -220,6 +220,7 @@
<!-- these two artifacts needs to be compatible together -->
<strimzi-oauth.version>0.12.0</strimzi-oauth.version>
<strimzi-oauth.nimbus.version>9.34</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.3</org-crac.version>
<sshd-common.version>2.10.0</sshd-common.version>
Expand Down Expand Up @@ -4272,6 +4273,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 8299d17

Please sign in to comment.