Skip to content

Commit

Permalink
Updated dependencies for version 3.3.2 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrycaceres authored Dec 5, 2024
1 parent 2ab9a56 commit a9ef51d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.2] - 2024-12-05

### Changed in 3.3.2

- Updated depdendncies to newer versions:
- Upgraded `icu4j` from version `75.1` to `76.1`
- Upgraded `junit-jupiter` from version `5.11.2` to `5.11.3`
- Upgraded `maven-surefire-plugin` from version `3.5.1` to `3.5.2`
- Upgraded `maven-javadoc-plugin` from version `3.10.1` to `3.11.1`

## [3.3.1] - 2024-10-08

### Changed in 3.3.1
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.senzing</groupId>
<artifactId>senzing-commons</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>
<name>Senzing Commons</name>
<description>Utility classes and functions common to multiple Senzing projects.</description>
<url>http://github.com/senzing-garage/senzing-commons-java</url>
Expand Down Expand Up @@ -66,12 +66,12 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>75.1</version>
<version>76.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<systemPropertyVariables>
<project.build.directory>${project.build.directory}</project.build.directory>
Expand Down Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit a9ef51d

Please sign in to comment.