Skip to content

Commit

Permalink
Bump org.xerial:sqlite-jdbc to 3.46.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R authored Aug 18, 2024
1 parent 60755a8 commit 5b80384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencyResolutionManagement {

library('apache-commons2', 'commons-lang:commons-lang:2.6')
library('json-simple', 'com.googlecode.json-simple:json-simple:1.1.1')
library('sqlite-jdbc', 'org.xerial:sqlite-jdbc:3.44.1.0')
library('sqlite-jdbc', 'org.xerial:sqlite-jdbc:3.46.0.0')
library('mysql-connector-j', 'com.mysql:mysql-connector-j:8.2.0')

library('tools', 'io.izzel', 'tools').version('1.3.0')
Expand Down

1 comment on commit 5b80384

@C0D3-M4513R
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes LoginSecurity plugin

Please sign in to comment.