diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-03 21:36:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 21:36:23 (GMT) |
commit | fa388e6ba42eaf66d33c1662fe413cfeecd69a59 (patch) | |
tree | eab4706dcebdb4fa89ab38dc1042df8d3ec5e42e /.gitattributes | |
parent | b8c27cec1724a707f26744d6cc32b0728dfee95a (diff) | |
download | hdf5-fa388e6ba42eaf66d33c1662fe413cfeecd69a59.zip hdf5-fa388e6ba42eaf66d33c1662fe413cfeecd69a59.tar.gz hdf5-fa388e6ba42eaf66d33c1662fe413cfeecd69a59.tar.bz2 |
Update java logger version (#2643)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 2ff0dab..1d1ad38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -192,12 +192,12 @@ java/examples/testfiles/examples.intro.H5_CreateGroup.txt -text java/examples/testfiles/examples.intro.H5_CreateGroupAbsoluteRelative.txt -text java/examples/testfiles/examples.intro.H5_CreateGroupDataset.txt -text java/examples/testfiles/examples.intro.H5_ReadWrite.txt -text -java/lib/ext/slf4j-nop-1.7.33.jar -text svneol=unset#application/zip -java/lib/ext/slf4j-simple-1.7.33.jar -text svneol=unset#application/zip +java/lib/ext/slf4j-nop-2.0.6.jar -text svneol=unset#application/zip +java/lib/ext/slf4j-simple-2.0.6.jar -text svneol=unset#application/zip java/lib/hamcrest-core.jar -text svneol=unset#application/java-archive java/lib/junit.jar -text svneol=unset#application/java-archive java/lib/simplelogger.properties -text -java/lib/slf4j-api-1.7.33.jar -text svneol=unset#application/zip +java/lib/slf4j-api-2.0.6.jar -text svneol=unset#application/zip java/src/CMakeLists.txt -text java/src/Makefile.am -text java/src/hdf/CMakeLists.txt -text |