diff --git a/README.md b/README.md
index a7a281c..8be22d8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is a mirror of the *core* library from [Processing 4](https://github.com/pr
It is hosted as a *Maven* dependency via [JitPack](https://jitpack.io/#micycle1/processing-core-4) (from this Github repository) so it can be referenced in your own *Maven* project (for when you want to use the Processing library outside of the Processing IDE).
-This mirror is not necessarily up to date with the latest Processing 4 release; it is currently based on Processing [**4.2**](https://github.com/processing/processing4/releases/tag/processing-1292-4.2).
+This mirror is not necessarily up to date with the latest Processing 4 release; it is currently based on Processing [**4.3**](https://github.com/processing/processing4/releases/tag/processing-1293-4.3).
---
@@ -28,7 +28,7 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
com.github.micycle1
processing-core-4
- 4.2.2
+ 4.3
```
diff --git a/pom.xml b/pom.xml
index 9246758..616d6a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.processing
core
- 4.2.2
+ 4.3
Processing Core
micycle1_processing-core-4
diff --git a/processing4 b/processing4
index adad1a1..c79ad7f 160000
--- a/processing4
+++ b/processing4
@@ -1 +1 @@
-Subproject commit adad1a17c09d623ed0647fbd7b0ea0162b63a9b3
+Subproject commit c79ad7f19a7f61661cfbb0ffde18ffb13e44b109
diff --git a/test/RuntimeTest.java b/test/RuntimeTest.java
index 3ccfd98..4a7c21a 100644
--- a/test/RuntimeTest.java
+++ b/test/RuntimeTest.java
@@ -1,3 +1,5 @@
+package test;
+
import processing.core.PApplet;
/**