Skip to content

Commit 70904af

Browse files
build(deps): Bump groovy.version from 4.0.23 to 4.0.24 (#1804)
* build(deps): Bump groovy.version from 4.0.23 to 4.0.24 Bumps `groovy.version` from 4.0.23 to 4.0.24. Updates `org.apache.groovy:groovy` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-templates` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-json` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-xml` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-datetime` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-swing` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-jsr223` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-test-junit5` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-templates dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-xml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-datetime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-swing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-jsr223 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-test-junit5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Add doc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 51e07f3 commit 70904af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private static class SingletonInstance {
138138
"https://github.com/FXMisc/RichTextFX", "The BSD 2-Clause License",
139139
"http://opensource.org/licenses/BSD-2-Clause"),
140140

141-
new Dependency("org.apache.groovy", "groovy", "4.0.23", false, "https://groovy-lang.org",
141+
new Dependency("org.apache.groovy", "groovy", "4.0.24", false, "https://groovy-lang.org",
142142
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0"),
143143

144144
new Dependency("com.sikulix", "sikulixapi", "2.0.5", false, "https://github.com/RaiMan/SikuliX1",

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
2626
| commons-io | 2.17.0 | IO工具 |
2727
| commons-csv | 1.10.0 | csv工具 |
2828
| guava | 33.3.1-jre | Google工具 |
29-
| groovy | 4.0.23 | Groovy |
29+
| groovy | 4.0.24 | Groovy |
3030
| caffeine | 3.1.8 | 本地缓存 |
3131
| thumbnailator | 0.4.20 | 图片转码和缩略工具 |
3232
| preferencesfx | 11.17.0 | 为应用程序设置/首选项创建 UI 的框架 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<bootstrapfx.version>0.4.0</bootstrapfx.version>
142142
<ikonli.version>12.3.1</ikonli.version>
143143
<richtextfx.version>0.11.3</richtextfx.version>
144-
<groovy.version>4.0.23</groovy.version>
144+
<groovy.version>4.0.24</groovy.version>
145145
<thumbnailator.version>0.4.20</thumbnailator.version>
146146
<gson.version>2.11.0</gson.version>
147147
<tabula.version>1.0.5</tabula.version>

0 commit comments

Comments
 (0)