Skip to content

Commit a2c6044

Browse files
committed
4.2.1
1 parent d33cae5 commit a2c6044

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
2828
<dependency>
2929
<groupId>com.github.micycle1</groupId>
3030
<artifactId>processing-core-4</artifactId>
31-
<version>4.2</version>
31+
<version>4.2.1</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.processing</groupId>
66
<artifactId>core</artifactId>
7-
<version>4.2</version>
7+
<version>4.2.1</version>
88
<name>Processing Core</name>
99
<properties>
1010
<sonar.projectKey>micycle1_processing-core-4</sonar.projectKey>
@@ -152,12 +152,12 @@
152152
<dependency>
153153
<groupId>org.jogamp.jogl</groupId>
154154
<artifactId>jogl-all-main</artifactId>
155-
<version>2.4.0</version>
155+
<version>2.5.0-rc-20230523</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.jogamp.gluegen</groupId>
159159
<artifactId>gluegen-rt-main</artifactId>
160-
<version>2.4.0</version>
160+
<version>2.5.0-rc-20230523</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.apache.xmlgraphics</groupId>

0 commit comments

Comments
 (0)