Skip to content

Commit 081576f

Browse files
build(deps): Bump bytebuddy.version from 1.15.9 to 1.15.10 (#1795)
* build(deps): Bump bytebuddy.version from 1.15.9 to 1.15.10 Bumps `bytebuddy.version` from 1.15.9 to 1.15.10. Updates `net.bytebuddy:byte-buddy` from 1.15.9 to 1.15.10 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.9...byte-buddy-1.15.10) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.9 to 1.15.10 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.9...byte-buddy-1.15.10) Updates `net.bytebuddy:byte-buddy-dep` from 1.15.9 to 1.15.10 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.9...byte-buddy-1.15.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-dep dependency-type: direct:production 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 2259edd commit 081576f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private static class SingletonInstance {
170170
new Dependency("org.python", "jython", "2.7.4", false, "https://github.com/jython/jython",
171171
"PSF license", "https://raw.githubusercontent.com/jython/jython/v2.7.4/LICENSE.txt"),
172172

173-
new Dependency("net.bytebuddy", "byte-buddy", "1.15.9", false, "https://bytebuddy.net/",
173+
new Dependency("net.bytebuddy", "byte-buddy", "1.15.10", false, "https://bytebuddy.net/",
174174
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0"),
175175

176176
new Dependency("net.sourceforge.tess4j", "tess4j", "5.13.0", false, "https://github.com/nguyenq/tess4j",
@@ -188,7 +188,7 @@ private static class SingletonInstance {
188188
"https://github.com/oshi/oshi",
189189
"MIT license", "https://opensource.org/licenses/MIT"),
190190

191-
new Dependency("org.checkerframework", "checker-qual", "3.48.1", true,
191+
new Dependency("org.checkerframework", "checker-qual", "3.48.2", true,
192192
"https://github.com/typetools/checker-framework",
193193
"MIT License", "http://opensource.org/licenses/MIT"),
194194

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
3232
| preferencesfx | 11.17.0 | 为应用程序设置/首选项创建 UI 的框架 |
3333
| yuicompressor | 2.4.8 | JS/CSS压缩工具 |
3434
| tess4j | 5.11.0 | Tesseract OCR API的 Java JNA 封装程序 |
35-
| checker-qual | 3.48.1 | Java 的可插拔类型检查 |
35+
| checker-qual | 3.48.2 | Java 的可插拔类型检查 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<violations.version>1.157.3</violations.version>
161161
<asm.version>9.7.1</asm.version>
162162
<pmd.version>7.7.0</pmd.version>
163-
<bytebuddy.version>1.15.9</bytebuddy.version>
163+
<bytebuddy.version>1.15.10</bytebuddy.version>
164164
<tess4j.version>5.13.0</tess4j.version>
165165
<hikariCP.version>6.0.0</hikariCP.version>
166166
<druid.version>1.2.23</druid.version>

0 commit comments

Comments
 (0)