Skip to content

Commit

Permalink
chore: Update dependendencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Jun 1, 2024
1 parent dd0b3d7 commit 1b225fa
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 43 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.2] - Unreleased
### :building_construction: Improvements
- Ensure the LICENSE file is included in the Jar file.
- Fix reproducible build.

### :ghost: Maintenance
- Migrate the main repo back to GitHub.
- Updated dependencies and maven plugins.

## [2.1] - 2024-04-01
### :bug: Bug Fixes
Expand Down Expand Up @@ -35,6 +42,6 @@ All notable changes to this project will be documented in this file.
- Refactor of the `stringprep` implementation to make it extensible and modular, now this implemenation is considered feature-complete.
- Change the module `saslprep` to implement the stringprep `Profile` interface.

[Unreleased]: https://gitlab.com/ongresinc/stringprep/-/compare/2.1...main
[2.0]: https://gitlab.com/ongresinc/stringprep/-/compare/1.1...2.0
[2.1]: https://gitlab.com/ongresinc/stringprep/-/compare/2.0...2.1
[2.0]: https://github.com/ongres/stringprep/compare/1.1...2.0
[2.1]: https://github.com/ongres/stringprep/compare/2.0...2.1
[Unreleased]: https://github.com/ongres/stringprep/compare/2.1...main
2 changes: 1 addition & 1 deletion nameprep/src/it/jpms-nameprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
54 changes: 18 additions & 36 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,32 +78,31 @@
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<jar-plugin.version>3.4.1</jar-plugin.version>
<source-plugin.version>3.3.1</source-plugin.version>
<javadoc-plugin.version>3.6.3</javadoc-plugin.version>
<javadoc-plugin.version>3.7.0</javadoc-plugin.version>
<clean-plugin.version>3.3.2</clean-plugin.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<failsafe-plugin.version>3.2.5</failsafe-plugin.version>
<enforcer-plugin.version>3.4.1</enforcer-plugin.version>
<install-plugin.version>3.1.1</install-plugin.version>
<deploy-plugin.version>3.1.1</deploy-plugin.version>
<invoker-plugin.version>3.6.1</invoker-plugin.version>
<enforcer-plugin.version>3.5.0</enforcer-plugin.version>
<install-plugin.version>3.1.2</install-plugin.version>
<deploy-plugin.version>3.1.2</deploy-plugin.version>
<invoker-plugin.version>3.7.0</invoker-plugin.version>
<gpg-plugin.version>3.2.4</gpg-plugin.version>
<jacoco-plugin.verson>0.8.12</jacoco-plugin.verson>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<jdeps-plugin.version>3.1.2</jdeps-plugin.version>
<cyclonedx-plugin.version>2.8.0</cyclonedx-plugin.version>
<sortpom-plugin.version>3.4.1</sortpom-plugin.version>
<sortpom-plugin.version>4.0.0</sortpom-plugin.version>
<artifact-plugin.version>3.5.1</artifact-plugin.version>
<!-- Checkstyle, SpotBugs and PMD properties -->
<checkstyle.version>10.15.0</checkstyle.version>
<checkstyle.version>10.17.0</checkstyle.version>
<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
<spotbugs.version>4.8.4</spotbugs.version>
<spotbugs-plugin.version>4.8.4.0</spotbugs-plugin.version>
<spotbugs.version>4.8.5</spotbugs.version>
<spotbugs-plugin.version>4.8.5.0</spotbugs-plugin.version>
<findsecbugs.version>1.12.0</findsecbugs.version>
<pmd.version>7.1.0</pmd.version>
<pmd.version>7.2.0</pmd.version>
<pmd-plugin.version>3.22.0</pmd-plugin.version>
<sonar-plugin.version>3.11.0.3922</sonar-plugin.version>
<sonar-plugin.version>4.0.0.4121</sonar-plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<checks.location>${maven.multiModuleProjectDirectory}/checks</checks.location>
<checkstyle.config.location>${checks.location}/checkstyle.xml</checkstyle.config.location>
Expand Down Expand Up @@ -388,26 +387,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus-staging-maven-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
<executions>
<execution>
<id>default-deploy</id>
<goals>
<goal>deploy</goal>
</goals>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
Expand All @@ -429,6 +408,13 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>${cyclonedx-plugin.version}</version>
<configuration>
<includeCompileScope>true</includeCompileScope>
<includeProvidedScope>false</includeProvidedScope>
<includeRuntimeScope>false</includeRuntimeScope>
<includeSystemScope>false</includeSystemScope>
<includeTestScope>false</includeTestScope>
</configuration>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -702,10 +688,6 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion saslprep/src/it/jpms-saslprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion stringprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<dependencies>
<dependency>
<groupId>com.ongres.stringprep</groupId>
Expand Down
2 changes: 1 addition & 1 deletion stringprep/src/it/jpms-stringprep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 1b225fa

Please sign in to comment.