diff --git a/ucamlookup/templates/admin/auth/lookup_group/add_form.html b/ucamlookup/templates/admin/auth/lookup_group/add_form.html
index ab9c13e624349c3db7d66e496affd964bd985ed2..fcf62768c21d38403e7fe45c7bf6c1306eb8c11d 100644
--- a/ucamlookup/templates/admin/auth/lookup_group/add_form.html
+++ b/ucamlookup/templates/admin/auth/lookup_group/add_form.html
@@ -5,13 +5,13 @@
 
 {% block extrastyle %}
     {{ block.super }}
-    <link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}">
+    <link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}">
 {% endblock %}
 
 {% block extrahead %}
     {{ block.super }}
-    <script src="{% static 'jquery-1.11.1.min.js' %}"></script>
-    <script src="{% static 'select2-3.4.8/select2.min.js' %}"></script>
+    <script src="{% static 'jquery-3.3.1.min.js' %}"></script>
+    <script src="{% static 'select2-3.5.4/select2.min.js' %}"></script>
 {% endblock %}
 
 {% block form_top %}
diff --git a/ucamlookup/templates/admin/auth/lookup_user/add_form.html b/ucamlookup/templates/admin/auth/lookup_user/add_form.html
index 26d7576ff6b80b51e5acdb2b94da3d7858debbea..b9073832a4c47db7936144173857818b11e0fabd 100644
--- a/ucamlookup/templates/admin/auth/lookup_user/add_form.html
+++ b/ucamlookup/templates/admin/auth/lookup_user/add_form.html
@@ -5,13 +5,13 @@
 
 {% block extrastyle %}
     {{ block.super }}
-    <link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}">
+    <link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}">
 {% endblock %}
 
 {% block extrahead %}
     {{ block.super }}
-    <script src="{% static 'jquery-1.11.1.min.js' %}"></script>
-    <script src="{% static 'select2-3.4.8/select2.min.js' %}"></script>
+    <script src="{% static 'jquery-3.3.1.min.js' %}"></script>
+    <script src="{% static 'select2-3.5.4/select2.min.js' %}"></script>
 {% endblock %}
 
 {% block form_top %}
diff --git a/ucamlookup/templates/ucamlookup_headers.html b/ucamlookup/templates/ucamlookup_headers.html
index 5e2308b503c874089812fe31d083bebec255355f..89516263b9165278f87c27045f3475ab5b793126 100644
--- a/ucamlookup/templates/ucamlookup_headers.html
+++ b/ucamlookup/templates/ucamlookup_headers.html
@@ -1,6 +1,6 @@
 {% load static %}
 {% if jquery %}
-    <script src="{% static 'jquery-1.11.1.min.js' %}"></script>
+    <script src="{% static 'jquery-3.3.1.min.js' %}"></script>
 {% endif %}
-<script src="{% static 'select2-3.4.8/select2.min.js' %}"></script>
-<link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}">
\ No newline at end of file
+<script src="{% static 'select2-3.5.4/select2.min.js' %}"></script>
+<link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}">