Skip to content

Commit

Permalink
Merge pull request #410 from cicirello/dependabot/maven/master/org.ci…
Browse files Browse the repository at this point in the history
…cirello-rho-mu-4.1.0

Bump org.cicirello:rho-mu from 4.0.0 to 4.1.0
  • Loading branch information
cicirello authored Jun 10, 2024
2 parents 6117b2d + 33ba7b2 commit 8a365dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2024-05-15
## [Unreleased] - 2024-06-10

**Breaking Changes**: Due to breaking changes, the next release will be a major release (see the Removed section below for details). Timing of that major release will likely be in the Fall of 2023 to coincide with the planned transition to Java 21 upon its release.
**Breaking Changes**: Due to breaking changes, the next release will be a major release (see the Removed section below for details). Timing of that major release will likely be in the Fall of 2024 to coincide with the planned transition to Java 21.

### Added
* SequenceSampler.getDefault() method for creating an instance of the default implementation of SequenceSampler.
Expand Down Expand Up @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fixed potential finalizer vulnerability in org.cicirello.sequences.distance.EditDistance, detected by SpotBugs analysis.

### Dependencies
* Bump rho-mu from 3.1.0 to 4.0.0
* Bump rho-mu from 3.1.0 to 4.1.0
* Bump org.cicirello:core from 2.5.0 to 2.7.0

### CI/CD
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>rho-mu</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>org.cicirello</groupId>
Expand Down

0 comments on commit 8a365dc

Please sign in to comment.