From 702c2d697f2f3ebbe82f8637d0f27add317495e8 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 5 Feb 2025 11:01:10 -0800 Subject: [PATCH] Update dependencies, target Java 10. --- core/pom.xml | 10 +++++----- pom.xml | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 2c2bfe7f..5d053ccf 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,24 +16,24 @@ com.threerings ooo-util - 1.4.1 + 1.5-SNAPSHOT com.threerings narya - 1.15 + 1.17-SNAPSHOT com.threerings nenya - 1.6 + 1.7-SNAPSHOT com.threerings nenya-tools - 1.6 + 1.7-SNAPSHOT true @@ -45,7 +45,7 @@ com.samskivert depot - 1.7 + 1.8-SNAPSHOT true diff --git a/pom.xml b/pom.xml index 57cd02c0..498c7a9e 100644 --- a/pom.xml +++ b/pom.xml @@ -51,10 +51,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.13.0 - 1.6 - 1.6 + 10 true true true