Skip to content

Commit c7753f4

Browse files
author
haileyajohnson
authored
Merge pull request #959 from haileyajohnson/5.5.1
5.5.1
2 parents 40db339 + 98d143e commit c7753f4

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4646
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
4747
// docs/src/private/internal/release.md for details)
48-
version = '5.5.1-SNAPSHOT'
48+
version = '5.5.2-SNAPSHOT'
4949
status = 'development'
5050
}
5151

docs/src/site/pages/netcdfJava/Upgrade.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ As such, we no longer utilize WebStart.
3131
## netCDF-Java API Changes (5.5.x)
3232

3333
Point release notes:
34-
* [5.5.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.5.0){:target="_blank"} (_2021-12-20_)
35-
34+
* [5.5.1](https://github.com/Unidata/netcdf-java/releases/tag/v5.5.1){:target="_blank"} (_2021-12-20_)
35+
* `5.5.0` was released but not announced.
36+
It should not be used.
37+
3638
5.5.x is the first release that includes read support for [Zarr](https://zarr.readthedocs.io/en/stable/index.html){:target="_blank"}.
3739
There is also a new package for filters, `ucar.ma2.filters`, which allows user-provided compressors and filters to be supplied through a [Service Provider Interface](https://www.baeldung.com/java-spi){:target="_blank"}.
3840

netcdf-java-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272

7373
// netcdf-java logging
7474
api "org.slf4j:slf4j-api:${depVersion.slf4j}"
75-
runtime 'ch.qos.logback:logback-classic:1.2.3'
75+
runtime 'ch.qos.logback:logback-classic:1.2.9'
7676

7777
// legacy gradle module
7878
// todo: remove with legacy in 6

0 commit comments

Comments
 (0)