summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-02-01 18:23:16 +0100
committerSven Gothel <[email protected]>2023-02-01 18:23:16 +0100
commit650296b9b5ea3c340cdb668decbdbe73821fd990 (patch)
tree13bd70d535e338e35082b925fe9c1ad7c16b5a66
parentd144a80811399463e6b35dd8614377ad0ffe5b15 (diff)
Maven test bumpv2.4.0
-rw-r--r--maven/trivial-test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/maven/trivial-test/pom.xml b/maven/trivial-test/pom.xml
index 494282c..8331de1 100644
--- a/maven/trivial-test/pom.xml
+++ b/maven/trivial-test/pom.xml
@@ -24,12 +24,12 @@
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId>
- <version>2.4.0-rc-20230131</version>
+ <version>2.4.0-rc-20230201</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
- <version>2.4.0-rc-20230131</version>
+ <version>2.4.0-rc-20230201</version>
</dependency>
</dependencies>
<repositories>