Skip to content

Commit

Permalink
Merge pull request #75 from Senzing/caceres.version-3.1.5
Browse files Browse the repository at this point in the history
Version 3.1.5 Release: Updated dependencies
  • Loading branch information
barrycaceres authored Jan 10, 2024
2 parents 3362e00 + b3cad44 commit 856e8c8
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.1.5] - 2024-01-10

### Changed in 3.1.5

- Updated depdendncies to newer versions:
- Updated `icu4j` to version `74.2`
- Updated `maven-compiler-plugin` to version `3.12.1`
- Updated `maven-surefire-plugin` to version `3.2.3`
- Updated `maven-javadoc-plugin` to version `3.6.3`

## [3.1.4] - 2023-12-07

### Changed in 3.1.4
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.1.4</version>
<version>3.1.5</version>
<name>Senzing Commons</name>
<description>Utility classes and functions common to multiple Senzing projects.</description>
<url>http://github.com/Senzing/senzing-commons-java</url>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>74.1</version>
<version>74.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -96,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<compilerArgs>
<arg>-Xlint:unchecked</arg>
Expand All @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</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.6.2</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 856e8c8

Please sign in to comment.