Skip to content

Commit aed7a70

Browse files
build(deps): Bump com.github.oshi:oshi-core-java11 from 6.8.0 to 6.8.1 (#2082)
* build(deps): Bump com.github.oshi:oshi-core-java11 from 6.8.0 to 6.8.1 Bumps [com.github.oshi:oshi-core-java11](https://github.com/oshi/oshi) from 6.8.0 to 6.8.1. - [Release notes](https://github.com/oshi/oshi/releases) - [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md) - [Commits](oshi/oshi@oshi-parent-6.8.0...oshi-parent-6.8.1) --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core-java11 dependency-version: 6.8.1 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 3a6b34d commit aed7a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -184,7 +184,7 @@ private static class SingletonInstance {
184184
"https://github.com/Typhon0/AnimateFX",
185185
"Apache-2.0 license", "https://www.apache.org/licenses/LICENSE-2.0"),
186186

187-
new Dependency("com.github.oshi", "oshi-core-java11", "6.8.0", false,
187+
new Dependency("com.github.oshi", "oshi-core-java11", "6.8.1", false,
188188
"https://github.com/oshi/oshi",
189189
"MIT license", "https://opensource.org/licenses/MIT"),
190190

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<jSerialComm.version>2.11.0</jSerialComm.version>
178178
<rich-text-area.version>1.2.1</rich-text-area.version>
179179
<animateFX.version>1.3.0</animateFX.version>
180-
<oshi.version>6.8.0</oshi.version>
180+
<oshi.version>6.8.1</oshi.version>
181181
<classgraph.version>4.8.179</classgraph.version>
182182
<checker-qual.version>3.49.2</checker-qual.version>
183183
<jfxtras.version>17-r1</jfxtras.version>

0 commit comments

Comments
 (0)