Skip to content

Commit

Permalink
Upgrading Nimbus JOSE JWT, OpenSearch REST client and maven-javadoc-p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
ilgrosso committed Oct 2, 2024
1 parent 351a06d commit 4e337e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ under the License.

<cxf.version>3.6.4</cxf.version>
<bouncycastle.version>1.70</bouncycastle.version>
<nimbus-jose-jwt.version>9.41.1</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>

<spring-framework.version>5.3.39</spring-framework.version>
<spring-security.version>5.8.14</spring-security.version>
Expand All @@ -431,7 +431,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>

<elasticsearch.version>8.15.2</elasticsearch.version>
<opensearch.version>2.17.0</opensearch.version>
<opensearch.version>2.17.1</opensearch.version>
<opensearch-java.version>2.14.0</opensearch-java.version>

<log4j2.version>2.22.0</log4j2.version>
Expand Down Expand Up @@ -1550,7 +1550,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<release>${targetJdk}</release>
<additionalOptions>
Expand Down Expand Up @@ -2073,7 +2073,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<release>${targetJdk}</release>
<destDir>apidocs/3.0</destDir>
Expand Down

0 comments on commit 4e337e1

Please sign in to comment.