diff --git a/README.md b/README.md
index 8103c39fe..0e85b7dcd 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,11 @@ Notable features in recent releases, details are found in [releases](https://git
Note that the version numbers of the plantuml.lib plugin are a bit special, since they use the version of the included plantuml.jar
+## [1.1.30](https://github.com/hallvard/plantuml/releases/tag/1.1.30)
+- Fixed access to environment variables from PlantUML code, using PlantUML functions like %getenv("MY_ENV_VAR"), see [PlantUML security profiles](https://plantuml.com/en/security).
+- Fixed installation on Windows without having to explicitly install Graphviz ([issue #175](https://github.com/hallvard/plantuml/discussions/175))
+- Updated PlantUML library version to 1.2023.11 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes).
+
## [1.1.29](https://github.com/hallvard/plantuml/releases/tag/1.1.29)
- Updated PlantUML library version to 1.2023.10 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes).
- Fixed duplicated Java type members entries in diagrams created from Java packages.
diff --git a/compositeArtifacts.xml b/compositeArtifacts.xml
index 3e269ff37..516f5f144 100644
--- a/compositeArtifacts.xml
+++ b/compositeArtifacts.xml
@@ -9,7 +9,7 @@
-->
-
+
@@ -19,6 +19,7 @@
+
@@ -29,5 +30,6 @@
+
diff --git a/compositeContent.xml b/compositeContent.xml
index 9aafe217f..2e725b833 100644
--- a/compositeContent.xml
+++ b/compositeContent.xml
@@ -9,7 +9,7 @@
-->
-
+
@@ -19,6 +19,7 @@
+
@@ -29,5 +30,6 @@
+
diff --git a/plantuml.eclipse/1.1.30/artifacts.jar b/plantuml.eclipse/1.1.30/artifacts.jar
new file mode 100644
index 000000000..8bc63b06d
Binary files /dev/null and b/plantuml.eclipse/1.1.30/artifacts.jar differ
diff --git a/plantuml.eclipse/1.1.30/artifacts.xml.xz b/plantuml.eclipse/1.1.30/artifacts.xml.xz
new file mode 100644
index 000000000..5dc8a1e47
Binary files /dev/null and b/plantuml.eclipse/1.1.30/artifacts.xml.xz differ
diff --git a/plantuml.eclipse/1.1.30/content.jar b/plantuml.eclipse/1.1.30/content.jar
new file mode 100644
index 000000000..23cdf70f3
Binary files /dev/null and b/plantuml.eclipse/1.1.30/content.jar differ
diff --git a/plantuml.eclipse/1.1.30/content.xml.xz b/plantuml.eclipse/1.1.30/content.xml.xz
new file mode 100644
index 000000000..5c2ba3da7
Binary files /dev/null and b/plantuml.eclipse/1.1.30/content.xml.xz differ
diff --git a/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.ecore.feature.source_1.1.30.jar b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.ecore.feature.source_1.1.30.jar
new file mode 100644
index 000000000..355c3652d
Binary files /dev/null and b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.ecore.feature.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.ecore.feature_1.1.30.jar b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.ecore.feature_1.1.30.jar
new file mode 100644
index 000000000..65876570e
Binary files /dev/null and b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.ecore.feature_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.feature.source_1.1.30.jar b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.feature.source_1.1.30.jar
new file mode 100644
index 000000000..fff120889
Binary files /dev/null and b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.feature.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.feature_1.1.30.jar b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.feature_1.1.30.jar
new file mode 100644
index 000000000..de11bd290
Binary files /dev/null and b/plantuml.eclipse/1.1.30/features/net.sourceforge.plantuml.feature_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/p2.index b/plantuml.eclipse/1.1.30/p2.index
new file mode 100644
index 000000000..94c5a7150
--- /dev/null
+++ b/plantuml.eclipse/1.1.30/p2.index
@@ -0,0 +1,4 @@
+#Wed Oct 18 17:52:29 CEST 2023
+artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
+version=1
+metadata.repository.factory.order=content.xml.xz,content.xml,\!
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.imagecontrol.source_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.imagecontrol.source_1.1.30.jar
new file mode 100644
index 000000000..b54797205
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.imagecontrol.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.30.jar
new file mode 100644
index 000000000..d2dcd4d78
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.imagecontrol_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.source_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.source_1.1.30.jar
new file mode 100644
index 000000000..da75e2d9d
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse_1.1.30.jar
new file mode 100644
index 000000000..e62090417
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.eclipse_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.ecore.source_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.ecore.source_1.1.30.jar
new file mode 100644
index 000000000..530e91aa9
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.ecore.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.ecore_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.ecore_1.1.30.jar
new file mode 100644
index 000000000..c079510f1
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.ecore_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.jdt.source_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.jdt.source_1.1.30.jar
new file mode 100644
index 000000000..31955f5a2
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.jdt.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.jdt_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.jdt_1.1.30.jar
new file mode 100644
index 000000000..c585129de
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.jdt_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.svg.source_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.svg.source_1.1.30.jar
new file mode 100644
index 000000000..265119937
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.svg.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.svg_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.svg_1.1.30.jar
new file mode 100644
index 000000000..ba2915359
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.svg_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.text.source_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.text.source_1.1.30.jar
new file mode 100644
index 000000000..2216d21b4
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.text.source_1.1.30.jar differ
diff --git a/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.text_1.1.30.jar b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.text_1.1.30.jar
new file mode 100644
index 000000000..5c6c88e5a
Binary files /dev/null and b/plantuml.eclipse/1.1.30/plugins/net.sourceforge.plantuml.text_1.1.30.jar differ
diff --git a/plantuml.lib/1.2023.11/artifacts.jar b/plantuml.lib/1.2023.11/artifacts.jar
new file mode 100644
index 000000000..050ac38e2
Binary files /dev/null and b/plantuml.lib/1.2023.11/artifacts.jar differ
diff --git a/plantuml.lib/1.2023.11/artifacts.xml.xz b/plantuml.lib/1.2023.11/artifacts.xml.xz
new file mode 100644
index 000000000..fc35948b6
Binary files /dev/null and b/plantuml.lib/1.2023.11/artifacts.xml.xz differ
diff --git a/plantuml.lib/1.2023.11/content.jar b/plantuml.lib/1.2023.11/content.jar
new file mode 100644
index 000000000..2156bf78e
Binary files /dev/null and b/plantuml.lib/1.2023.11/content.jar differ
diff --git a/plantuml.lib/1.2023.11/content.xml.xz b/plantuml.lib/1.2023.11/content.xml.xz
new file mode 100644
index 000000000..36acf3629
Binary files /dev/null and b/plantuml.lib/1.2023.11/content.xml.xz differ
diff --git a/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.elk.feature_0.7.1.jar b/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.elk.feature_0.7.1.jar
new file mode 100644
index 000000000..0798b34b5
Binary files /dev/null and b/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.elk.feature_0.7.1.jar differ
diff --git a/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.feature_1.2023.11.jar b/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.feature_1.2023.11.jar
new file mode 100644
index 000000000..3e3f30cd5
Binary files /dev/null and b/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.feature_1.2023.11.jar differ
diff --git a/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar b/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar
new file mode 100644
index 000000000..9349180ca
Binary files /dev/null and b/plantuml.lib/1.2023.11/features/net.sourceforge.plantuml.lib.jlatexmath.feature_1.0.7.jar differ
diff --git a/plantuml.lib/1.2023.11/p2.index b/plantuml.lib/1.2023.11/p2.index
new file mode 100644
index 000000000..46ab24550
--- /dev/null
+++ b/plantuml.lib/1.2023.11/p2.index
@@ -0,0 +1,4 @@
+#Wed Oct 18 17:52:31 CEST 2023
+artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
+version=1
+metadata.repository.factory.order=content.xml.xz,content.xml,\!
diff --git a/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib.elk_0.7.1.jar b/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib.elk_0.7.1.jar
new file mode 100644
index 000000000..0f970f9f5
Binary files /dev/null and b/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib.elk_0.7.1.jar differ
diff --git a/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar b/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar
new file mode 100644
index 000000000..4b5a47c18
Binary files /dev/null and b/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib.jlatexmath_1.0.7.jar differ
diff --git a/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib_1.2023.11.jar b/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib_1.2023.11.jar
new file mode 100644
index 000000000..0d6051b9f
Binary files /dev/null and b/plantuml.lib/1.2023.11/plugins/net.sourceforge.plantuml.lib_1.2023.11.jar differ