From a9704c6cd5f8a6977e728926487e977da7bbe620 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Tue, 7 Nov 2023 20:58:40 +0100 Subject: [PATCH] Benchmark css4j 4.2.1 --- build.gradle | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 8e4a292..0e21ffc 100644 --- a/build.gradle +++ b/build.gradle @@ -22,9 +22,9 @@ repositories { dependencies { annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.36' implementation 'org.openjdk.jmh:jmh-core:1.36' - implementation 'io.sf.carte:xml-dtd:4.2' - implementation 'io.sf.carte:css4j:4.1' - implementation(group: 'io.sf.carte', name: 'css4j', version: '4.1', classifier: 'tests') + implementation 'io.sf.carte:xml-dtd:4.2.1' + implementation 'io.sf.carte:css4j:4.2.1' + implementation(group: 'io.sf.carte', name: 'css4j', version: '4.2.1', classifier: 'tests') implementation 'io.sf.carte:css4j-dom4j:4.0' implementation 'nu.validator:htmlparser:1.4.16' implementation 'org.jsoup:jsoup:1.16.1' diff --git a/pom.xml b/pom.xml index 83c1a52..c7cba74 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ io.sf.carte xml-dtd - 4.2 + 4.2.1 jar compile @@ -73,7 +73,7 @@ - 4.1 + 4.2.1