Skip to content

Commit

Permalink
8.2.2
Browse files Browse the repository at this point in the history
- updated oshi core to 6.6.1 which also supports current jna version 5.14.0 and should fix bugs related to stats
  • Loading branch information
Osiris-Team committed Jul 7, 2024
1 parent a369197 commit 31205ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
// Important for AutoPlugs Self-Updater!
// Also take a look at the generateAutoplugProperties task where these properties get turned into the actual autoplug.properties file.
group = 'com.osiris.autoplug.client'
version = '8.2.1'
version = '8.2.2'
description = 'Responsible for all the main actions.'

java {
Expand Down Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation 'com.github.Osiris-Team:jProcesses2:2.1.9'

// For getting hardware info
implementation 'com.github.oshi:oshi-core:6.4.0'
implementation 'com.github.oshi:oshi-core:6.6.1'

// Needed for working with .zip and .jar files, in the Plugins-Updater
implementation 'net.lingala.zip4j:zip4j:2.11.3'
Expand Down

0 comments on commit 31205ae

Please sign in to comment.