Skip to content

Commit

Permalink
build(deps): bump com.github.oshi:oshi-core from 6.6.2 to 6.6.3
Browse files Browse the repository at this point in the history
Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-6.6.2...oshi-parent-6.6.3)

---
updated-dependencies:
- dependency-name: com.github.oshi:oshi-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent f002197 commit b569bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taotao-cloud-ddd-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api "io.github.shuigedeng:taotao-cloud-starter-openfeign"

compileOnly "io.seata:seata-all"
compileOnly 'com.github.oshi:oshi-core:6.6.2'
compileOnly 'com.github.oshi:oshi-core:6.6.3'
compileOnly "io.github.shuigedeng:taotao-boot-starter-office"
compileOnly "io.github.shuigedeng:taotao-boot-starter-grpc"

Expand Down
2 changes: 1 addition & 1 deletion taotao-cloud-ddd-domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
//https://search.maven.org/artifact/com.github.gavlyukovskiy/datasource-proxy-spring-boot-starter
api 'com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter:1.9.2'

api 'com.github.oshi:oshi-core:6.6.2'
api 'com.github.oshi:oshi-core:6.6.3'

api 'org.zalando:logbook-spring-boot-starter:3.9.0'
api 'org.zalando:logbook-httpclient5:3.9.0'
Expand Down

0 comments on commit b569bb1

Please sign in to comment.