diff --git a/mir-module/src/main/resources/META-INF/resources/js/mir/select-doctype.js b/mir-module/src/main/resources/META-INF/resources/js/mir/select-doctype.js
index 3410fb665a..86859e14c8 100644
--- a/mir-module/src/main/resources/META-INF/resources/js/mir/select-doctype.js
+++ b/mir-module/src/main/resources/META-INF/resources/js/mir/select-doctype.js
@@ -95,7 +95,7 @@ $(document).ready( function() {
$('#genre').change(function (){changeHostOptions();});
$.ajax({
method: "GET",
- url: webApplicationBaseURL+"api/v1/classifications/mir_genres",
+ url: webApplicationBaseURL+"api/v2/classifications/mir_genres",
dataType: "xml"
}) .done(function( xml ) {
GenreXML=xml;
diff --git a/mir-webapp/pom.xml b/mir-webapp/pom.xml
index e5c48fca4f..9feb6b3804 100644
--- a/mir-webapp/pom.xml
+++ b/mir-webapp/pom.xml
@@ -327,6 +327,10 @@
ch.qos.logback
logback-classic
+
+ org.mycore
+ mycore-neo4j
+
diff --git a/pom.xml b/pom.xml
index 303d65772d..a87120b2a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,22 +36,22 @@
8292
8192
- 1.10.9
+ 1.10.15
2024-06-14
2024.06.0
21
- 12.0.12
+ 12.0.14
-Werror
2024.06.0-SNAPSHOT
7.0.0
4.23.0
- 9.6.1
+ 9.7.0
scope,groupId,artifactId
https://gist.githubusercontent.com/yagee-de/dfd3698c1b49173dbf251f74eb6a9297/raw/406460c088ff3cb6354e4ae6b40535e6f841607d/mycore_sort.xml
true
- 10.1.28
+ 10.1.31