Skip to content

Commit

Permalink
Version 3.3.1 with Dependency Updates (#117)
Browse files Browse the repository at this point in the history
* Dependency udpates

* Updated CHANGELOG.md for version 3.3.1
  • Loading branch information
barrycaceres authored Oct 8, 2024
1 parent 9810c58 commit 2ab9a56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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.1] - 2024-10-08

### Changed in 3.3.1

- Updated depdendncies to newer versions:
- Upgraded `commons-csv` from version `1.11.0` to `1.12.0`
- Upgraded `junit-jupiter` from version `5.10.3` to `5.11.2`
- Upgraded `maven-surefire-plugin` from version `3.3.0` to `3.5.1`
- Upgraded `maven-javadoc-plugin` from version `3.7.0` to `3.10.1`
- Upgraded `maven-gpg-plugin` from version `3.2.4` to `3.2.7`

## [3.3.0] - 2024-06-19

### Changed in 3.3.0
Expand Down
4 changes: 2 additions & 2 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.0</version>
<version>3.3.1</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 @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<project.build.directory>${project.build.directory}</project.build.directory>
Expand Down

0 comments on commit 2ab9a56

Please sign in to comment.