diff --git a/docs/adminguide/src/site/_config.yml b/docs/adminguide/src/site/_config.yml index 6ed080771c..11c9991496 100644 --- a/docs/adminguide/src/site/_config.yml +++ b/docs/adminguide/src/site/_config.yml @@ -75,7 +75,7 @@ docset_name: adminguide ########################################### # this will appear in the sidebar and various doc pages -netcdf-java_docset_version: 5.6 +netcdf-java_docset_version: 5.7 # this will appear in various doc pages -tomcat_version: 9.0 +tomcat_version: 10.0 diff --git a/docs/devguide/src/site/_config.yml b/docs/devguide/src/site/_config.yml index 165105c1ba..0007cdb692 100644 --- a/docs/devguide/src/site/_config.yml +++ b/docs/devguide/src/site/_config.yml @@ -75,7 +75,7 @@ docset_name: devguide ########################################### # this will appear in the sidebar and various doc pages -netcdf-java_docset_version: 5.6 +netcdf-java_docset_version: 5.7 # this will appear in various doc pages -tomcat_version: 9.0 +tomcat_version: 10.0 diff --git a/docs/quickstart/src/site/_config.yml b/docs/quickstart/src/site/_config.yml index 406d3d0ca7..42dc7cc9bf 100644 --- a/docs/quickstart/src/site/_config.yml +++ b/docs/quickstart/src/site/_config.yml @@ -75,7 +75,7 @@ docset_name: quickstart ########################################### # this will appear in the sidebar and various doc pages -netcdf-java_docset_version: 5.6 +netcdf-java_docset_version: 5.7 # this will appear in various doc pages -tomcat_version: 9.0 +tomcat_version: 10.0 diff --git a/docs/userguide/src/site/_config.yml b/docs/userguide/src/site/_config.yml index 2c7b510481..86bbc60358 100644 --- a/docs/userguide/src/site/_config.yml +++ b/docs/userguide/src/site/_config.yml @@ -74,7 +74,7 @@ docset_name: userguide ########################################### # this will appear in the sidebar and various doc pages -netcdf-java_docset_version: 5.6 +netcdf-java_docset_version: 5.7 # this will appear in various doc pages tomcat_version: 10.1 diff --git a/gradle/any/shared-mvn-coords.gradle b/gradle/any/shared-mvn-coords.gradle index ca2c11920b..8e02bdb0fb 100644 --- a/gradle/any/shared-mvn-coords.gradle +++ b/gradle/any/shared-mvn-coords.gradle @@ -23,7 +23,7 @@ ext { depVersion.slf4j = '1.7.28' depVersion.gwt = '2.8.2' depVersion.jaxen = '1.1.6' - depVersion.netcdfJava = '5.6.1-SNAPSHOT' + depVersion.netcdfJava = '5.7.0' // gradle seems to have issues with the compileOnly configuration, so we need to provide the full maven // coordinates for jakarta.servlet-api if the gradle plugin in applied. If we don't, we see errors like this: depVersion.jakartaServletApi = '5.0.0'