Skip to content

Commit

Permalink
Upgrade attoparser to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Oct 22, 2023
1 parent c206051 commit 9c5f1c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down

0 comments on commit 9c5f1c1

Please sign in to comment.