From 9c5f1c18b4b5c7007db85d4122f3eaf1b2821505 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Mon, 23 Oct 2023 10:20:00 +1300 Subject: [PATCH] Upgrade attoparser to 2.0.7 --- build.gradle | 2 +- org.thymeleaf.extras.eclipse.contentassist/META-INF/MANIFEST.MF | 2 +- org.thymeleaf.extras.eclipse.contentassist/build.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 95b900a..c9600c8 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { 'nz.net.ultraq.jaxb:jaxb-utilities:3.0.0', 'nz.net.ultraq.groovy:groovy-extensions:2.2.0', 'nz.net.ultraq.groovy:groovy-profiling-extensions:0.8.0', - 'org.attoparser:attoparser:2.0.5.RELEASE', + 'org.attoparser:attoparser:2.0.7.RELEASE', "org.apache.groovy:groovy:${groovyVersion}", "org.springframework:spring-context:${springVersion}", diff --git a/org.thymeleaf.extras.eclipse.contentassist/META-INF/MANIFEST.MF b/org.thymeleaf.extras.eclipse.contentassist/META-INF/MANIFEST.MF index e0281fa..1179a3e 100644 --- a/org.thymeleaf.extras.eclipse.contentassist/META-INF/MANIFEST.MF +++ b/org.thymeleaf.extras.eclipse.contentassist/META-INF/MANIFEST.MF @@ -20,7 +20,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-Vendor: Thymeleaf Project Bundle-ClassPath: ., lib/apiguardian-api-1.1.0.jar, - lib/attoparser-2.0.5.RELEASE.jar, + lib/attoparser-2.0.7.RELEASE.jar, lib/byte-buddy-1.11.13.jar, lib/byte-buddy-agent-1.11.13.jar, lib/groovy-4.0.15.jar, diff --git a/org.thymeleaf.extras.eclipse.contentassist/build.properties b/org.thymeleaf.extras.eclipse.contentassist/build.properties index 008d2d7..94a235f 100644 --- a/org.thymeleaf.extras.eclipse.contentassist/build.properties +++ b/org.thymeleaf.extras.eclipse.contentassist/build.properties @@ -7,7 +7,7 @@ bin.includes = .,\ icons/,\ plugin.xml,\ lib/apiguardian-api-1.1.0.jar,\ - lib/attoparser-2.0.5.RELEASE.jar,\ + lib/attoparser-2.0.7.RELEASE.jar,\ lib/byte-buddy-1.11.13.jar,\ lib/byte-buddy-agent-1.11.13.jar,\ lib/groovy-4.0.15.jar,\