Skip to content

Commit 8a365dc

Browse files
authored
Merge pull request #410 from cicirello/dependabot/maven/master/org.cicirello-rho-mu-4.1.0
Bump org.cicirello:rho-mu from 4.0.0 to 4.1.0
2 parents 6117b2d + 33ba7b2 commit 8a365dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2024-05-15
7+
## [Unreleased] - 2024-06-10
88

9-
**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.
9+
**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.
1010

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

3838
### Dependencies
39-
* Bump rho-mu from 3.1.0 to 4.0.0
39+
* Bump rho-mu from 3.1.0 to 4.1.0
4040
* Bump org.cicirello:core from 2.5.0 to 2.7.0
4141

4242
### CI/CD

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>org.cicirello</groupId>
223223
<artifactId>rho-mu</artifactId>
224-
<version>4.0.0</version>
224+
<version>4.1.0</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.cicirello</groupId>

0 commit comments

Comments
 (0)