Skip to content

Commit 1bfd8cb

Browse files
committed
Update Gradle and JUnit.
1 parent 577fd9f commit 1bfd8cb

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
servletAPIVersion = 6.0.0
22
connectorJVersion = 3.5.3
3-
junitVersion = 5.13.4
3+
junitVersion = 6.0.1
44

55
projectDescription = Lightweight REST for Java
66
projectURL = https://github.com/HTTP-RPC/Kilo

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

kilo-test/src/test/java/org/httprpc/kilo/test/Examples.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.w3c.dom.Document;
2727
import org.xml.sax.SAXException;
2828

29-
import javax.xml.parsers.ParserConfigurationException;
3029
import java.io.IOException;
3130
import java.net.URI;
3231
import java.nio.file.Files;
@@ -278,7 +277,7 @@ public static void customPropertyKeys() throws IOException {
278277
}
279278

280279
@SuppressWarnings("unchecked")
281-
public static void elementAdapter() throws ParserConfigurationException, SAXException, IOException {
280+
public static void elementAdapter() throws SAXException, IOException {
282281
var documentBuilder = ElementAdapter.newDocumentBuilder();
283282

284283
Document document;

0 commit comments

Comments
 (0)