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,\