summaryrefslogtreecommitdiffstats
path: root/java/examples/groups/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-03 21:36:23 (GMT)
committerGitHub <noreply@github.com>2023-04-03 21:36:23 (GMT)
commitfa388e6ba42eaf66d33c1662fe413cfeecd69a59 (patch)
treeeab4706dcebdb4fa89ab38dc1042df8d3ec5e42e /java/examples/groups/Makefile.am
parentb8c27cec1724a707f26744d6cc32b0728dfee95a (diff)
downloadhdf5-fa388e6ba42eaf66d33c1662fe413cfeecd69a59.zip
hdf5-fa388e6ba42eaf66d33c1662fe413cfeecd69a59.tar.gz
hdf5-fa388e6ba42eaf66d33c1662fe413cfeecd69a59.tar.bz2
Update java logger version (#2643)
Diffstat (limited to 'java/examples/groups/Makefile.am')
-rw-r--r--java/examples/groups/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/groups/Makefile.am b/java/examples/groups/Makefile.am
index c520860..a3fb774 100644
--- a/java/examples/groups/Makefile.am
+++ b/java/examples/groups/Makefile.am
@@ -27,7 +27,7 @@ classes:
pkgpath = examples/groups
hdfjarfile = jar$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).jar
-CLASSPATH_ENV=CLASSPATH=.:$(JAVAROOT):$(top_builddir)/java/src/$(hdfjarfile):$(top_srcdir)/java/lib/slf4j-api-1.7.33.jar:$(top_srcdir)/java/lib/ext/slf4j-simple-1.7.33.jar:$$CLASSPATH
+CLASSPATH_ENV=CLASSPATH=.:$(JAVAROOT):$(top_builddir)/java/src/$(hdfjarfile):$(top_srcdir)/java/lib/slf4j-api-2.0.6.jar:$(top_srcdir)/java/lib/ext/slf4j-simple-2.0.6.jar:$$CLASSPATH
jarfile = jar$(PACKAGE_TARNAME)groups.jar